Home
last modified time | relevance | path

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

/linux/sound/soc/codecs/
H A Dtas675x.c1130 u8 word_length; in tas675x_hw_params() local
1146 word_length = TAS675X_WL_16BIT; in tas675x_hw_params()
1149 word_length = TAS675X_WL_20BIT; in tas675x_hw_params()
1152 word_length = TAS675X_WL_24BIT; in tas675x_hw_params()
1155 word_length = TAS675X_WL_32BIT; in tas675x_hw_params()
1204 FIELD_PREP(TAS675X_SDIN_AUDIO_WL_MASK, word_length) | in tas675x_hw_params()
1205 FIELD_PREP(TAS675X_SDIN_LL_WL_MASK, word_length)); in tas675x_hw_params()
1210 FIELD_PREP(TAS675X_SDOUT_VP_WL_MASK, word_length) | in tas675x_hw_params()
1211 FIELD_PREP(TAS675X_SDOUT_IS_WL_MASK, word_length)); in tas675x_hw_params()
/linux/drivers/soundwire/
H A Dqcom.c159 u8 word_length; member
1167 if (pcfg->word_length != SWR_INVALID_PARAM) { in qcom_swrm_compute_params()
1169 p_rt->num, pcfg->word_length + 1, in qcom_swrm_compute_params()
1196 if (pcfg->word_length != SWR_INVALID_PARAM) { in qcom_swrm_compute_params()
1199 pcfg->word_length + 1, in qcom_swrm_compute_params()
1503 pcfg->word_length = SWR_INVALID_PARAM; in qcom_swrm_get_port_config()
1511 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.c1465 int word_length; in davinci_mcasp_hw_rule_format()
1474 word_length = 8; in davinci_mcasp_hw_rule_min_periodsize()
1479 word_length = 16; in davinci_mcasp_hw_rule_min_periodsize()
1484 word_length = 24;
1489 word_length = 24; in davinci_mcasp_startup()
1494 word_length = 32; in davinci_mcasp_startup()
1557 davinci_config_channel_size(mcasp, word_length, substream->stream); in davinci_mcasp_startup()
1563 mcasp->max_format_width = word_length; in davinci_mcasp_startup()
1211 int word_length; davinci_mcasp_hw_params() local
/linux/drivers/media/dvb-frontends/drx39xyj/
H A Ddrx_driver.h1516 enum drxi2s_word_length word_length; member