Home
last modified time | relevance | path

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

/external/u-boot/drivers/mtd/
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()
/external/u-boot/drivers/mtd/nand/
Dfsl_ifc_nand.c318 int sector_start = bufnum * chip->ecc.steps; in fsl_ifc_run_command() local
319 int sector_end = sector_start + chip->ecc.steps - 1; in fsl_ifc_run_command()
323 eccstat = ifc_in32(&eccstat_regs[sector_start / 4]); in fsl_ifc_run_command()
325 for (i = sector_start; i <= sector_end; i++) { in fsl_ifc_run_command()
326 if ((i != sector_start) && !(i % 4)) in fsl_ifc_run_command()
/external/kernel-headers/original/uapi/linux/
Ddm-ioctl.h154 __u64 sector_start; member
/external/vboot_reference/firmware/include/
Dvboot_struct.h390 uint64_t sector_start; /* Start sector of partition */ member
/external/strace/tests-m32/
Dioctl_dm.c141 ptr->sector_start = dts_sector_base + dts_sector_step * id; in init_dm_target_spec()
363 s.u.ts.target_spec.sector_start = 0x10; in main()
/external/strace/tests/
Dioctl_dm.c141 ptr->sector_start = dts_sector_base + dts_sector_step * id; in init_dm_target_spec()
363 s.u.ts.target_spec.sector_start = 0x10; in main()
/external/strace/tests-mx32/
Dioctl_dm.c141 ptr->sector_start = dts_sector_base + dts_sector_step * id; in init_dm_target_spec()
363 s.u.ts.target_spec.sector_start = 0x10; in main()
/external/vboot_reference/firmware/lib/
Dvboot_kernel.c165 shpart->sector_start = part_start; in LoadKernel()
/external/strace/
Ddm.c167 PRINT_FIELD_U("{", s, sector_start); in dm_decode_dm_target_spec()
/external/vboot_reference/host/lib/
Dcrossystem.c302 shp->sector_start, in GetVdatLoadKernelDebug()