Home
last modified time | relevance | path

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

/linux/drivers/iio/filter/
H A Dadmv8818.c103 u64 cf_hz; member
298 st->cf_hz = clk_get_rate(st->clkin); in admv8818_rfin_band_select()
301 if (st->cf_hz > st->hpf_margin_hz) in admv8818_rfin_band_select()
302 hpf_corner_target = st->cf_hz - st->hpf_margin_hz; in admv8818_rfin_band_select()
307 lpf_corner_target = st->cf_hz + st->lpf_margin_hz; in admv8818_rfin_band_select()
308 if (lpf_corner_target < st->cf_hz) in admv8818_rfin_band_select()