Home
last modified time | relevance | path

Searched refs:dma_coherent (Results 1 – 15 of 15) 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()
1417 if (!dev->dma_coherent && !(attrs & DMA_ATTR_SKIP_CPU_SYNC)) { in arm_iommu_unmap_page()
1491 if (dev->dma_coherent || !iova) in arm_iommu_sync_single_for_cpu()
[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/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/riscv/mm/
H A Ddma-noncoherent.c143 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/arm/mach-mvebu/
H A Dcoherency.c98 dev->dma_coherent = true; in mvebu_hwcc_notifier()
/linux/drivers/scsi/
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()
H A Dhptiop.h322 void *dma_coherent[HPTIOP_MAX_REQUESTS]; member
/linux/drivers/dma/ti/
H A Dk3-udma-glue.c314 tx_chn->common.chan_dev.dma_coherent = true; in k3_udma_glue_request_tx_chn_common()
1002 rx_chn->common.chan_dev.dma_coherent = true; in k3_udma_glue_request_rx_chn_priv()
1103 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.h236 return dev->dma_coherent; in dev_is_dma_coherent()
H A Ddevice.h819 bool dma_coherent:1; member
/linux/drivers/scsi/arcmsr/
H A Darcmsr.h919 void * dma_coherent; member