Searched refs:TOUCHSCREEN_VCHANNEL1 (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/input/touchscreen/ |
H A D | mxs-lradc-ts.c | 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() [all …]
|