Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/mfd/
H A Dmxs-lradc.h77 #define LRADC_CH_VALUE_OFFSET 0 macro
/openbmc/u-boot/arch/arm/include/asm/arch-mxs/
H A Dregs-lradc.h179 #define LRADC_CH_VALUE_OFFSET 0 macro
/openbmc/linux/drivers/input/touchscreen/
H A Dmxs-lradc-ts.c220 val = (reg & LRADC_CH_VALUE_MASK) >> LRADC_CH_VALUE_OFFSET; in mxs_lradc_ts_read_raw_channel()