Searched refs:end_step (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/input/touchscreen/ |
D | ti_am335x_tsc.c | 126 int end_step, first_step, tsc_steps; in titsc_step_config() local 148 end_step = first_step + tsc_steps; in titsc_step_config() 149 for (i = end_step - ts_dev->coordinate_readouts; i < end_step; i++) { in titsc_step_config() 172 end_step = first_step + ts_dev->coordinate_readouts; in titsc_step_config() 173 for (i = first_step; i < end_step; i++) { in titsc_step_config() 189 titsc_writel(ts_dev, REG_STEPCONFIG(end_step), config); in titsc_step_config() 190 titsc_writel(ts_dev, REG_STEPDELAY(end_step), in titsc_step_config() 193 end_step++; in titsc_step_config() 195 titsc_writel(ts_dev, REG_STEPCONFIG(end_step), config); in titsc_step_config() 196 titsc_writel(ts_dev, REG_STEPDELAY(end_step), in titsc_step_config()
|
/linux-4.4.14/drivers/mtd/nand/ |
D | nand_base.c | 1359 int start_step, end_step, num_steps; in nand_read_subpage() local 1370 end_step = (data_offs + readlen - 1) / chip->ecc.size; in nand_read_subpage() 1371 num_steps = end_step - start_step + 1; in nand_read_subpage() 2308 uint32_t end_step = (offset + data_len - 1) / ecc_size; in nand_write_subpage_hwecc() local 2320 if ((step < start_step) || (step > end_step)) in nand_write_subpage_hwecc() 2327 if (!oob_required || (step < start_step) || (step > end_step)) in nand_write_subpage_hwecc()
|