Searched refs:end_step (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/input/touchscreen/ |
H A D | ti_am335x_tsc.c | 129 int end_step, first_step, tsc_steps; in titsc_step_config() local 152 end_step = first_step + tsc_steps; in titsc_step_config() 154 for (i = end_step - ts_dev->coordinate_readouts; i < end_step; i++) { in titsc_step_config() 178 end_step = first_step + ts_dev->coordinate_readouts; in titsc_step_config() 180 for (i = first_step; i < end_step; i++) { in titsc_step_config() 197 titsc_writel(ts_dev, REG_STEPCONFIG(end_step), config); in titsc_step_config() 198 titsc_writel(ts_dev, REG_STEPDELAY(end_step), in titsc_step_config() 201 end_step++; in titsc_step_config() 206 titsc_writel(ts_dev, REG_STEPCONFIG(end_step), config); in titsc_step_config() 207 titsc_writel(ts_dev, REG_STEPDELAY(end_step), in titsc_step_config()
|
/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 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()
|
/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 3117 end_step = (data_offs + readlen - 1) / chip->ecc.size; in nand_read_subpage() 3118 num_steps = end_step - start_step + 1; in nand_read_subpage() 4251 uint32_t end_step = (offset + data_len - 1) / 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 | 1447 u32 end_step = (offset + data_len - 1) / ecc_size; in omap_write_subpage_bch() local 1475 (step + base_step) > end_step) in omap_write_subpage_bch()
|