Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/mach-exynos/include/mach/
H A Dadc.h23 #define ADC_V2_CON2_C_TIME(x) (((x) & 0x7) << 4) macro
/openbmc/linux/drivers/iio/adc/
H A Dexynos_adc.c99 #define ADC_V2_CON2_C_TIME(x) (((x) & 7) << 4) macro