Searched refs:dsp_ba (Results 1 - 7 of 7) sorted by last modified time

/linux-master/sound/soc/intel/avs/
H A Dregisters.h94 ((adev)->dsp_ba + avs_sram_offset(adev, window_idx))
H A Dloader.c660 adev->dsp_ba, AVS_CL_DEFAULT_BUFFER_SIZE);
H A Dcore.c454 adev->dsp_ba = pci_ioremap_bar(pci, 4);
455 if (!adev->dsp_ba) {
505 iounmap(adev->dsp_ba);
579 iounmap(adev->dsp_ba);
H A Dcldma.h28 int hda_cldma_init(struct hda_cldma *cl, struct hdac_bus *bus, void __iomem *dsp_ba,
H A Dcldma.c34 void __iomem *dsp_ba; member in struct:hda_cldma
262 int hda_cldma_init(struct hda_cldma *cl, struct hdac_bus *bus, void __iomem *dsp_ba, argument
279 cl->dsp_ba = dsp_ba;
281 cl->sd_addr = dsp_ba + AZX_CL_SD_BASE;
H A Davs.h119 * @dsp_ba: DSP bar address
133 void __iomem *dsp_ba; member in struct:avs_dev
/linux-master/include/sound/
H A Dhdaudio_ext.h123 snd_hdac_reg_writeb(chip, (chip)->dsp_ba + (reg), value)
125 snd_hdac_reg_readb(chip, (chip)->dsp_ba + (reg))
127 snd_hdac_reg_writew(chip, (chip)->dsp_ba + (reg), value)
129 snd_hdac_reg_readw(chip, (chip)->dsp_ba + (reg))
131 snd_hdac_reg_writel(chip, (chip)->dsp_ba + (reg), value)
133 snd_hdac_reg_readl(chip, (chip)->dsp_ba + (reg))
135 snd_hdac_reg_writeq(chip, (chip)->dsp_ba + (reg), value)
137 snd_hdac_reg_readq(chip, (chip)->dsp_ba + (reg))
153 readb_poll_timeout((chip)->dsp_ba + (reg), val, cond, \
156 readw_poll_timeout((chip)->dsp_ba
[all...]

Completed in 181 milliseconds