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

/linux-master/sound/soc/qcom/
H A Dlpass-hdmi.c28 unsigned int word_length; local
46 word_length = LPASS_DP_AUDIO_BITWIDTH16;
49 word_length = LPASS_DP_AUDIO_BITWIDTH24;
75 ch_sts_buf1 = (word_length) & LPASS_WORDLENGTH_MASK;
/linux-master/drivers/soundwire/
H A Dqcom.c156 u8 word_length; member in struct:qcom_swrm_port_config
1078 if (pcfg->word_length != SWR_INVALID_PARAM) {
1080 p_rt->num, pcfg->word_length + 1,
1107 if (pcfg->word_length != SWR_INVALID_PARAM) {
1110 pcfg->word_length + 1,
1348 u8 word_length[QCOM_SDW_MAX_PORTS]; local
1420 memset(word_length, SWR_INVALID_PARAM, QCOM_SDW_MAX_PORTS);
1421 of_property_read_u8_array(np, "qcom,ports-word-length", word_length, nports);
1440 ctrl->pconfig[i + 1].word_length = word_length[
[all...]
/linux-master/sound/soc/ti/
H A Ddavinci-mcasp.c1211 int word_length; local
1219 word_length = 8;
1224 word_length = 16;
1229 word_length = 24;
1234 word_length = 24;
1239 word_length = 32;
1287 davinci_config_channel_size(mcasp, word_length);
1292 mcasp->max_format_width = word_length;
/linux-master/drivers/gpu/drm/sprd/
H A Dsprd_dsi.c585 const u32 word_length = 4; local
593 max_fifo_len = word_length * fifo_depth * 100 / bpp_x100;
/linux-master/drivers/gpu/drm/bridge/
H A Dite-it6505.c378 u8 word_length; member in struct:it6505_audio_data
1194 it6505->audio.word_length = AUDIO_WORD_LENGTH;
1346 audio_word_length_map[it6505->audio.word_length]);
1353 (it6505->audio.word_length << 5) |
2824 it6505->audio.word_length = WORD_LENGTH_16BIT;
2827 it6505->audio.word_length = WORD_LENGTH_18BIT;
2830 it6505->audio.word_length = WORD_LENGTH_20BIT;
2834 it6505->audio.word_length = WORD_LENGTH_24BIT;
/linux-master/drivers/media/dvb-frontends/drx39xyj/
H A Ddrx_driver.h1517 enum drxi2s_word_length word_length; member in struct:drx_cfg_i2s_output

Completed in 143 milliseconds