Searched refs:LPC32XX_TSC_MIN_XY_VAL (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/input/touchscreen/ |
H A D | lpc32xx_ts.c | 54 #define LPC32XX_TSC_MIN_XY_VAL 0x0 macro 155 tsc_writel(tsc, LPC32XX_TSC_MIN_X, LPC32XX_TSC_MIN_XY_VAL); in lpc32xx_setup_tsc() 157 tsc_writel(tsc, LPC32XX_TSC_MIN_Y, LPC32XX_TSC_MIN_XY_VAL); in lpc32xx_setup_tsc() 243 input_set_abs_params(input, ABS_X, LPC32XX_TSC_MIN_XY_VAL, in lpc32xx_ts_probe() 245 input_set_abs_params(input, ABS_Y, LPC32XX_TSC_MIN_XY_VAL, in lpc32xx_ts_probe()
|