Searched refs:LRADC_DELAY_TRIGGER (Results 1 – 2 of 2) sorted by relevance
144 writel(LRADC_DELAY_TRIGGER(1 << ch) | LRADC_DELAY_TRIGGER_DELAYS(0) | in mxs_lradc_setup_ts_channel()158 writel(LRADC_DELAY_TRIGGER(0) | LRADC_DELAY_TRIGGER_DELAYS(BIT(3)) | in mxs_lradc_setup_ts_channel()197 writel(LRADC_DELAY_TRIGGER(1 << ch1) | LRADC_DELAY_TRIGGER(1 << ch2) | in mxs_lradc_setup_ts_pressure()212 writel(LRADC_DELAY_TRIGGER(0) | LRADC_DELAY_TRIGGER_DELAYS(BIT(3)) | in mxs_lradc_setup_ts_pressure()422 writel(LRADC_DELAY_TRIGGER(1 << TOUCHSCREEN_VCHANNEL1) | in mxs_lradc_complete_touch_event()
91 #define LRADC_DELAY_TRIGGER(x) \ macro