Searched refs:HDA_DSP_SPIB_BAR (Results 1 – 3 of 3) sorted by relevance
135 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()
82 sdev->bar[HDA_DSP_SPIB_BAR] = bus->spbcap; in hda_dsp_ctrl_get_caps()
139 #define HDA_DSP_SPIB_BAR 2 macro