Searched refs:odr_sel_bits (Results 1 – 1 of 1) sorted by relevance
156 unsigned int odr_sel_bits; member262 unsigned int fclk, odr_sel_bits; in ad7124_set_channel_odr() local272 odr_sel_bits = DIV_ROUND_CLOSEST(fclk, odr * 32); in ad7124_set_channel_odr()273 if (odr_sel_bits < 1) in ad7124_set_channel_odr()274 odr_sel_bits = 1; in ad7124_set_channel_odr()275 else if (odr_sel_bits > 2047) in ad7124_set_channel_odr()276 odr_sel_bits = 2047; in ad7124_set_channel_odr()278 if (odr_sel_bits != st->channels[channel].cfg.odr_sel_bits) in ad7124_set_channel_odr()282 st->channels[channel].cfg.odr = DIV_ROUND_CLOSEST(fclk, odr_sel_bits * 32); in ad7124_set_channel_odr()283 st->channels[channel].cfg.odr_sel_bits = odr_sel_bits; in ad7124_set_channel_odr()[all …]