Home
last modified time | relevance | path

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

/linux/sound/soc/intel/avs/
H A Dregisters.h134 ((adev)->dsp_ba + avs_sram_offset(adev, window_idx))
142 snd_hdac_reg_writeb(&(adev)->base.core, (adev)->dsp_ba + (reg), value)
144 snd_hdac_reg_readb(&(adev)->base.core, (adev)->dsp_ba + (reg))
146 snd_hdac_reg_writew(&(adev)->base.core, (adev)->dsp_ba + (reg), value)
148 snd_hdac_reg_readw(&(adev)->base.core, (adev)->dsp_ba + (reg))
150 snd_hdac_reg_writel(&(adev)->base.core, (adev)->dsp_ba + (reg), value)
152 snd_hdac_reg_readl(&(adev)->base.core, (adev)->dsp_ba + (reg))
154 snd_hdac_reg_writeq(&(adev)->base.core, (adev)->dsp_ba + (reg), value)
156 snd_hdac_reg_readq(&(adev)->base.core, (adev)->dsp_ba + (reg))
172 readb_poll_timeout((adev)->dsp_ba + (reg), val, cond, \
[all …]
H A Dcldma.c34 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 Dcldma.h28 int hda_cldma_init(struct hda_cldma *cl, struct hdac_bus *bus, void __iomem *dsp_ba,
H A Dloader.c732 adev->dsp_ba, AVS_CL_DEFAULT_BUFFER_SIZE); in avs_dsp_first_boot_firmware()