Home
last modified time | relevance | path

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

/Linux-v5.4/sound/soc/sof/intel/
Dhda-stream.c135 if (!sdev->bar[HDA_DSP_SPIB_BAR]) { in hda_dsp_stream_spib_config()
143 snd_sof_dsp_update_bits(sdev, HDA_DSP_SPIB_BAR, in hda_dsp_stream_spib_config()
705 if (sdev->bar[HDA_DSP_SPIB_BAR]) { in hda_dsp_stream_init()
706 stream->spib_addr = sdev->bar[HDA_DSP_SPIB_BAR] + in hda_dsp_stream_init()
710 stream->fifo_addr = sdev->bar[HDA_DSP_SPIB_BAR] + in hda_dsp_stream_init()
761 if (sdev->bar[HDA_DSP_SPIB_BAR]) { in hda_dsp_stream_init()
762 stream->spib_addr = sdev->bar[HDA_DSP_SPIB_BAR] + in hda_dsp_stream_init()
766 stream->fifo_addr = sdev->bar[HDA_DSP_SPIB_BAR] + in hda_dsp_stream_init()
Dhda-ctrl.c82 sdev->bar[HDA_DSP_SPIB_BAR] = bus->spbcap; in hda_dsp_ctrl_get_caps()
Dhda.h139 #define HDA_DSP_SPIB_BAR 2 macro