Searched refs:titsc_writel (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/input/touchscreen/ |
H A D | ti_am335x_tsc.c | 67 static void titsc_writel(struct titsc *tsc, unsigned int reg, in titsc_writel() function 155 titsc_writel(ts_dev, REG_STEPCONFIG(i), config); in titsc_step_config() 156 titsc_writel(ts_dev, REG_STEPDELAY(i), in titsc_step_config() 181 titsc_writel(ts_dev, REG_STEPCONFIG(i), config); in titsc_step_config() 182 titsc_writel(ts_dev, REG_STEPDELAY(i), in titsc_step_config() 189 titsc_writel(ts_dev, REG_CHARGECONFIG, config); in titsc_step_config() 190 titsc_writel(ts_dev, REG_CHARGEDELAY, ts_dev->charge_delay); 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() 206 titsc_writel(ts_dev, REG_STEPCONFIG(end_step), config); in titsc_step_config() [all …]
|