Searched refs:dma_coherent (Results 1 – 17 of 17) sorted by relevance
46 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()
1084 int coherent_flag = dev->dma_coherent ? COHERENT : NORMAL; in arm_iommu_alloc_attrs()1132 if (!dev->dma_coherent) in arm_iommu_mmap_attrs()1149 int coherent_flag = dev->dma_coherent ? COHERENT : NORMAL; in arm_iommu_free_attrs()1210 if (!dev->dma_coherent && !(attrs & DMA_ATTR_SKIP_CPU_SYNC)) in __map_sg_chunk()1312 if (!dev->dma_coherent && !(attrs & DMA_ATTR_SKIP_CPU_SYNC)) in arm_iommu_unmap_sg()1332 if (dev->dma_coherent) in arm_iommu_sync_sg_for_cpu()1354 if (dev->dma_coherent) in arm_iommu_sync_sg_for_device()1379 if (!dev->dma_coherent && !(attrs & DMA_ATTR_SKIP_CPU_SYNC)) in arm_iommu_map_page()1494 if (dev->dma_coherent || !iova) in arm_iommu_sync_single_for_cpu()1509 if (dev->dma_coherent || !iova) in arm_iommu_sync_single_for_device()[all …]
102 dev->dma_coherent = true; in arch_setup_dma_ops()105 dev->dma_coherent ? "" : "non"); in arch_setup_dma_ops()
60 dev->dma_coherent = coherent; in arch_setup_dma_ops()
676 void *dma_coherent; in arcmsr_alloc_io_queue() local685 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()721 acb->pCompletionQ = dma_coherent; in arcmsr_alloc_io_queue()736 if (!dma_coherent) { in arcmsr_alloc_io_queue()742 acb->pCompletionQ = dma_coherent; in arcmsr_alloc_io_queue()757 void *dma_coherent; in arcmsr_alloc_ccb_pool() local785 if(!dma_coherent){ in arcmsr_alloc_ccb_pool()789 acb->dma_coherent = dma_coherent; in arcmsr_alloc_ccb_pool()[all …]
902 void * dma_coherent; member
143 dev->dma_coherent = coherent; in arch_setup_dma_ops()
144 dev->dma_coherent = coherent; in arch_setup_dma_ops()
101 dev->dma_coherent = true; in highbank_platform_notifier()
98 dev->dma_coherent = true; in mvebu_hwcc_notifier()
322 void *dma_coherent[HPTIOP_MAX_REQUESTS]; member
1440 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()
310 tx_chn->common.chan_dev.dma_coherent = true; in k3_udma_glue_request_tx_chn()932 rx_chn->common.chan_dev.dma_coherent = true; in k3_udma_glue_request_rx_chn_priv()1064 rx_chn->common.chan_dev.dma_coherent = true; in k3_udma_glue_request_remote_rx_chn()
431 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()
264 return dev->dma_coherent; in dev_is_dma_coherent()
803 bool dma_coherent:1; member
3134 dev->dma_coherent = dma_default_coherent; in device_initialize()