Searched defs:adc_value (Results 1 – 4 of 4) sorted by relevance
423 int adc_value; in adc1_get_raw() local558 int adc_value = 0; in adc2_get_raw() local
73 unsigned char adc_value; in nvp6158_video_get_adcclk() local
73 #define ADC_TO_CURRENT(adc_value, samp_res) ((adc_value) * 172 / 1000 / (samp_res)) argument76 #define ADC_TO_CAPACITY(adc_value, samp_res) ((adc_value) / 1000 * 172 / 3600 / (samp_res)) argument79 #define ADC_TO_CAPACITY_UAH(adc_value, samp_res) ((adc_value) / 3600 * 172 / (samp_res)) argument80 #define ADC_TO_CAPACITY_MAH(adc_value, samp_res) ((adc_value) / 1000 * 172 / 3600 / (samp_res)) argument
74 #define ADC_TO_CURRENT(adc_value, samp_res) \ argument79 #define ADC_TO_CAPACITY(adc_value, samp_res) \ argument84 #define ADC_TO_CAPACITY_UAH(adc_value, samp_res) \ argument86 #define ADC_TO_CAPACITY_MAH(adc_value, samp_res) \ argument