Searched refs:word_length (Results 1 – 5 of 5) sorted by relevance
/linux/sound/soc/qcom/ |
H 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/ |
H A D | qcom.c | 156 u8 word_length; member 1090 if (pcfg->word_length != SWR_INVALID_PARAM) { in qcom_swrm_compute_params() 1092 p_rt->num, pcfg->word_length + 1, in qcom_swrm_compute_params() 1119 if (pcfg->word_length != SWR_INVALID_PARAM) { in qcom_swrm_compute_params() 1122 pcfg->word_length + 1, in qcom_swrm_compute_params() 1361 u8 word_length[QCOM_SDW_MAX_PORTS]; in qcom_swrm_get_port_config() local 1432 memset(word_length, SWR_INVALID_PARAM, QCOM_SDW_MAX_PORTS); in qcom_swrm_get_port_config() 1433 of_property_read_u8_array(np, "qcom,ports-word-length", word_length, nports); in qcom_swrm_get_port_config() 1452 ctrl->pconfig[i + 1].word_length = word_length[ in qcom_swrm_get_port_config() [all...] |
/linux/sound/soc/ti/ |
H A D | davinci-mcasp.c | 1211 int word_length; in davinci_mcasp_hw_params() local 1219 word_length = 8; in davinci_mcasp_hw_params() 1224 word_length = 16; in davinci_mcasp_hw_params() 1229 word_length = 24; in davinci_mcasp_hw_params() 1234 word_length = 24; in davinci_mcasp_hw_params() 1239 word_length = 32; in davinci_mcasp_hw_params() 1287 davinci_config_channel_size(mcasp, word_length); in davinci_mcasp_hw_params() 1292 mcasp->max_format_width = word_length; in davinci_mcasp_hw_params()
|
/linux/drivers/gpu/drm/bridge/ |
H A D | ite-it6505.c | 403 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() 3042 it6505->audio.word_length = WORD_LENGTH_16BIT; in it6505_audio_setup_hw_params() 3045 it6505->audio.word_length = WORD_LENGTH_18BIT; in it6505_audio_setup_hw_params() 3048 it6505->audio.word_length = WORD_LENGTH_20BIT; in it6505_audio_setup_hw_params() 3052 it6505->audio.word_length = WORD_LENGTH_24BIT; in it6505_audio_setup_hw_params()
|
/linux/drivers/gpu/drm/sprd/ |
H A D | sprd_dsi.c | 585 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()
|