Searched refs:dsp_ba (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/sound/soc/intel/avs/ |
| H A D | registers.h | 96 ((adev)->dsp_ba + avs_sram_offset(adev, window_idx)) 104 snd_hdac_reg_writeb(&(adev)->base.core, (adev)->dsp_ba + (reg), value) 106 snd_hdac_reg_readb(&(adev)->base.core, (adev)->dsp_ba + (reg)) 108 snd_hdac_reg_writew(&(adev)->base.core, (adev)->dsp_ba + (reg), value) 110 snd_hdac_reg_readw(&(adev)->base.core, (adev)->dsp_ba + (reg)) 114 snd_hdac_reg_readl(&(adev)->base.core, (adev)->dsp_ba + (reg)) 118 snd_hdac_reg_readq(&(adev)->base.core, (adev)->dsp_ba + (reg)) 134 readb_poll_timeout((adev)->dsp_ba + (reg), val, cond, \ 137 readw_poll_timeout((adev)->dsp_ba + (reg), val, cond, \ 140 readl_poll_timeout((adev)->dsp_ba + (reg), val, cond, \ [all …]
|
| H A D | cldma.c | 34 void __iomem *dsp_ba; member 262 int hda_cldma_init(struct hda_cldma *cl, struct hdac_bus *bus, void __iomem *dsp_ba, in hda_cldma_init() argument 279 cl->dsp_ba = dsp_ba; in hda_cldma_init() 281 cl->sd_addr = dsp_ba + AZX_CL_SD_BASE; in hda_cldma_init()
|
| H A D | cldma.h | 28 int hda_cldma_init(struct hda_cldma *cl, struct hdac_bus *bus, void __iomem *dsp_ba,
|
| H A D | core.c | 461 adev->dsp_ba = pci_ioremap_bar(pci, 4); in avs_pci_probe() 462 if (!adev->dsp_ba) { in avs_pci_probe() 512 iounmap(adev->dsp_ba); in avs_pci_probe() 586 iounmap(adev->dsp_ba); in avs_pci_remove()
|
| H A D | avs.h | 134 void __iomem *dsp_ba; member
|
| H A D | loader.c | 722 adev->dsp_ba, AVS_CL_DEFAULT_BUFFER_SIZE); in avs_dsp_first_boot_firmware()
|