Searched refs:odr_sel_bits (Results 1 – 1 of 1) sorted by relevance
172 unsigned int odr_sel_bits;271 unsigned int fclk, odr_sel_bits; in ad7124_set_channel_odr() local282 if (odr_sel_bits < 1) in ad7124_set_channel_odr()283 odr_sel_bits = 1; in ad7124_set_channel_odr()284 else if (odr_sel_bits > 2047) in ad7124_set_channel_odr()285 odr_sel_bits = 2047; in ad7124_set_channel_odr()287 if (odr_sel_bits != st->channels[channel].cfg.odr_sel_bits) in ad7124_set_channel_odr()292 st->channels[channel].cfg.odr_sel_bits = odr_sel_bits; in ad7124_set_channel_odr()357 unsigned int odr_sel_bits; in ad7124_find_similar_live_cfg()374 cfg->odr_sel_bits == cfg_aux->odr_sel_bits && in ad7124_find_similar_live_cfg()[all …]