Home
last modified time | relevance | path

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

/drivers/ddr/fsl/
A Dmain.c493 fsl_ddr_compute(fsl_ddr_info_t *pinfo, unsigned int start_step, in fsl_ddr_compute() argument
517 start_step, step_to_string(start_step)); in fsl_ddr_compute()
519 switch (start_step) { in fsl_ddr_compute()
/drivers/mtd/nand/raw/
A Dnand_base.c1912 int start_step, end_step, num_steps; in nand_read_subpage() local
1923 start_step = data_offs / chip->ecc.size; in nand_read_subpage()
1925 num_steps = end_step - start_step + 1; in nand_read_subpage()
1926 index = start_step * chip->ecc.bytes; in nand_read_subpage()
1932 data_col_addr = start_step * chip->ecc.size; in nand_read_subpage()
2972 uint32_t start_step = offset / ecc_size; in nand_write_subpage_hwecc() local
2988 if ((step < start_step) || (step > end_step)) in nand_write_subpage_hwecc()
2995 if (!oob_required || (step < start_step) || (step > end_step)) in nand_write_subpage_hwecc()

Completed in 13 milliseconds