Searched refs:odr_sel_bits (Results 1 – 1 of 1) sorted by relevance
266 unsigned int fclk, odr_sel_bits; in ad7124_set_channel_odr() local277 odr_sel_bits = DIV_ROUND_CLOSEST(fclk, odr * 32); in ad7124_set_channel_odr()278 if (odr_sel_bits < 1) in ad7124_set_channel_odr()279 odr_sel_bits = 1; in ad7124_set_channel_odr()280 else if (odr_sel_bits > 2047) in ad7124_set_channel_odr()281 odr_sel_bits = 2047; in ad7124_set_channel_odr()285 AD7124_FILTER_FS(odr_sel_bits), 3); in ad7124_set_channel_odr()290 DIV_ROUND_CLOSEST(fclk, odr_sel_bits * 32); in ad7124_set_channel_odr()