Searched refs:dmac (Results 1 – 5 of 5) sorted by relevance
| /sound/soc/renesas/rcar/ |
| A D | dma.c | 250 dmac->dmaen_num++; in rsnd_dmaen_attach() 446 dmac->dmapp_num++; in rsnd_dmapp_attach() 464 rsnd_debugfs_reg_show(m, dmac->ppres, dmac->ppbase, in rsnd_dmapp_debug_info() 774 if (!dmac) in rsnd_dma_alloc() 783 dma_id = dmac->dmapp_num; in rsnd_dma_alloc() 788 dma_id = dmac->dmaen_num; in rsnd_dma_alloc() 857 dmac = devm_kzalloc(dev, sizeof(*dmac), GFP_KERNEL); in rsnd_dma_probe() 858 if (!dmac) { in rsnd_dma_probe() 873 dmac->dmapp_num = 0; in rsnd_dma_probe() 876 if (IS_ERR(dmac->ppbase)) in rsnd_dma_probe() [all …]
|
| /sound/soc/intel/catpt/ |
| A D | dsp.c | 117 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()
|
| A D | core.h | 79 struct dw_dma_chip *dmac; member
|
| /sound/pci/ |
| A D | sonicvibes.c | 1211 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/ |
| A D | sst.h | 89 u32 dmac:1; member 100 u32 dmac:1; member
|
Completed in 22 milliseconds