Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/input/touchscreen/
Dlpc32xx_ts.c31 #define LPC32XX_TSC_CON 0x08 macro
138 tsc_writel(tsc, LPC32XX_TSC_CON, in lpc32xx_stop_tsc()
139 tsc_readl(tsc, LPC32XX_TSC_CON) & in lpc32xx_stop_tsc()
154 tmp = tsc_readl(tsc, LPC32XX_TSC_CON) & ~LPC32XX_TSC_ADCCON_POWER_UP; in lpc32xx_setup_tsc()
160 tsc_writel(tsc, LPC32XX_TSC_CON, tmp); in lpc32xx_setup_tsc()
189 tsc_writel(tsc, LPC32XX_TSC_CON, tmp | LPC32XX_TSC_ADCCON_AUTO_EN); in lpc32xx_setup_tsc()