Home
last modified time | relevance | path

Searched refs:dma_res (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/drivers/ata/
Dpata_pxa.c178 struct resource *dma_res; in pxa_ata_probe() local
213 dma_res = platform_get_resource(pdev, IORESOURCE_DMA, 0); in pxa_ata_probe()
214 if (unlikely(dma_res == NULL)) in pxa_ata_probe()
240 ap->ioaddr.bmdma_addr = devm_ioremap(&pdev->dev, dma_res->start, in pxa_ata_probe()
241 resource_size(dma_res)); in pxa_ata_probe()
281 config.src_addr = dma_res->start; in pxa_ata_probe()
282 config.dst_addr = dma_res->start; in pxa_ata_probe()
/Linux-v4.19/sound/soc/pxa/
Dmmp-pcm.c32 struct resource *dma_res; member
91 devname = kasprintf(GFP_KERNEL, "%s.%d", dma_data->dma_res->name, in filter()
94 (chan->chan_id == dma_data->dma_res->start)) { in filter()
118 dma_data.dma_res = r; in mmp_pcm_open()
/Linux-v4.19/drivers/net/ethernet/altera/
Daltera_tse_main.c1364 struct resource *dma_res; in altera_tse_probe() local
1392 ret = request_and_map(pdev, "s1", &dma_res, &descmap); in altera_tse_probe()
1400 priv->txdescmem = resource_size(dma_res)/2; in altera_tse_probe()
1402 priv->txdescmem_busaddr = (dma_addr_t)dma_res->start; in altera_tse_probe()
1406 priv->rxdescmem = resource_size(dma_res)/2; in altera_tse_probe()
1407 priv->rxdescmem_busaddr = dma_res->start; in altera_tse_probe()
1424 ret = request_and_map(pdev, "rx_resp", &dma_res, in altera_tse_probe()
1429 ret = request_and_map(pdev, "tx_desc", &dma_res, in altera_tse_probe()
1434 priv->txdescmem = resource_size(dma_res); in altera_tse_probe()
1435 priv->txdescmem_busaddr = dma_res->start; in altera_tse_probe()
[all …]
/Linux-v4.19/sound/soc/txx9/
Dtxx9aclc.h46 struct resource *dma_res; member
Dtxx9aclc.c311 dev->dmadata[i].dma_res = r; in txx9aclc_pcm_new()
334 devname = kasprintf(GFP_KERNEL, "%s.%d", dmadata->dma_res->name, in filter()
335 (int)dmadata->dma_res->start); in filter()
/Linux-v4.19/drivers/dma/
Daltera-msgdma.c799 struct resource *dma_res; in msgdma_probe() local
809 ret = request_and_map(pdev, "csr", &dma_res, &mdev->csr); in msgdma_probe()
814 ret = request_and_map(pdev, "desc", &dma_res, &mdev->desc); in msgdma_probe()
819 ret = request_and_map(pdev, "resp", &dma_res, &mdev->resp); in msgdma_probe()