Searched refs:word_length (Results 1 – 4 of 4) sorted by relevance
/linux/sound/soc/qcom/ |
A D | lpass-hdmi.c | 28 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/drivers/soundwire/ |
A D | qcom.c | 122 u8 word_length; member 825 if (pcfg->word_length != SWR_INVALID_PARAM) { in qcom_swrm_compute_params() 827 p_rt->num, pcfg->word_length + 1, in qcom_swrm_compute_params() 854 if (pcfg->word_length != SWR_INVALID_PARAM) { in qcom_swrm_compute_params() 857 pcfg->word_length + 1, in qcom_swrm_compute_params() 1108 u8 word_length[QCOM_SDW_MAX_PORTS]; in qcom_swrm_get_port_config() local 1175 memset(word_length, SWR_INVALID_PARAM, QCOM_SDW_MAX_PORTS); in qcom_swrm_get_port_config() 1176 of_property_read_u8_array(np, "qcom,ports-word-length", word_length, nports); in qcom_swrm_get_port_config() 1192 ctrl->pconfig[i + 1].word_length = word_length[i]; in qcom_swrm_get_port_config()
|
/linux/sound/soc/ti/ |
A D | davinci-mcasp.c | 1214 int word_length; in davinci_mcasp_hw_params() local 1222 word_length = 8; in davinci_mcasp_hw_params() 1227 word_length = 16; in davinci_mcasp_hw_params() 1232 word_length = 24; in davinci_mcasp_hw_params() 1237 word_length = 24; in davinci_mcasp_hw_params() 1242 word_length = 32; in davinci_mcasp_hw_params() 1290 davinci_config_channel_size(mcasp, word_length); in davinci_mcasp_hw_params() 1295 mcasp->max_format_width = word_length; in davinci_mcasp_hw_params()
|
/linux/drivers/media/dvb-frontends/drx39xyj/ |
A D | drx_driver.h | 1517 enum drxi2s_word_length word_length; member
|
Completed in 34 milliseconds