Home
last modified time | relevance | path

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

/linux/drivers/input/touchscreen/
H A Dmxs-lradc-ts.c138 ts->base + LRADC_DELAY(3)); in mxs_lradc_setup_ts_channel()
151 ts->base + LRADC_DELAY(2)); in mxs_lradc_setup_ts_channel()
192 ts->base + LRADC_DELAY(3)); in mxs_lradc_setup_ts_pressure()
205 ts->base + LRADC_DELAY(2)); in mxs_lradc_setup_ts_pressure()
415 ts->base + LRADC_DELAY(2)); in mxs_lradc_complete_touch_event()
445 writel(0, ts->base + LRADC_DELAY(2)); in mxs_lradc_finish_touch_event()
446 writel(0, ts->base + LRADC_DELAY(3)); in mxs_lradc_finish_touch_event()
551 writel(0, ts->base + LRADC_DELAY(i)); in mxs_lradc_ts_stop()
/linux/include/linux/mfd/
H A Dmxs-lradc.h79 #define LRADC_DELAY(n) (0xd0 + (0x10 * (n))) macro