Searched refs:samp_freq (Results 1 – 5 of 5) sorted by relevance
152 static const u32 samp_freq[4] = { 120, 60, 50, 10 }; in ad7191_config_setup() local175 st->samp_freq_avail = samp_freq; in ad7191_config_setup()176 st->samp_freq_avail_size = ARRAY_SIZE(samp_freq); in ad7191_config_setup()178 for (i = 0; i < ARRAY_SIZE(samp_freq); i++) { in ad7191_config_setup()179 if (odr_value != samp_freq[i]) in ad7191_config_setup()185 st->samp_freq_avail = &samp_freq[odr_index]; in ad7191_config_setup()
159 unsigned int samp_freq; member332 st->samp_freq = DIV_ROUND_CLOSEST(st->mclk_freq, in ad7768_set_freq()392 *val = st->samp_freq; in ad7768_read_raw()
75 u16 samp_freq; member242 [data->sample_rate_idx].samp_freq; in stk8ba50_read_raw()284 if (val == stk8ba50_samp_freq_table[i].samp_freq) { in stk8ba50_write_raw()
297 ch_stat0.regx.samp_freq = CH_STATUS_MAP_32KHZ; in had_prog_status_reg()301 ch_stat0.regx.samp_freq = CH_STATUS_MAP_44KHZ; in had_prog_status_reg()304 ch_stat0.regx.samp_freq = CH_STATUS_MAP_48KHZ; in had_prog_status_reg()307 ch_stat0.regx.samp_freq = CH_STATUS_MAP_88KHZ; in had_prog_status_reg()310 ch_stat0.regx.samp_freq = CH_STATUS_MAP_96KHZ; in had_prog_status_reg()313 ch_stat0.regx.samp_freq = CH_STATUS_MAP_176KHZ; in had_prog_status_reg()316 ch_stat0.regx.samp_freq = CH_STATUS_MAP_192KHZ; in had_prog_status_reg()
144 u32 samp_freq:4; /* CH_STATUS_MAP_XXX */ member