Home
last modified time | relevance | path

Searched refs:sector_start (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/drivers/mtd/
H A Daltera_qspi.c260 u32 sector_start, sector_end; in altera_qspi_lock() local
267 sector_start = ofs / mtd->erasesize; in altera_qspi_lock()
270 if (sector_start >= num_sectors / 2) { in altera_qspi_lock()
271 sr_bp = fls(num_sectors - 1 - sector_start) + 1; in altera_qspi_lock()
/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dfsl_ifc_nand.c293 int sector_start = bufnum * chip->ecc.steps; in fsl_ifc_run_command() local
294 int sector_end = sector_start + chip->ecc.steps - 1; in fsl_ifc_run_command()
298 eccstat = ifc_in32(&eccstat_regs[sector_start / 4]); in fsl_ifc_run_command()
300 for (i = sector_start; i <= sector_end; i++) { in fsl_ifc_run_command()
301 if ((i != sector_start) && !(i % 4)) in fsl_ifc_run_command()
/openbmc/linux/drivers/mtd/nand/raw/
H A Dfsl_ifc_nand.c214 int sector_start = bufnum * chip->ecc.steps; in fsl_ifc_run_command() local
215 int sector_end = sector_start + chip->ecc.steps - 1; in fsl_ifc_run_command()
219 eccstat = ifc_in32(&eccstat_regs[sector_start / 4]); in fsl_ifc_run_command()
221 for (i = sector_start; i <= sector_end; i++) { in fsl_ifc_run_command()
222 if (i != sector_start && !(i % 4)) in fsl_ifc_run_command()
/openbmc/linux/include/uapi/linux/
H A Ddm-ioctl.h154 __u64 sector_start; member
/openbmc/linux/drivers/md/
H A Ddm-init.c136 if (kstrtoull(field[0], 0, &sp->sector_start)) in dm_parse_table_entry()
H A Ddm-ioctl.c1314 spec->sector_start = ti->begin; in retrieve_status()
1491 (sector_t) spec->sector_start, in populate_table()
2303 (sector_t) spec_array[i]->sector_start, in dm_early_create()