Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/input/touchscreen/
Dti_am335x_tsc.c130 int end_step, first_step, tsc_steps; in titsc_step_config() local
152 end_step = first_step + tsc_steps; in titsc_step_config()
153 for (i = end_step - ts_dev->coordinate_readouts; i < end_step; i++) { in titsc_step_config()
176 end_step = first_step + ts_dev->coordinate_readouts; in titsc_step_config()
177 for (i = first_step; i < end_step; i++) { in titsc_step_config()
193 titsc_writel(ts_dev, REG_STEPCONFIG(end_step), config); in titsc_step_config()
194 titsc_writel(ts_dev, REG_STEPDELAY(end_step), in titsc_step_config()
197 end_step++; in titsc_step_config()
199 titsc_writel(ts_dev, REG_STEPCONFIG(end_step), config); in titsc_step_config()
200 titsc_writel(ts_dev, REG_STEPDELAY(end_step), in titsc_step_config()
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/
Dnand_base.c2780 int start_step, end_step, num_steps, ret; in nand_read_subpage() local
2791 end_step = (data_offs + readlen - 1) / chip->ecc.size; in nand_read_subpage()
2792 num_steps = end_step - start_step + 1; in nand_read_subpage()
3787 uint32_t end_step = (offset + data_len - 1) / 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()
Domap2.c1573 u32 end_step = (offset + data_len - 1) / ecc_size; in omap_write_subpage_bch() local
1592 if (step < start_step || step > end_step) in omap_write_subpage_bch()