Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/touchscreen/
H A Dmxs-lradc-ts.c135 writel(LRADC_DELAY_TRIGGER(1 << ch) | LRADC_DELAY_TRIGGER_DELAYS(0) | in mxs_lradc_setup_ts_channel()
149 writel(LRADC_DELAY_TRIGGER(0) | LRADC_DELAY_TRIGGER_DELAYS(BIT(3)) | in mxs_lradc_setup_ts_channel()
188 writel(LRADC_DELAY_TRIGGER(1 << ch1) | LRADC_DELAY_TRIGGER(1 << ch2) | in mxs_lradc_setup_ts_pressure()
203 writel(LRADC_DELAY_TRIGGER(0) | LRADC_DELAY_TRIGGER_DELAYS(BIT(3)) | in mxs_lradc_setup_ts_pressure()
413 writel(LRADC_DELAY_TRIGGER(1 << TOUCHSCREEN_VCHANNEL1) | in mxs_lradc_complete_touch_event()
/openbmc/linux/include/linux/mfd/
H A Dmxs-lradc.h82 #define LRADC_DELAY_TRIGGER(x) \ macro