Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/sof/intel/
H A Dhda-stream.c162 if (!sdev->bar[HDA_DSP_SPIB_BAR]) { in hda_dsp_stream_spib_config()
170 snd_sof_dsp_update_bits(sdev, HDA_DSP_SPIB_BAR, in hda_dsp_stream_spib_config()
897 if (sdev->bar[HDA_DSP_SPIB_BAR]) { in hda_dsp_stream_init()
898 hstream->spib_addr = sdev->bar[HDA_DSP_SPIB_BAR] + in hda_dsp_stream_init()
902 hstream->fifo_addr = sdev->bar[HDA_DSP_SPIB_BAR] + in hda_dsp_stream_init()
H A Dhda-ctrl.c102 sdev->bar[HDA_DSP_SPIB_BAR] = bus->spbcap; in hda_dsp_ctrl_get_caps()
H A Dhda.h154 #define HDA_DSP_SPIB_BAR 2 macro