Home
last modified time | relevance | path

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

/device/soc/winnermicro/wm800/board/platform/drivers/adc/
Dwm_adc.c136 value &= ~(CONFIG_RSTN_ADC_VAL(1)|CONFIG_EN_LDO_ADC_VAL(1)); in tls_adc_start_with_cpu()
144 value |= (CONFIG_RSTN_ADC_VAL(1)|CONFIG_EN_LDO_ADC_VAL(1)); in tls_adc_start_with_cpu()
181 value &= ~(CONFIG_RSTN_ADC_VAL(1)|CONFIG_EN_LDO_ADC_VAL(1)); in tls_adc_start_with_dma()
209 value |= (CONFIG_RSTN_ADC_VAL(1)|CONFIG_EN_LDO_ADC_VAL(1)); in tls_adc_start_with_dma()
221 value &= ~(CONFIG_RSTN_ADC_VAL(1)|CONFIG_EN_LDO_ADC_VAL(1)); in tls_adc_stop()
265 value &= ~(CONFIG_RSTN_ADC_VAL(1)|CONFIG_EN_LDO_ADC_VAL(1)); in tls_adc_cmp_start()
273 value |= (CONFIG_RSTN_ADC_VAL(1)|CONFIG_EN_LDO_ADC_VAL(1)); in tls_adc_cmp_start()
/device/soc/winnermicro/wm800/board/include/driver/
Dwm_adc.h52 #define CONFIG_EN_LDO_ADC_VAL(n) ((n)<<0) /* 1:ldo work, 0: ldo shutdown */ macro