Searched refs:start_step (Results 1 – 5 of 5) sorted by relevance
/openbmc/u-boot/drivers/ddr/fsl/ |
H A D | main.c | 414 fsl_ddr_compute(fsl_ddr_info_t *pinfo, unsigned int start_step, in fsl_ddr_compute() argument 438 start_step, step_to_string(start_step)); in fsl_ddr_compute() 440 switch (start_step) { in fsl_ddr_compute()
|
/openbmc/u-boot/include/ |
H A D | fsl_ddr.h | 86 fsl_ddr_compute(fsl_ddr_info_t *pinfo, unsigned int start_step,
|
/openbmc/u-boot/drivers/mtd/nand/raw/ |
H A D | nand_base.c | 1331 int start_step, end_step, num_steps; in nand_read_subpage() local 1341 start_step = data_offs / chip->ecc.size; in nand_read_subpage() 1343 num_steps = end_step - start_step + 1; in nand_read_subpage() 1344 index = start_step * chip->ecc.bytes; in nand_read_subpage() 1350 data_col_addr = start_step * chip->ecc.size; in nand_read_subpage() 2292 uint32_t start_step = offset / 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()
|
/openbmc/linux/drivers/mtd/nand/raw/ |
H A D | nand_base.c | 3106 int start_step, end_step, num_steps, ret; in nand_read_subpage() local 3116 start_step = data_offs / chip->ecc.size; in nand_read_subpage() 3118 num_steps = end_step - start_step + 1; in nand_read_subpage() 3119 index = start_step * chip->ecc.bytes; in nand_read_subpage() 3125 data_col_addr = start_step * chip->ecc.size; in nand_read_subpage() 4250 uint32_t start_step = offset / ecc_size; in nand_write_subpage_hwecc() local 4269 if ((step < start_step) || (step > end_step)) in nand_write_subpage_hwecc() 4276 if (!oob_required || (step < start_step) || (step > end_step)) in nand_write_subpage_hwecc()
|
H A D | omap2.c | 1446 u32 start_step = offset / ecc_size; in omap_write_subpage_bch() local 1474 if ((step + base_step) < start_step || in omap_write_subpage_bch()
|