Home
last modified time | relevance | path

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

/sound/soc/sh/rcar/
Ddma.c273 struct rsnd_dma_ctrl *dmac = rsnd_priv_to_dmac(priv); in rsnd_dmaen_attach() local
301 dmac->dmaen_num++; in rsnd_dmaen_attach()
427 #define rsnd_dmapp_addr(dmac, dma, reg) \ argument
428 (dmac->ppbase + 0x20 + reg + \
434 struct rsnd_dma_ctrl *dmac = rsnd_priv_to_dmac(priv); in rsnd_dmapp_write() local
437 dev_dbg(dev, "w 0x%px : %08x\n", rsnd_dmapp_addr(dmac, dma, reg), data); in rsnd_dmapp_write()
439 iowrite32(data, rsnd_dmapp_addr(dmac, dma, reg)); in rsnd_dmapp_write()
446 struct rsnd_dma_ctrl *dmac = rsnd_priv_to_dmac(priv); in rsnd_dmapp_read() local
448 return ioread32(rsnd_dmapp_addr(dmac, dma, reg)); in rsnd_dmapp_read()
455 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.h79 struct dw_dma_chip *dmac; member
/sound/pci/
Dsonicvibes.c1211 unsigned int dmaa, dmac; in snd_sonicvibes_create() local
1250 pci_read_config_dword(pci, 0x48, &dmac); in snd_sonicvibes_create()
1253 dmac &= ~0x0f; in snd_sonicvibes_create()
1261 if (!dmac) { in snd_sonicvibes_create()
1262 dmac = dmaio; in snd_sonicvibes_create()
1266 dmac); in snd_sonicvibes_create()
1269 pci_write_config_dword(pci, 0x48, dmac); in snd_sonicvibes_create()
1279 sonic->res_dmac = devm_request_region(&pci->dev, dmac, 0x10, in snd_sonicvibes_create()
1284 dmac, dmac + 0x10 - 1); in snd_sonicvibes_create()
/sound/soc/intel/atom/sst/
Dsst.h92 u32 dmac:1; member
103 u32 dmac:1; member