Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iio/gyro/
H A Dfxas21002c_core.c129 static const int fxas21002c_hpf_values[] = { variable
212 int hpf_value_max = ARRAY_SIZE(fxas21002c_hpf_values) - 1; in fxas21002c_hpf_sel_from_value()
216 return fxas21002c_hpf_values[value]; in fxas21002c_hpf_sel_from_value()
222 int hpf_table_size = ARRAY_SIZE(fxas21002c_hpf_values); in fxas21002c_hpf_value_from_sel()
226 if (fxas21002c_hpf_values[i] == hz) in fxas21002c_hpf_value_from_sel()