Home
last modified time | relevance | path

Searched refs:word_length (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/sound/soc/qcom/
Dlpass-hdmi.c28 unsigned int word_length; in lpass_hdmi_daiops_hw_params() local
46 word_length = LPASS_DP_AUDIO_BITWIDTH16; in lpass_hdmi_daiops_hw_params()
49 word_length = LPASS_DP_AUDIO_BITWIDTH24; in lpass_hdmi_daiops_hw_params()
75 ch_sts_buf1 = (word_length) & LPASS_WORDLENGTH_MASK; in lpass_hdmi_daiops_hw_params()
/Linux-v5.10/sound/soc/ti/
Ddavinci-mcasp.c1189 int word_length; in davinci_mcasp_hw_params() local
1197 word_length = 8; in davinci_mcasp_hw_params()
1202 word_length = 16; in davinci_mcasp_hw_params()
1207 word_length = 24; in davinci_mcasp_hw_params()
1212 word_length = 24; in davinci_mcasp_hw_params()
1217 word_length = 32; in davinci_mcasp_hw_params()
1259 davinci_config_channel_size(mcasp, word_length); in davinci_mcasp_hw_params()
1264 mcasp->max_format_width = word_length; in davinci_mcasp_hw_params()
/Linux-v5.10/drivers/media/dvb-frontends/drx39xyj/
Ddrx_driver.h1517 enum drxi2s_word_length word_length; member