Searched refs:HDA_DSP_SPIB_BAR (Results 1 – 3 of 3) sorted by relevance
138 if (!sdev->bar[HDA_DSP_SPIB_BAR]) { in hda_dsp_stream_spib_config()146 snd_sof_dsp_update_bits(sdev, HDA_DSP_SPIB_BAR, in hda_dsp_stream_spib_config()821 if (sdev->bar[HDA_DSP_SPIB_BAR]) { in hda_dsp_stream_init()822 stream->spib_addr = sdev->bar[HDA_DSP_SPIB_BAR] + in hda_dsp_stream_init()826 stream->fifo_addr = sdev->bar[HDA_DSP_SPIB_BAR] + in hda_dsp_stream_init()877 if (sdev->bar[HDA_DSP_SPIB_BAR]) { in hda_dsp_stream_init()878 stream->spib_addr = sdev->bar[HDA_DSP_SPIB_BAR] + in hda_dsp_stream_init()882 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()
152 #define HDA_DSP_SPIB_BAR 2 macro