Lines Matching refs:TOUCHSCREEN_VCHANNEL1

51 #define TOUCHSCREEN_VCHANNEL1		7  macro
310 mxs_lradc_map_ts_channel(ts, TOUCHSCREEN_VCHANNEL1, TS_CH_YP); in mxs_lradc_prepare_x_pos()
311 mxs_lradc_setup_ts_channel(ts, TOUCHSCREEN_VCHANNEL1); in mxs_lradc_prepare_x_pos()
336 mxs_lradc_map_ts_channel(ts, TOUCHSCREEN_VCHANNEL1, TS_CH_XM); in mxs_lradc_prepare_y_pos()
337 mxs_lradc_setup_ts_channel(ts, TOUCHSCREEN_VCHANNEL1); in mxs_lradc_prepare_y_pos()
362 mxs_lradc_map_ts_channel(ts, TOUCHSCREEN_VCHANNEL1, TS_CH_YM); in mxs_lradc_prepare_pressure()
365 TOUCHSCREEN_VCHANNEL1); in mxs_lradc_prepare_pressure()
383 writel(LRADC_CTRL1_LRADC_IRQ_EN(TOUCHSCREEN_VCHANNEL1), in mxs_lradc_start_touch_event()
409 writel(0, ts->base + LRADC_CH(TOUCHSCREEN_VCHANNEL1)); in mxs_lradc_complete_touch_event()
410 writel(LRADC_CTRL1_LRADC_IRQ(TOUCHSCREEN_VCHANNEL1) | in mxs_lradc_complete_touch_event()
413 writel(LRADC_DELAY_TRIGGER(1 << TOUCHSCREEN_VCHANNEL1) | in mxs_lradc_complete_touch_event()
448 LRADC_CTRL1_LRADC_IRQ_EN(TOUCHSCREEN_VCHANNEL1) | in mxs_lradc_finish_touch_event()
449 LRADC_CTRL1_LRADC_IRQ(TOUCHSCREEN_VCHANNEL1), in mxs_lradc_finish_touch_event()
468 mxs_lradc_ts_read_raw_channel(ts, TOUCHSCREEN_VCHANNEL1); in mxs_lradc_handle_touch()
474 mxs_lradc_ts_read_raw_channel(ts, TOUCHSCREEN_VCHANNEL1); in mxs_lradc_handle_touch()
482 TOUCHSCREEN_VCHANNEL1); in mxs_lradc_handle_touch()
501 LRADC_CTRL1_LRADC_IRQ(TOUCHSCREEN_VCHANNEL1) | in mxs_lradc_ts_handle_irq()
513 clr_irq &= ~(LRADC_CTRL1_LRADC_IRQ(TOUCHSCREEN_VCHANNEL1) | in mxs_lradc_ts_handle_irq()
539 LRADC_CTRL1_LRADC_IRQ_EN(TOUCHSCREEN_VCHANNEL1) | in mxs_lradc_ts_stop()