Home
last modified time | relevance | path

Searched refs:LRADC_DELAY_TRIGGER (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/staging/iio/adc/
Dmxs-lradc.c328 #define LRADC_DELAY_TRIGGER(x) \ macro
464 mxs_lradc_reg_wrt(lradc, LRADC_DELAY_TRIGGER(1 << ch) | in mxs_lradc_setup_ts_channel()
479 LRADC_DELAY_TRIGGER(0) | /* don't trigger ADC */ in mxs_lradc_setup_ts_channel()
518 mxs_lradc_reg_wrt(lradc, LRADC_DELAY_TRIGGER(1 << ch1) | in mxs_lradc_setup_ts_pressure()
519 LRADC_DELAY_TRIGGER(1 << ch2) | /* start both channels */ in mxs_lradc_setup_ts_pressure()
534 LRADC_DELAY_TRIGGER(0) | /* don't trigger ADC */ in mxs_lradc_setup_ts_pressure()
730 LRADC_DELAY_TRIGGER(1 << TOUCHSCREEN_VCHANNEL1) | in mxs_lradc_complete_touch_event()