Home
last modified time | relevance | path

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

/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()
1488 pcfg->word_length = SWR_INVALID_PARAM; in qcom_swrm_get_port_config()
1496 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.c1211 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/media/dvb-frontends/drx39xyj/
H A Ddrx_driver.h1516 enum drxi2s_word_length word_length; member