Searched refs:sector_start (Results 1 – 3 of 3) sorted by relevance
154 __u64 sector_start; member
226 int sector_start = bufnum * chip->ecc.steps; in fsl_ifc_run_command() local227 int sector_end = sector_start + chip->ecc.steps - 1; in fsl_ifc_run_command()231 eccstat = ifc_in32(&eccstat_regs[sector_start / 4]); in fsl_ifc_run_command()233 for (i = sector_start; i <= sector_end; i++) { in fsl_ifc_run_command()234 if (i != sector_start && !(i % 4)) in fsl_ifc_run_command()
1143 spec->sector_start = ti->begin; in retrieve_status()1281 (sector_t) spec->sector_start, in populate_table()