Searched refs:titsc_writel (Results 1 – 1 of 1) sorted by relevance
/drivers/input/touchscreen/ |
D | ti_am335x_tsc.c | 64 static void titsc_writel(struct titsc *tsc, unsigned int reg, in titsc_writel() function 150 titsc_writel(ts_dev, REG_STEPCONFIG(i), config); in titsc_step_config() 151 titsc_writel(ts_dev, REG_STEPDELAY(i), STEPCONFIG_OPENDLY); in titsc_step_config() 174 titsc_writel(ts_dev, REG_STEPCONFIG(i), config); in titsc_step_config() 175 titsc_writel(ts_dev, REG_STEPDELAY(i), STEPCONFIG_OPENDLY); in titsc_step_config() 181 titsc_writel(ts_dev, REG_CHARGECONFIG, config); in titsc_step_config() 182 titsc_writel(ts_dev, REG_CHARGEDELAY, ts_dev->charge_delay); 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() 195 titsc_writel(ts_dev, REG_STEPCONFIG(end_step), config); in titsc_step_config() [all …]
|