Searched refs:HDA_DSP_SPIB_BAR (Results 1 – 3 of 3) sorted by relevance
163 if (!sdev->bar[HDA_DSP_SPIB_BAR]) { in hda_dsp_stream_spib_config()171 snd_sof_dsp_update_bits(sdev, HDA_DSP_SPIB_BAR, in hda_dsp_stream_spib_config()887 if (sdev->bar[HDA_DSP_SPIB_BAR]) { in hda_dsp_stream_init()888 hext_stream->spib_addr = sdev->bar[HDA_DSP_SPIB_BAR] + in hda_dsp_stream_init()892 hext_stream->fifo_addr = sdev->bar[HDA_DSP_SPIB_BAR] + in hda_dsp_stream_init()943 if (sdev->bar[HDA_DSP_SPIB_BAR]) { in hda_dsp_stream_init()944 hext_stream->spib_addr = sdev->bar[HDA_DSP_SPIB_BAR] + in hda_dsp_stream_init()948 hext_stream->fifo_addr = sdev->bar[HDA_DSP_SPIB_BAR] + in hda_dsp_stream_init()
107 sdev->bar[HDA_DSP_SPIB_BAR] = bus->spbcap; in hda_dsp_ctrl_get_caps()
154 #define HDA_DSP_SPIB_BAR 2 macro