Searched refs:word_length (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/sound/soc/qcom/ |
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-6.1.9/drivers/soundwire/ |
D | qcom.c | 136 u8 word_length; member 889 if (pcfg->word_length != SWR_INVALID_PARAM) { in qcom_swrm_compute_params() 891 p_rt->num, pcfg->word_length + 1, in qcom_swrm_compute_params() 918 if (pcfg->word_length != SWR_INVALID_PARAM) { in qcom_swrm_compute_params() 921 pcfg->word_length + 1, in qcom_swrm_compute_params() 1183 u8 word_length[QCOM_SDW_MAX_PORTS]; in qcom_swrm_get_port_config() local 1246 memset(word_length, SWR_INVALID_PARAM, QCOM_SDW_MAX_PORTS); in qcom_swrm_get_port_config() 1247 of_property_read_u8_array(np, "qcom,ports-word-length", word_length, nports); in qcom_swrm_get_port_config() 1263 ctrl->pconfig[i + 1].word_length = word_length[i]; in qcom_swrm_get_port_config()
|
/linux-6.1.9/sound/soc/ti/ |
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-6.1.9/drivers/gpu/drm/bridge/ |
D | ite-it6505.c | 379 u8 word_length; member 1196 it6505->audio.word_length = AUDIO_WORD_LENGTH; in it6505_variable_config() 1350 audio_word_length_map[it6505->audio.word_length]); in it6505_setup_audio_channel_status() 1357 (it6505->audio.word_length << 5) | in it6505_setup_audio_format() 2797 it6505->audio.word_length = WORD_LENGTH_16BIT; in it6505_audio_setup_hw_params() 2800 it6505->audio.word_length = WORD_LENGTH_18BIT; in it6505_audio_setup_hw_params() 2803 it6505->audio.word_length = WORD_LENGTH_20BIT; in it6505_audio_setup_hw_params() 2807 it6505->audio.word_length = WORD_LENGTH_24BIT; in it6505_audio_setup_hw_params()
|
/linux-6.1.9/drivers/gpu/drm/sprd/ |
D | sprd_dsi.c | 588 const u32 word_length = 4; in sprd_dsi_edpi_video() local 596 max_fifo_len = word_length * fifo_depth * 100 / bpp_x100; in sprd_dsi_edpi_video()
|
/linux-6.1.9/drivers/media/dvb-frontends/drx39xyj/ |
D | drx_driver.h | 1517 enum drxi2s_word_length word_length; member
|