Home
last modified time | relevance | path

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

/Linux-v5.4/arch/arc/mm/
Ddma.c102 dev->dma_coherent = true; in arch_setup_dma_ops()
105 dev->dma_coherent ? "" : "non"); in arch_setup_dma_ops()
/Linux-v5.4/arch/arm/mm/
Ddma-mapping-nommu.c201 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()
Ddma-mapping.c2231 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()
/Linux-v5.4/arch/arm/include/asm/
Ddevice.h18 unsigned int dma_coherent:1; member
/Linux-v5.4/arch/arm64/mm/
Ddma-mapping.c51 dev->dma_coherent = coherent; in arch_setup_dma_ops()
/Linux-v5.4/include/linux/
Ddma-noncoherent.h15 return dev->dma_coherent; in dev_is_dma_coherent()
Ddevice.h1317 bool dma_coherent:1; member
/Linux-v5.4/drivers/scsi/arcmsr/
Darcmsr_hba.c638 void *dma_coherent; in arcmsr_alloc_io_queue() local
645 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 …]
Darcmsr.h799 void * dma_coherent; member
/Linux-v5.4/arch/mips/mm/
Ddma-noncoherent.c148 dev->dma_coherent = coherent; in arch_setup_dma_ops()
/Linux-v5.4/drivers/scsi/
Dhptiop.h322 void *dma_coherent[HPTIOP_MAX_REQUESTS]; member
Dhptiop.c1445 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()