Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/arch/arm/mach-exynos/include/mach/
H A Dadc.h24 #define ADC_V2_CON2_C_TIME(x) (((x) & 0x7) << 4) macro
/rk3399_rockchip-uboot/drivers/adc/
H A Dexynos-adc.c94 cfg = ADC_V2_CON2_C_TIME(3); /* Conversion times: (1 << 3) = 8 */ in exynos_adc_probe()