tsc_base           60 drivers/input/touchscreen/lpc32xx_ts.c 	__raw_readl((dev)->tsc_base + (reg))
tsc_base           62 drivers/input/touchscreen/lpc32xx_ts.c 	__raw_writel((val), (dev)->tsc_base + (reg))
tsc_base           66 drivers/input/touchscreen/lpc32xx_ts.c 	void __iomem *tsc_base;
tsc_base          237 drivers/input/touchscreen/lpc32xx_ts.c 	tsc->tsc_base = ioremap(res->start, size);
tsc_base          238 drivers/input/touchscreen/lpc32xx_ts.c 	if (!tsc->tsc_base) {
tsc_base          293 drivers/input/touchscreen/lpc32xx_ts.c 	iounmap(tsc->tsc_base);
tsc_base          314 drivers/input/touchscreen/lpc32xx_ts.c 	iounmap(tsc->tsc_base);