Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dnand_base.c1331 int start_step, end_step, num_steps; in nand_read_subpage() local
1342 end_step = (data_offs + readlen - 1) / chip->ecc.size; in nand_read_subpage()
1343 num_steps = end_step - start_step + 1; in nand_read_subpage()
2293 uint32_t end_step = (offset + data_len - 1) / ecc_size; in nand_write_subpage_hwecc() local
2305 if ((step < start_step) || (step > end_step)) in nand_write_subpage_hwecc()
2312 if (!oob_required || (step < start_step) || (step > end_step)) in nand_write_subpage_hwecc()