Searched refs:dsp_ba (Results 1 – 7 of 7) sorted by relevance
/Linux-v6.6/include/sound/ |
D | hdaudio_ext.h | 117 snd_hdac_reg_writeb(chip, (chip)->dsp_ba + (reg), value) 119 snd_hdac_reg_readb(chip, (chip)->dsp_ba + (reg)) 121 snd_hdac_reg_writew(chip, (chip)->dsp_ba + (reg), value) 123 snd_hdac_reg_readw(chip, (chip)->dsp_ba + (reg)) 125 snd_hdac_reg_writel(chip, (chip)->dsp_ba + (reg), value) 127 snd_hdac_reg_readl(chip, (chip)->dsp_ba + (reg)) 129 snd_hdac_reg_writeq(chip, (chip)->dsp_ba + (reg), value) 131 snd_hdac_reg_readq(chip, (chip)->dsp_ba + (reg)) 147 readb_poll_timeout((chip)->dsp_ba + (reg), val, cond, \ 150 readw_poll_timeout((chip)->dsp_ba + (reg), val, cond, \ [all …]
|
/Linux-v6.6/sound/soc/intel/avs/ |
D | cldma.c | 34 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()
|
D | cldma.h | 25 int hda_cldma_init(struct hda_cldma *cl, struct hdac_bus *bus, void __iomem *dsp_ba,
|
D | registers.h | 77 ((adev)->dsp_ba + avs_sram_offset(adev, window_idx))
|
D | core.c | 437 adev->dsp_ba = pci_ioremap_bar(pci, 4); in avs_pci_probe() 438 if (!adev->dsp_ba) { in avs_pci_probe() 476 iounmap(adev->dsp_ba); in avs_pci_probe() 553 iounmap(adev->dsp_ba); in avs_pci_remove()
|
D | avs.h | 115 void __iomem *dsp_ba; member
|
D | loader.c | 658 adev->dsp_ba, AVS_CL_DEFAULT_BUFFER_SIZE); in avs_dsp_first_boot_firmware()
|