Home
last modified time | relevance | path

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

/linux/arch/arm/mm/
H A Ddma-mapping-nommu.c45 dev->dma_coherent = cacheid ? coherent : true; in arch_setup_dma_ops()
50 dev->dma_coherent = (get_cr() & CR_M) ? coherent : true; in arch_setup_dma_ops()
H A Ddma-mapping.c1081 int coherent_flag = dev->dma_coherent ? COHERENT : NORMAL; in arm_iommu_alloc_attrs()
1129 if (!dev->dma_coherent) in arm_iommu_mmap_attrs()
1146 int coherent_flag = dev->dma_coherent ? COHERENT : NORMAL; in arm_iommu_free_attrs()
1207 if (!dev->dma_coherent && !(attrs & DMA_ATTR_SKIP_CPU_SYNC)) in __map_sg_chunk()
1309 if (!dev->dma_coherent && !(attrs & DMA_ATTR_SKIP_CPU_SYNC)) in arm_iommu_unmap_sg()
1329 if (dev->dma_coherent) in arm_iommu_sync_sg_for_cpu()
1351 if (dev->dma_coherent) in arm_iommu_sync_sg_for_device()
1376 if (!dev->dma_coherent && !(attrs & DMA_ATTR_SKIP_CPU_SYNC)) in arm_iommu_map_page()
1491 if (dev->dma_coherent || !iova) in arm_iommu_sync_single_for_cpu()
1506 if (dev->dma_coherent || !iova) in arm_iommu_sync_single_for_device()
[all …]
/linux/arch/arc/mm/
H A Ddma.c101 dev->dma_coherent = true; in arch_setup_dma_ops()
104 dev->dma_coherent ? "" : "non"); in arch_setup_dma_ops()
/linux/drivers/scsi/arcmsr/
H A Darcmsr_hba.c676 void *dma_coherent; in arcmsr_alloc_io_queue() local
685 if (!dma_coherent) { in arcmsr_alloc_io_queue()
699 if (!dma_coherent) { in arcmsr_alloc_io_queue()
715 if (!dma_coherent){ in arcmsr_alloc_io_queue()
736 if (!dma_coherent) { in arcmsr_alloc_io_queue()
758 void *dma_coherent; in arcmsr_alloc_xor_buffer() local
784 if (dma_coherent) { in arcmsr_alloc_xor_buffer()
808 void *dma_coherent; in arcmsr_alloc_ccb_pool() local
836 if(!dma_coherent){ in arcmsr_alloc_ccb_pool()
840 acb->dma_coherent = dma_coherent; in arcmsr_alloc_ccb_pool()
[all …]
H A Darcmsr.h919 void * dma_coherent; member
/linux/arch/arm64/mm/
H A Ddma-mapping.c51 dev->dma_coherent = coherent; in arch_setup_dma_ops()
/linux/arch/mips/mm/
H A Ddma-noncoherent.c142 dev->dma_coherent = coherent; in arch_setup_dma_ops()
/linux/arch/arm/mach-highbank/
H A Dhighbank.c101 dev->dma_coherent = true; in highbank_platform_notifier()
/linux/arch/riscv/mm/
H A Ddma-noncoherent.c143 dev->dma_coherent = coherent; in arch_setup_dma_ops()
/linux/arch/arm/mach-mvebu/
H A Dcoherency.c98 dev->dma_coherent = true; in mvebu_hwcc_notifier()
/linux/drivers/scsi/
H A Dhptiop.h322 void *dma_coherent[HPTIOP_MAX_REQUESTS]; member
H 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/drivers/dma/ti/
H A Dk3-udma-glue.c317 tx_chn->common.chan_dev.dma_coherent = true; in k3_udma_glue_request_tx_chn_common()
1005 rx_chn->common.chan_dev.dma_coherent = true; in k3_udma_glue_request_rx_chn_priv()
1106 rx_chn->common.chan_dev.dma_coherent = true; in k3_udma_glue_request_remote_rx_chn_common()
H A Dk3-udma.c431 chan_dev->dma_coherent = false; in k3_configure_chan_coherency()
436 chan_dev->dma_coherent = true; in k3_configure_chan_coherency()
442 chan_dev->dma_coherent = false; in k3_configure_chan_coherency()
/linux/include/linux/
H A Ddma-map-ops.h268 return dev->dma_coherent; in dev_is_dma_coherent()
H A Ddevice.h817 bool dma_coherent:1; member
/linux/drivers/base/
H A Dcore.c3206 dev->dma_coherent = dma_default_coherent; in device_initialize()