Home
last modified time | relevance | path

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

/linux-6.6.21/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-6.6.21/drivers/soundwire/
Dqcom.c155 u8 word_length; member
1066 if (pcfg->word_length != SWR_INVALID_PARAM) { in qcom_swrm_compute_params()
1068 p_rt->num, pcfg->word_length + 1, in qcom_swrm_compute_params()
1095 if (pcfg->word_length != SWR_INVALID_PARAM) { in qcom_swrm_compute_params()
1098 pcfg->word_length + 1, in qcom_swrm_compute_params()
1371 u8 word_length[QCOM_SDW_MAX_PORTS]; in qcom_swrm_get_port_config() local
1443 memset(word_length, SWR_INVALID_PARAM, QCOM_SDW_MAX_PORTS); in qcom_swrm_get_port_config()
1444 of_property_read_u8_array(np, "qcom,ports-word-length", word_length, nports); in qcom_swrm_get_port_config()
1463 ctrl->pconfig[i + 1].word_length = word_length[i]; in qcom_swrm_get_port_config()
/linux-6.6.21/sound/soc/ti/
Ddavinci-mcasp.c1213 int word_length; in davinci_mcasp_hw_params() local
1221 word_length = 8; in davinci_mcasp_hw_params()
1226 word_length = 16; in davinci_mcasp_hw_params()
1231 word_length = 24; in davinci_mcasp_hw_params()
1236 word_length = 24; in davinci_mcasp_hw_params()
1241 word_length = 32; in davinci_mcasp_hw_params()
1289 davinci_config_channel_size(mcasp, word_length); in davinci_mcasp_hw_params()
1294 mcasp->max_format_width = word_length; in davinci_mcasp_hw_params()
/linux-6.6.21/drivers/gpu/drm/bridge/
Dite-it6505.c378 u8 word_length; member
1194 it6505->audio.word_length = AUDIO_WORD_LENGTH; in it6505_variable_config()
1346 audio_word_length_map[it6505->audio.word_length]); in it6505_setup_audio_channel_status()
1353 (it6505->audio.word_length << 5) | in it6505_setup_audio_format()
2822 it6505->audio.word_length = WORD_LENGTH_16BIT; in it6505_audio_setup_hw_params()
2825 it6505->audio.word_length = WORD_LENGTH_18BIT; in it6505_audio_setup_hw_params()
2828 it6505->audio.word_length = WORD_LENGTH_20BIT; in it6505_audio_setup_hw_params()
2832 it6505->audio.word_length = WORD_LENGTH_24BIT; in it6505_audio_setup_hw_params()
/linux-6.6.21/drivers/gpu/drm/sprd/
Dsprd_dsi.c585 const u32 word_length = 4; in sprd_dsi_edpi_video() local
593 max_fifo_len = word_length * fifo_depth * 100 / bpp_x100; in sprd_dsi_edpi_video()
/linux-6.6.21/drivers/media/dvb-frontends/drx39xyj/
Ddrx_driver.h1517 enum drxi2s_word_length word_length; member