Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/mtd/
H A Daltera_qspi.c261 u32 sector_start, sector_end; in altera_qspi_lock() local
269 sector_end = (ofs + len) / mtd->erasesize; in altera_qspi_lock()
274 } else if (sector_end < num_sectors / 2) { in altera_qspi_lock()
275 sr_bp = fls(sector_end) + 1; in altera_qspi_lock()
/OK3568_Linux_fs/u-boot/drivers/mtd/nand/raw/
H A Dfsl_ifc_nand.c295 int sector_end = sector_start + chip->ecc.steps - 1; in fsl_ifc_run_command() local
301 for (i = sector_start; i <= sector_end; i++) { in fsl_ifc_run_command()
/OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/
H A Dfsl_ifc_nand.c215 int sector_end = sector_start + chip->ecc.steps - 1; in fsl_ifc_run_command() local
221 for (i = sector_start; i <= sector_end; i++) { in fsl_ifc_run_command()