Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/input/touchscreen/
Dti_am335x_tsc.c68 static void titsc_writel(struct titsc *tsc, unsigned int reg, in titsc_writel() function
154 titsc_writel(ts_dev, REG_STEPCONFIG(i), config); in titsc_step_config()
155 titsc_writel(ts_dev, REG_STEPDELAY(i), STEPCONFIG_OPENDLY); in titsc_step_config()
178 titsc_writel(ts_dev, REG_STEPCONFIG(i), config); in titsc_step_config()
179 titsc_writel(ts_dev, REG_STEPDELAY(i), STEPCONFIG_OPENDLY); in titsc_step_config()
185 titsc_writel(ts_dev, REG_CHARGECONFIG, config); in titsc_step_config()
186 titsc_writel(ts_dev, REG_CHARGEDELAY, ts_dev->charge_delay); 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()
199 titsc_writel(ts_dev, REG_STEPCONFIG(end_step), config); in titsc_step_config()
[all …]