Searched refs:start_step (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/mtd/nand/raw/
H A Dnand_base.c3118 int start_step, end_step, num_steps, ret; local
3128 start_step = data_offs / chip->ecc.size;
3130 num_steps = end_step - start_step + 1;
3131 index = start_step * chip->ecc.bytes;
3137 data_col_addr = start_step * chip->ecc.size;
4262 uint32_t start_step = offset / ecc_size; local
4281 if ((step < start_step) || (step > end_step))
4288 if (!oob_required || (step < start_step) || (step > end_step))
H A Domap2.c1446 u32 start_step = offset / ecc_size; local
1474 if ((step + base_step) < start_step ||

Completed in 162 milliseconds