tsc_flow          226 drivers/input/touchscreen/imx6ul_tsc.c 	u32 tsc_flow;
tsc_flow          230 drivers/input/touchscreen/imx6ul_tsc.c 	tsc_flow = readl(tsc->tsc_regs + REG_TSC_FLOW_CONTROL);
tsc_flow          231 drivers/input/touchscreen/imx6ul_tsc.c 	tsc_flow |= TSC_DISABLE;
tsc_flow          232 drivers/input/touchscreen/imx6ul_tsc.c 	writel(tsc_flow, tsc->tsc_regs + REG_TSC_FLOW_CONTROL);