Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iio/adc/
H A Dti-ads1100.c43 static const int ads1100_data_rate_bits[] = { 12, 14, 15, 16 }; variable
89 return ads1100_data_rate_bits[FIELD_GET(ADS1100_DR_MASK, data->config)]; in ads1100_data_bits()