Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/mtd/nand/
Dnand_base.c1225 int start_step, end_step, num_steps; in nand_read_subpage() local
1235 start_step = data_offs / chip->ecc.size; in nand_read_subpage()
1237 num_steps = end_step - start_step + 1; in nand_read_subpage()
1238 index = start_step * chip->ecc.bytes; in nand_read_subpage()
1244 data_col_addr = start_step * chip->ecc.size; in nand_read_subpage()
2165 uint32_t start_step = offset / ecc_size; in nand_write_subpage_hwecc() local
2178 if ((step < start_step) || (step > end_step)) in nand_write_subpage_hwecc()
2185 if (!oob_required || (step < start_step) || (step > end_step)) in nand_write_subpage_hwecc()