Home
last modified time | relevance | path

Searched refs:dmac (Results 1 – 5 of 5) sorted by relevance

/sound/soc/sh/rcar/
Ddma.c263 struct rsnd_dma_ctrl *dmac = rsnd_priv_to_dmac(priv); in rsnd_dmaen_attach() local
291 dmac->dmaen_num++; in rsnd_dmaen_attach()
417 #define rsnd_dmapp_addr(dmac, dma, reg) \ argument
418 (dmac->base + 0x20 + reg + \
424 struct rsnd_dma_ctrl *dmac = rsnd_priv_to_dmac(priv); in rsnd_dmapp_write() local
427 dev_dbg(dev, "w 0x%px : %08x\n", rsnd_dmapp_addr(dmac, dma, reg), data); in rsnd_dmapp_write()
429 iowrite32(data, rsnd_dmapp_addr(dmac, dma, reg)); in rsnd_dmapp_write()
436 struct rsnd_dma_ctrl *dmac = rsnd_priv_to_dmac(priv); in rsnd_dmapp_read() local
438 return ioread32(rsnd_dmapp_addr(dmac, dma, reg)); in rsnd_dmapp_read()
445 struct rsnd_dma_ctrl *dmac = rsnd_priv_to_dmac(priv); in rsnd_dmapp_bset() local
[all …]
/sound/soc/intel/catpt/
Ddsp.c117 struct dw_dma_chip *dmac; in catpt_dmac_probe() local
120 dmac = devm_kzalloc(cdev->dev, sizeof(*dmac), GFP_KERNEL); in catpt_dmac_probe()
121 if (!dmac) in catpt_dmac_probe()
124 dmac->regs = cdev->lpe_ba + cdev->spec->host_dma_offset[CATPT_DMA_DEVID]; in catpt_dmac_probe()
125 dmac->dev = cdev->dev; in catpt_dmac_probe()
126 dmac->irq = cdev->irq; in catpt_dmac_probe()
135 ret = dw_dma_probe(dmac); in catpt_dmac_probe()
139 cdev->dmac = dmac; in catpt_dmac_probe()
151 dw_dma_remove(cdev->dmac); in catpt_dmac_remove()
Dcore.h90 struct dw_dma_chip *dmac; member
/sound/pci/
Dsonicvibes.c1222 unsigned int dmaa, dmac; in snd_sonicvibes_create() local
1273 pci_read_config_dword(pci, 0x48, &dmac); in snd_sonicvibes_create()
1276 dmac &= ~0x0f; in snd_sonicvibes_create()
1284 if (!dmac) { in snd_sonicvibes_create()
1285 dmac = dmaio; in snd_sonicvibes_create()
1289 dmac); in snd_sonicvibes_create()
1292 pci_write_config_dword(pci, 0x48, dmac); in snd_sonicvibes_create()
1301 if ((sonic->res_dmac = request_region(dmac, 0x10, "S3 SonicVibes DDMA-C")) == NULL) { in snd_sonicvibes_create()
1305 dmac, dmac + 0x10 - 1); in snd_sonicvibes_create()
/sound/soc/intel/atom/sst/
Dsst.h92 u32 dmac:1; member
103 u32 dmac:1; member