Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/iio/adc/
H A Dsc27xx_adc.c65 #define SC27XX_VOLT_RATIO(n, d) \ macro
170 return scale ? SC27XX_VOLT_RATIO(400, 1025) : in sc27xx_adc_get_ratio()
171 SC27XX_VOLT_RATIO(1, 1); in sc27xx_adc_get_ratio()
173 return SC27XX_VOLT_RATIO(7, 29); in sc27xx_adc_get_ratio()
175 return SC27XX_VOLT_RATIO(375, 9000); in sc27xx_adc_get_ratio()
178 return scale ? SC27XX_VOLT_RATIO(100, 125) : in sc27xx_adc_get_ratio()
179 SC27XX_VOLT_RATIO(1, 1); in sc27xx_adc_get_ratio()
181 return SC27XX_VOLT_RATIO(1, 3); in sc27xx_adc_get_ratio()
183 return SC27XX_VOLT_RATIO(1, 1); in sc27xx_adc_get_ratio()
185 return SC27XX_VOLT_RATIO(1, 1); in sc27xx_adc_get_ratio()