Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/
H A Dadc.h15 #define ADC_MAX_CHANNEL 31 macro
/rk3399_rockchip-uboot/drivers/adc/
H A Dadc-uclass.c215 for (channel = 0; channel <= ADC_MAX_CHANNEL; channel++) { in _adc_channels_single_shot()