Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/mach-exynos/include/mach/
H A Dadc.h14 #define ADC_V2_CON2_OSEL(x) (((x) & 0x1) << 10) macro
/openbmc/linux/drivers/iio/adc/
H A Dexynos_adc.c96 #define ADC_V2_CON2_OSEL (1u << 10) macro