Home
last modified time | relevance | path

Searched refs:sector_end (Results 1 – 2 of 2) sorted by relevance

/drivers/mtd/
A Daltera_qspi.c259 u32 sector_start, sector_end; in altera_qspi_lock() local
267 sector_end = (ofs + len) / mtd->erasesize; in altera_qspi_lock()
272 } else if (sector_end < num_sectors / 2) { in altera_qspi_lock()
273 sr_bp = fls(sector_end) + 1; in altera_qspi_lock()
/drivers/mtd/nand/raw/
A Dfsl_ifc_nand.c292 int sector_end = sector_start + chip->ecc.steps - 1; in fsl_ifc_run_command() local
298 for (i = sector_start; i <= sector_end; i++) { in fsl_ifc_run_command()

Completed in 6 milliseconds