Home
last modified time | relevance | path

Searched refs:dmam_alloc_coherent (Results 1 – 25 of 71) sorted by relevance

123

/linux/drivers/crypto/inside-secure/
H A Dsafexcel_ring.c23 cdr->base = dmam_alloc_coherent(priv->dev, in safexcel_init_ring_descriptors()
34 cdr->shbase = dmam_alloc_coherent(priv->dev, in safexcel_init_ring_descriptors()
60 rdr->base = dmam_alloc_coherent(priv->dev, in safexcel_init_ring_descriptors()
/linux/drivers/net/ethernet/intel/ice/
H A Dice_controlq.c95 cq->sq.desc_buf.va = dmam_alloc_coherent(ice_hw_to_dev(hw), size, in ice_alloc_ctrlq_sq_ring()
115 cq->rq.desc_buf.va = dmam_alloc_coherent(ice_hw_to_dev(hw), size, in ice_alloc_ctrlq_rq_ring()
166 bi->va = dmam_alloc_coherent(ice_hw_to_dev(hw), in ice_alloc_rq_bufs()
235 bi->va = dmam_alloc_coherent(ice_hw_to_dev(hw), in ice_alloc_sq_bufs()
H A Dice_txrx.c427 tstamp_ring->desc = dmam_alloc_coherent(dev, size, &tstamp_ring->dma, in ice_setup_tstamp_ring()
492 tx_ring->desc = dmam_alloc_coherent(dev, size, &tx_ring->dma, in ice_setup_tx_ring()
623 rx_ring->desc = dmam_alloc_coherent(dev, size, &rx_ring->dma, in ice_setup_rx_ring()
/linux/drivers/scsi/hisi_sas/
H A Dhisi_sas_main.c2259 hisi_hba->cmd_hdr[i] = dmam_alloc_coherent(dev, s, in hisi_sas_alloc()
2267 hisi_hba->complete_hdr[i] = dmam_alloc_coherent(dev, s, in hisi_sas_alloc()
2275 hisi_hba->itct = dmam_alloc_coherent(dev, s, &hisi_hba->itct_dma, in hisi_sas_alloc()
2304 buf = dmam_alloc_coherent(dev, s, &buf_dma, in hisi_sas_alloc()
2323 hisi_hba->iost = dmam_alloc_coherent(dev, s, &hisi_hba->iost_dma, in hisi_sas_alloc()
2329 hisi_hba->breakpoint = dmam_alloc_coherent(dev, s, in hisi_sas_alloc()
2341 hisi_hba->initial_fis = dmam_alloc_coherent(dev, s, in hisi_sas_alloc()
2348 hisi_hba->sata_breakpoint = dmam_alloc_coherent(dev, s, in hisi_sas_alloc()
/linux/drivers/platform/x86/amd/pmc/
H A Dmp2_stb.c105 mp2->vslbase = dmam_alloc_coherent(dev, len, &mp2->dma_addr, GFP_KERNEL); in amd_mp2_stb_region()
/linux/drivers/dma/qcom/
H A Dhidma_ll.c747 lldev->tre_ring = dmam_alloc_coherent(dev, sz, &lldev->tre_dma, in hidma_ll_init()
766 lldev->evre_ring = dmam_alloc_coherent(dev, sz, &lldev->evre_dma, in hidma_ll_init()
/linux/drivers/mmc/host/
H A Dmmci_stm32_sdmmc.c116 idma->bounce_buf = dmam_alloc_coherent(dev, in sdmmc_idma_validate_data()
200 idma->sg_cpu = dmam_alloc_coherent(dev, SDMMC_LLI_BUF_LEN, in sdmmc_idma_setup()
H A Dcqhci-core.c220 cq_host->desc_base = dmam_alloc_coherent(mmc_dev(cq_host->mmc), in cqhci_host_alloc_tdl()
227 cq_host->trans_desc_base = dmam_alloc_coherent(mmc_dev(cq_host->mmc), in cqhci_host_alloc_tdl()
H A Dlitex_mmc.c551 host->buffer = dmam_alloc_coherent(dev, host->buf_size, in litex_mmc_probe()
/linux/drivers/i2c/busses/
H A Di2c-ismt.c810 priv->hw = dmam_alloc_coherent(&priv->pci_dev->dev, in ismt_dev_init()
821 priv->log = dmam_alloc_coherent(&priv->pci_dev->dev, in ismt_dev_init()
/linux/drivers/ata/
H A Dsata_inic162x.c708 pp->pkt = dmam_alloc_coherent(dev, sizeof(struct inic_pkt), in inic_port_start()
713 pp->cpb_tbl = dmam_alloc_coherent(dev, IDMA_CPB_TBL_SIZE, in inic_port_start()
H A Dpdc_adma.c515 pp->pkt = dmam_alloc_coherent(dev, ADMA_PKT_BYTES, &pp->pkt_dma, in adma_port_start()
H A Dsata_qstor.c467 pp->pkt = dmam_alloc_coherent(dev, QS_PKT_BYTES, &pp->pkt_dma, in qs_port_start()
/linux/drivers/scsi/isci/
H A Dhost.c2255 ihost->completion_queue = dmam_alloc_coherent(dev, size, &ihost->cq_dma, in sci_controller_dma_alloc()
2261 ihost->remote_node_context_table = dmam_alloc_coherent(dev, size, &ihost->rnc_dma, in sci_controller_dma_alloc()
2268 ihost->task_context_table = dmam_alloc_coherent(dev, size, &ihost->tc_dma, in sci_controller_dma_alloc()
2274 ihost->ufi_buf = dmam_alloc_coherent(dev, size, &ihost->ufi_dma, GFP_KERNEL); in sci_controller_dma_alloc()
2282 ireq = dmam_alloc_coherent(dev, sizeof(*ireq), &dma, GFP_KERNEL); in sci_controller_dma_alloc()
/linux/sound/soc/intel/catpt/
H A Ddevice.c293 cdev->dxbuf_vaddr = dmam_alloc_coherent(dev, catpt_dram_size(cdev), in catpt_acpi_probe()
/linux/drivers/dma/
H A Dhisi_dma.c593 chan->sq = dmam_alloc_coherent(dev, sq_size, &chan->sq_dma, in hisi_dma_alloc_qps_mem()
598 chan->cq = dmam_alloc_coherent(dev, cq_size, &chan->cq_dma, in hisi_dma_alloc_qps_mem()
H A Dfsl-qdma.c521 dmam_alloc_coherent(&pdev->dev, in fsl_qdma_alloc_queue_resources()
570 status_head->cq = dmam_alloc_coherent(&pdev->dev, in fsl_qdma_prep_status_queue()
/linux/drivers/firmware/
H A Dturris-mox-rwtm.c435 rwtm->buf = dmam_alloc_coherent(dev, RWTM_DMA_BUFFER_SIZE, in turris_mox_rwtm_probe()
/linux/drivers/net/dsa/lantiq/
H A Dlantiq_gswip.c150 fw_addr = dmam_alloc_coherent(dev, size, &dma_addr, GFP_KERNEL); in gswip_gphy_fw_load()
/linux/drivers/video/fbdev/
H A Dwm8505fb.c328 fb_mem_virt = dmam_alloc_coherent(&pdev->dev, fb_mem_len, &fb_mem_phys, in wm8505fb_probe()
/linux/drivers/nvme/host/
H A Dapple.c1359 q->cqes = dmam_alloc_coherent(anv->dev, in apple_nvme_queue_alloc()
1370 q->sqes = dmam_alloc_coherent(anv->dev, iosq_size, in apple_nvme_queue_alloc()
1380 q->tcbs = dmam_alloc_coherent(anv->dev, in apple_nvme_queue_alloc()
/linux/sound/soc/sprd/
H A Dsprd-pcm-dma.c86 data->virt = dmam_alloc_coherent(dev, size, &data->phys, in sprd_pcm_open()
/linux/drivers/net/ethernet/mediatek/
H A Dmtk_wed_wo.c265 q->desc = dmam_alloc_coherent(wo->hw->dev, n_desc * sizeof(*q->desc), in mtk_wed_wo_queue_alloc()
H A Dmtk_ppe.c903 foe = dmam_alloc_coherent(ppe->dev, in mtk_ppe_init()
918 mib = dmam_alloc_coherent(ppe->dev, MTK_PPE_ENTRIES * sizeof(*mib), in mtk_ppe_init()
/linux/drivers/hid/amd-sfh-hid/
H A Damd_sfh_client.c249 in_data->sensor_virt_addr[i] = dmam_alloc_coherent(dev, sizeof(int) * 8, in amd_sfh_hid_client_init()

123