Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/adc/
H A Dexynos-adc.c50 writel(cfg | ADC_V2_CON1_STC_EN, &regs->con1); in exynos_adc_start_channel()
65 cfg &= ~ADC_V2_CON1_STC_EN; in exynos_adc_stop()
/openbmc/u-boot/arch/arm/mach-exynos/include/mach/
H A Dadc.h12 #define ADC_V2_CON1_STC_EN 0x1 macro