Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/mach-exynos/include/mach/
H A Dadc.h27 #define ADC_V2_GET_STATUS_FLAG(x) (((x) >> 2) & 0x1) macro
/openbmc/u-boot/drivers/adc/
H A Dexynos-adc.c28 if (ADC_V2_GET_STATUS_FLAG(readl(&regs->status)) != FLAG_CONV_END) in exynos_adc_channel_data()