Home
last modified time | relevance | path

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

/linux/sound/soc/qcom/
H A Dlpass-hdmi.c27 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/
H A Dqcom.c160 u8 word_length; member
1154 if (pcfg->word_length != SWR_INVALID_PARAM) { in qcom_swrm_compute_params()
1156 p_rt->num, pcfg->word_length + 1, in qcom_swrm_compute_params()
1183 if (pcfg->word_length != SWR_INVALID_PARAM) { in qcom_swrm_compute_params()
1186 pcfg->word_length + 1, in qcom_swrm_compute_params()
1486 pcfg->word_length = SWR_INVALID_PARAM; in qcom_swrm_get_port_config()
1494 of_property_read_u8_index(np, "qcom,ports-word-length", i, &pcfg->word_length); in qcom_swrm_get_port_config()
/linux/sound/soc/ti/
H A Ddavinci-mcasp.c1435 int word_length; in davinci_mcasp_hw_rule_format()
1444 word_length = 8; in davinci_mcasp_hw_rule_format()
1449 word_length = 16; in davinci_mcasp_hw_rule_format()
1454 word_length = 24; in davinci_mcasp_hw_rule_format()
1459 word_length = 24; in davinci_mcasp_hw_rule_format()
1464 word_length = 32; in davinci_mcasp_hw_rule_format()
1516 davinci_config_channel_size(mcasp, word_length, substream->stream); in davinci_mcasp_startup()
1522 mcasp->max_format_width = word_length; in davinci_mcasp_startup()
1211 int word_length; davinci_mcasp_hw_params() local
/linux/drivers/gpu/drm/bridge/
H A Dite-it6505.c403 u8 word_length; member
1378 it6505->audio.word_length = AUDIO_WORD_LENGTH; in it6505_variable_config()
1536 audio_word_length_map[it6505->audio.word_length]); in it6505_setup_audio_channel_status()
1543 (it6505->audio.word_length << 5) | in it6505_setup_audio_format()
3013 it6505->audio.word_length = WORD_LENGTH_16BIT; in it6505_audio_setup_hw_params()
3016 it6505->audio.word_length = WORD_LENGTH_18BIT; in it6505_audio_setup_hw_params()
3019 it6505->audio.word_length = WORD_LENGTH_20BIT; in it6505_audio_setup_hw_params()
3023 it6505->audio.word_length = WORD_LENGTH_24BIT; in it6505_audio_setup_hw_params()
/linux/drivers/gpu/drm/sprd/
H A 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/drivers/media/dvb-frontends/drx39xyj/
H A Ddrx_driver.h1516 enum drxi2s_word_length word_length; member