Home
last modified time | relevance | path

Searched refs:dsp_ba (Results 1 – 7 of 7) sorted by relevance

/linux-5.19.10/include/sound/
Dhdaudio_ext.h150 snd_hdac_reg_writeb(chip, (chip)->dsp_ba + (reg), value)
152 snd_hdac_reg_readb(chip, (chip)->dsp_ba + (reg))
154 snd_hdac_reg_writew(chip, (chip)->dsp_ba + (reg), value)
156 snd_hdac_reg_readw(chip, (chip)->dsp_ba + (reg))
158 snd_hdac_reg_writel(chip, (chip)->dsp_ba + (reg), value)
160 snd_hdac_reg_readl(chip, (chip)->dsp_ba + (reg))
162 snd_hdac_reg_writeq(chip, (chip)->dsp_ba + (reg), value)
164 snd_hdac_reg_readq(chip, (chip)->dsp_ba + (reg))
180 readb_poll_timeout((chip)->dsp_ba + (reg), val, cond, \
183 readw_poll_timeout((chip)->dsp_ba + (reg), val, cond, \
[all …]
/linux-5.19.10/sound/soc/intel/avs/
Dcldma.c34 void __iomem *dsp_ba; member
273 int hda_cldma_init(struct hda_cldma *cl, struct hdac_bus *bus, void __iomem *dsp_ba, in hda_cldma_init() argument
289 cl->dsp_ba = dsp_ba; in hda_cldma_init()
291 cl->sd_addr = dsp_ba + AZX_CL_SD_BASE; in hda_cldma_init()
Dcldma.h25 int hda_cldma_init(struct hda_cldma *cl, struct hdac_bus *bus, void __iomem *dsp_ba,
Dcore.c431 adev->dsp_ba = pci_ioremap_bar(pci, 4); in avs_pci_probe()
432 if (!adev->dsp_ba) { in avs_pci_probe()
474 iounmap(adev->dsp_ba); in avs_pci_probe()
527 iounmap(adev->dsp_ba); in avs_pci_remove()
Dregisters.h76 ((adev)->dsp_ba + avs_sram_offset(adev, window_idx))
Davs.h117 void __iomem *dsp_ba; member
Dloader.c648 adev->dsp_ba, AVS_CL_DEFAULT_BUFFER_SIZE); in avs_dsp_first_boot_firmware()