Searched refs:start_step (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/ddr/fsl/ |
| H A D | main.c | 417 fsl_ddr_compute(fsl_ddr_info_t *pinfo, unsigned int start_step, in fsl_ddr_compute() argument 441 start_step, step_to_string(start_step)); in fsl_ddr_compute() 443 switch (start_step) { in fsl_ddr_compute()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | fsl_ddr.h | 87 fsl_ddr_compute(fsl_ddr_info_t *pinfo, unsigned int start_step,
|
| /OK3568_Linux_fs/u-boot/drivers/mtd/nand/raw/ |
| H A D | nand_base.c | 1901 int start_step, end_step, num_steps; in nand_read_subpage() local 1912 start_step = data_offs / chip->ecc.size; in nand_read_subpage() 1914 num_steps = end_step - start_step + 1; in nand_read_subpage() 1915 index = start_step * chip->ecc.bytes; in nand_read_subpage() 1921 data_col_addr = start_step * chip->ecc.size; in nand_read_subpage() 2963 uint32_t start_step = offset / ecc_size; in nand_write_subpage_hwecc() local 2979 if ((step < start_step) || (step > end_step)) in nand_write_subpage_hwecc() 2986 if (!oob_required || (step < start_step) || (step > end_step)) in nand_write_subpage_hwecc()
|
| /OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/ |
| H A D | nand_base.c | 2780 int start_step, end_step, num_steps, ret; in nand_read_subpage() local 2790 start_step = data_offs / chip->ecc.size; in nand_read_subpage() 2792 num_steps = end_step - start_step + 1; in nand_read_subpage() 2793 index = start_step * chip->ecc.bytes; in nand_read_subpage() 2799 data_col_addr = start_step * chip->ecc.size; in nand_read_subpage() 3786 uint32_t start_step = offset / ecc_size; in nand_write_subpage_hwecc() local 3805 if ((step < start_step) || (step > end_step)) in nand_write_subpage_hwecc() 3812 if (!oob_required || (step < start_step) || (step > end_step)) in nand_write_subpage_hwecc()
|
| H A D | omap2.c | 1572 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()
|