Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mtd/nand/raw/
Dnand_base.c3140 int start_step, end_step, num_steps, ret; in nand_read_subpage() local
3150 start_step = data_offs / chip->ecc.size; in nand_read_subpage()
3152 num_steps = end_step - start_step + 1; in nand_read_subpage()
3153 index = start_step * chip->ecc.bytes; in nand_read_subpage()
3159 data_col_addr = start_step * chip->ecc.size; in nand_read_subpage()
4187 uint32_t start_step = offset / ecc_size; in nand_write_subpage_hwecc() local
4206 if ((step < start_step) || (step > end_step)) in nand_write_subpage_hwecc()
4213 if (!oob_required || (step < start_step) || (step > end_step)) in nand_write_subpage_hwecc()
Domap2.c1572 u32 start_step = offset / ecc_size; in omap_write_subpage_bch() local
1592 if (step < start_step || step > end_step) in omap_write_subpage_bch()