Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iio/adc/
H A Dti-ads131e08.c152 static const struct ads131e08_pga_gain_desc ads131e08_pga_gain_tbl[] = { variable
288 for (i = 0; i < ARRAY_SIZE(ads131e08_pga_gain_tbl); i++) { in ads131e08_pga_gain_to_field_value()
289 if (ads131e08_pga_gain_tbl[i].gain == pga_gain) in ads131e08_pga_gain_to_field_value()
293 if (i == ARRAY_SIZE(ads131e08_pga_gain_tbl)) { in ads131e08_pga_gain_to_field_value()
298 return ads131e08_pga_gain_tbl[i].reg; in ads131e08_pga_gain_to_field_value()