Home
last modified time | relevance | path

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

/sound/soc/qcom/
Dlpass.h21 #define LPASS_MAX_HDMI_DMA_CHANNELS (4) macro
96 struct snd_pcm_substream *hdmi_substream[LPASS_MAX_HDMI_DMA_CHANNELS];
110 struct regmap_field *hdmitx_ch_msb[LPASS_MAX_HDMI_DMA_CHANNELS];
111 struct regmap_field *hdmitx_ch_lsb[LPASS_MAX_HDMI_DMA_CHANNELS];
114 struct lpass_hdmitx_dmactl *hdmi_tx_dmactl[LPASS_MAX_HDMI_DMA_CHANNELS];
Dlpass-platform.c758 for (chan = 0; chan < LPASS_MAX_HDMI_DMA_CHANNELS; chan++) { in lpass_platform_hdmiif_irq()
Dlpass-cpu.c658 for (i = 0; i < LPASS_MAX_HDMI_DMA_CHANNELS; i++) { in lpass_hdmi_init_bitfields()