Home
last modified time | relevance | path

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

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