Home
last modified time | relevance | path

Searched defs:ADC_V2_CON2_ESEL (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/arch/arm/mach-exynos/include/mach/
H A Dadc.h17 #define ADC_V2_CON2_ESEL(x) (((x) & 0x1) << 9) macro
/openbmc/linux/drivers/iio/adc/
H A Dexynos_adc.c97 #define ADC_V2_CON2_ESEL (1u << 9) macro