Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/iio/accel/
Dstk8ba50.c74 u16 samp_freq; member
241 [data->sample_rate_idx].samp_freq; in stk8ba50_read_raw()
283 if (val == stk8ba50_samp_freq_table[i].samp_freq) { in stk8ba50_write_raw()
/Linux-v5.4/drivers/iio/adc/
Dad7768-1.c160 unsigned int samp_freq; member
326 st->samp_freq = DIV_ROUND_CLOSEST(st->mclk_freq, in ad7768_set_freq()
388 *val = st->samp_freq; in ad7768_read_raw()
/Linux-v5.4/sound/x86/
Dintel_hdmi_audio.c294 ch_stat0.regx.samp_freq = CH_STATUS_MAP_32KHZ; in had_prog_status_reg()
298 ch_stat0.regx.samp_freq = CH_STATUS_MAP_44KHZ; in had_prog_status_reg()
301 ch_stat0.regx.samp_freq = CH_STATUS_MAP_48KHZ; in had_prog_status_reg()
304 ch_stat0.regx.samp_freq = CH_STATUS_MAP_88KHZ; in had_prog_status_reg()
307 ch_stat0.regx.samp_freq = CH_STATUS_MAP_96KHZ; in had_prog_status_reg()
310 ch_stat0.regx.samp_freq = CH_STATUS_MAP_176KHZ; in had_prog_status_reg()
313 ch_stat0.regx.samp_freq = CH_STATUS_MAP_192KHZ; in had_prog_status_reg()
Dintel_hdmi_lpe_audio.h144 u32 samp_freq:4; /* CH_STATUS_MAP_XXX */ member