Home
last modified time | relevance | path

Searched refs:dma_coherent (Results 1 – 17 of 17) sorted by relevance

/linux-6.3-rc2/arch/arm/mm/
A Ddma-mapping-nommu.c46 dev->dma_coherent = cacheid ? coherent : true; in arch_setup_dma_ops()
51 dev->dma_coherent = (get_cr() & CR_M) ? coherent : true; in arch_setup_dma_ops()
A Ddma-mapping.c1080 int coherent_flag = dev->dma_coherent ? COHERENT : NORMAL; in arm_iommu_alloc_attrs()
1128 if (!dev->dma_coherent) in arm_iommu_mmap_attrs()
1145 int coherent_flag = dev->dma_coherent ? COHERENT : NORMAL; in arm_iommu_free_attrs()
1206 if (!dev->dma_coherent && !(attrs & DMA_ATTR_SKIP_CPU_SYNC)) in __map_sg_chunk()
1308 if (!dev->dma_coherent && !(attrs & DMA_ATTR_SKIP_CPU_SYNC)) in arm_iommu_unmap_sg()
1328 if (dev->dma_coherent) in arm_iommu_sync_sg_for_cpu()
1350 if (dev->dma_coherent) in arm_iommu_sync_sg_for_device()
1375 if (!dev->dma_coherent && !(attrs & DMA_ATTR_SKIP_CPU_SYNC)) in arm_iommu_map_page()
1490 if (dev->dma_coherent || !iova) in arm_iommu_sync_single_for_cpu()
1505 if (dev->dma_coherent || !iova) in arm_iommu_sync_single_for_device()
[all …]
/linux-6.3-rc2/arch/arc/mm/
A Ddma.c102 dev->dma_coherent = true; in arch_setup_dma_ops()
105 dev->dma_coherent ? "" : "non"); in arch_setup_dma_ops()
/linux-6.3-rc2/arch/arm64/mm/
A Ddma-mapping.c75 dev->dma_coherent = coherent; in arch_setup_dma_ops()
/linux-6.3-rc2/arch/riscv/mm/
A Ddma-noncoherent.c72 dev->dma_coherent = coherent; in arch_setup_dma_ops()
/linux-6.3-rc2/drivers/scsi/arcmsr/
A Darcmsr_hba.c672 void *dma_coherent; in arcmsr_alloc_io_queue() local
681 if (!dma_coherent) { in arcmsr_alloc_io_queue()
695 if (!dma_coherent) { in arcmsr_alloc_io_queue()
711 if (!dma_coherent){ in arcmsr_alloc_io_queue()
717 acb->pCompletionQ = dma_coherent; in arcmsr_alloc_io_queue()
732 if (!dma_coherent) { in arcmsr_alloc_io_queue()
738 acb->pCompletionQ = dma_coherent; in arcmsr_alloc_io_queue()
753 void *dma_coherent; in arcmsr_alloc_ccb_pool() local
781 if(!dma_coherent){ in arcmsr_alloc_ccb_pool()
785 acb->dma_coherent = dma_coherent; in arcmsr_alloc_ccb_pool()
[all …]
A Darcmsr.h897 void * dma_coherent; member
/linux-6.3-rc2/arch/mips/mm/
A Ddma-noncoherent.c143 dev->dma_coherent = coherent; in arch_setup_dma_ops()
/linux-6.3-rc2/arch/arm/mach-highbank/
A Dhighbank.c101 dev->dma_coherent = true; in highbank_platform_notifier()
/linux-6.3-rc2/arch/arm/mach-mvebu/
A Dcoherency.c98 dev->dma_coherent = true; in mvebu_hwcc_notifier()
/linux-6.3-rc2/drivers/scsi/
A Dhptiop.h322 void *dma_coherent[HPTIOP_MAX_REQUESTS]; member
A Dhptiop.c1440 hba->dma_coherent[i] = start_virt; in hptiop_probe()
1473 if (hba->dma_coherent[i] && hba->dma_coherent_handle[i]) in hptiop_probe()
1476 hba->dma_coherent[i], in hptiop_probe()
1560 if (hba->dma_coherent[i] && hba->dma_coherent_handle[i]) in hptiop_remove()
1563 hba->dma_coherent[i], in hptiop_remove()
/linux-6.3-rc2/drivers/dma/ti/
A Dk3-udma-glue.c310 tx_chn->common.chan_dev.dma_coherent = true; in k3_udma_glue_request_tx_chn()
929 rx_chn->common.chan_dev.dma_coherent = true; in k3_udma_glue_request_rx_chn_priv()
1061 rx_chn->common.chan_dev.dma_coherent = true; in k3_udma_glue_request_remote_rx_chn()
A Dk3-udma.c430 chan_dev->dma_coherent = false; in k3_configure_chan_coherency()
435 chan_dev->dma_coherent = true; in k3_configure_chan_coherency()
441 chan_dev->dma_coherent = false; in k3_configure_chan_coherency()
/linux-6.3-rc2/include/linux/
A Ddma-map-ops.h269 return dev->dma_coherent; in dev_is_dma_coherent()
A Ddevice.h648 bool dma_coherent:1; member
/linux-6.3-rc2/drivers/base/
A Dcore.c3061 dev->dma_coherent = dma_default_coherent; in device_initialize()

Completed in 55 milliseconds