Searched refs:dma_coherent (Results 1 – 12 of 12) sorted by relevance
102 dev->dma_coherent = true; in arch_setup_dma_ops()105 dev->dma_coherent ? "" : "non"); in arch_setup_dma_ops()
201 dev->archdata.dma_coherent = (cacheid) ? coherent : true; in arch_setup_dma_ops()206 dev->archdata.dma_coherent = (get_cr() & CR_M) ? coherent : true; in arch_setup_dma_ops()209 if (!dev->archdata.dma_coherent) in arch_setup_dma_ops()
2231 set_dma_ops(dev, arm_get_dma_map_ops(dev->archdata.dma_coherent)); in arm_iommu_detach_device()2297 dev->archdata.dma_coherent = coherent; in arch_setup_dma_ops()2299 dev->dma_coherent = coherent; in arch_setup_dma_ops()
18 unsigned int dma_coherent:1; member
51 dev->dma_coherent = coherent; in arch_setup_dma_ops()
15 return dev->dma_coherent; in dev_is_dma_coherent()
1317 bool dma_coherent:1; member
638 void *dma_coherent; in arcmsr_alloc_io_queue() local645 dma_coherent = dma_alloc_coherent(&pdev->dev, acb->ioqueue_size, in arcmsr_alloc_io_queue()647 if (!dma_coherent) { in arcmsr_alloc_io_queue()652 acb->dma_coherent2 = dma_coherent; in arcmsr_alloc_io_queue()653 acb->pmuB = (struct MessageUnit_B *)dma_coherent; in arcmsr_alloc_io_queue()659 dma_coherent = dma_alloc_coherent(&pdev->dev, acb->ioqueue_size, in arcmsr_alloc_io_queue()661 if (!dma_coherent) { in arcmsr_alloc_io_queue()666 acb->dma_coherent2 = dma_coherent; in arcmsr_alloc_io_queue()667 acb->pmuD = (struct MessageUnit_D *)dma_coherent; in arcmsr_alloc_io_queue()675 dma_coherent = dma_alloc_coherent(&pdev->dev, acb->ioqueue_size, in arcmsr_alloc_io_queue()[all …]
799 void * dma_coherent; member
148 dev->dma_coherent = coherent; in arch_setup_dma_ops()
322 void *dma_coherent[HPTIOP_MAX_REQUESTS]; member
1445 hba->dma_coherent[i] = start_virt; in hptiop_probe()1478 if (hba->dma_coherent[i] && hba->dma_coherent_handle[i]) in hptiop_probe()1481 hba->dma_coherent[i], in hptiop_probe()1565 if (hba->dma_coherent[i] && hba->dma_coherent_handle[i]) in hptiop_remove()1568 hba->dma_coherent[i], in hptiop_remove()