tsc_writel        129 drivers/input/touchscreen/lpc32xx_ts.c 	tsc_writel(tsc, LPC32XX_TSC_CON,
tsc_writel        151 drivers/input/touchscreen/lpc32xx_ts.c 	tsc_writel(tsc, LPC32XX_TSC_CON, tmp);
tsc_writel        154 drivers/input/touchscreen/lpc32xx_ts.c 	tsc_writel(tsc, LPC32XX_TSC_SEL, LPC32XX_TSC_SEL_DEFVAL);
tsc_writel        155 drivers/input/touchscreen/lpc32xx_ts.c 	tsc_writel(tsc, LPC32XX_TSC_MIN_X, LPC32XX_TSC_MIN_XY_VAL);
tsc_writel        156 drivers/input/touchscreen/lpc32xx_ts.c 	tsc_writel(tsc, LPC32XX_TSC_MAX_X, LPC32XX_TSC_MAX_XY_VAL);
tsc_writel        157 drivers/input/touchscreen/lpc32xx_ts.c 	tsc_writel(tsc, LPC32XX_TSC_MIN_Y, LPC32XX_TSC_MIN_XY_VAL);
tsc_writel        158 drivers/input/touchscreen/lpc32xx_ts.c 	tsc_writel(tsc, LPC32XX_TSC_MAX_Y, LPC32XX_TSC_MAX_XY_VAL);
tsc_writel        161 drivers/input/touchscreen/lpc32xx_ts.c 	tsc_writel(tsc, LPC32XX_TSC_AUX_UTR, 0);
tsc_writel        162 drivers/input/touchscreen/lpc32xx_ts.c 	tsc_writel(tsc, LPC32XX_TSC_AUX_MIN, 0);
tsc_writel        163 drivers/input/touchscreen/lpc32xx_ts.c 	tsc_writel(tsc, LPC32XX_TSC_AUX_MAX, 0);
tsc_writel        171 drivers/input/touchscreen/lpc32xx_ts.c 	tsc_writel(tsc, LPC32XX_TSC_RTR, 0x2);
tsc_writel        172 drivers/input/touchscreen/lpc32xx_ts.c 	tsc_writel(tsc, LPC32XX_TSC_DTR, 0x2);
tsc_writel        173 drivers/input/touchscreen/lpc32xx_ts.c 	tsc_writel(tsc, LPC32XX_TSC_TTR, 0x10);
tsc_writel        174 drivers/input/touchscreen/lpc32xx_ts.c 	tsc_writel(tsc, LPC32XX_TSC_DXP, 0x4);
tsc_writel        175 drivers/input/touchscreen/lpc32xx_ts.c 	tsc_writel(tsc, LPC32XX_TSC_UTR, 88);
tsc_writel        180 drivers/input/touchscreen/lpc32xx_ts.c 	tsc_writel(tsc, LPC32XX_TSC_CON, tmp | LPC32XX_TSC_ADCCON_AUTO_EN);