Searched refs:hpf_band (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/iio/filter/
H A Dadmv8818.c124 unsigned int hpf_step = 0, hpf_band = 0, i, j; local
133 hpf_band = 4;
144 hpf_band = i + 1;
158 hpf_band = 3;
167 FIELD_PREP(ADMV8818_SW_IN_WR0_MSK, hpf_band));
262 unsigned int data, hpf_band, hpf_state; local
269 hpf_band = FIELD_GET(ADMV8818_SW_IN_WR0_MSK, data);
270 if (!hpf_band || hpf_band > 4) {
281 *hpf_freq = div_u64(freq_range_hpf[hpf_band
[all...]

Completed in 178 milliseconds