Home
last modified time | relevance | path

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

/linux/arch/arm/mm/
A Ddma-mapping-nommu.c46 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()
A Ddma-mapping.c2202 set_dma_ops(dev, arm_get_dma_map_ops(dev->archdata.dma_coherent)); in arm_iommu_detach_device()
2268 dev->archdata.dma_coherent = coherent; in arch_setup_dma_ops()
2270 dev->dma_coherent = coherent; in arch_setup_dma_ops()
/linux/arch/arc/mm/
A Ddma.c102 dev->dma_coherent = true; in arch_setup_dma_ops()
105 dev->dma_coherent ? "" : "non"); in arch_setup_dma_ops()
/linux/arch/arm/include/asm/
A Ddevice.h15 unsigned int dma_coherent:1; member
/linux/drivers/scsi/arcmsr/
A Darcmsr_hba.c672 void *dma_coherent; in arcmsr_alloc_io_queue() local
681 if (!dma_coherent) { in arcmsr_alloc_io_queue()
695 if (!dma_coherent) { in arcmsr_alloc_io_queue()
711 if (!dma_coherent){ in arcmsr_alloc_io_queue()
717 acb->pCompletionQ = dma_coherent; in arcmsr_alloc_io_queue()
732 if (!dma_coherent) { in arcmsr_alloc_io_queue()
738 acb->pCompletionQ = dma_coherent; in arcmsr_alloc_io_queue()
753 void *dma_coherent; in arcmsr_alloc_ccb_pool() local
781 if(!dma_coherent){ in arcmsr_alloc_ccb_pool()
785 acb->dma_coherent = dma_coherent; in arcmsr_alloc_ccb_pool()
[all …]
A Darcmsr.h897 void * dma_coherent; member
/linux/arch/arm64/mm/
A Ddma-mapping.c51 dev->dma_coherent = coherent; in arch_setup_dma_ops()
/linux/arch/mips/mm/
A Ddma-noncoherent.c143 dev->dma_coherent = coherent; in arch_setup_dma_ops()
/linux/drivers/scsi/
A Dhptiop.c1442 hba->dma_coherent[i] = start_virt; in hptiop_probe()
1475 if (hba->dma_coherent[i] && hba->dma_coherent_handle[i]) in hptiop_probe()
1478 hba->dma_coherent[i], in hptiop_probe()
1562 if (hba->dma_coherent[i] && hba->dma_coherent_handle[i]) in hptiop_remove()
1565 hba->dma_coherent[i], in hptiop_remove()
A Dhptiop.h322 void *dma_coherent[HPTIOP_MAX_REQUESTS]; member
/linux/drivers/dma/ti/
A Dk3-udma-glue.c308 tx_chn->common.chan_dev.dma_coherent = true; in k3_udma_glue_request_tx_chn()
926 rx_chn->common.chan_dev.dma_coherent = true; in k3_udma_glue_request_rx_chn_priv()
1057 rx_chn->common.chan_dev.dma_coherent = true; in k3_udma_glue_request_remote_rx_chn()
A Dk3-udma.c429 chan_dev->dma_coherent = false; in k3_configure_chan_coherency()
434 chan_dev->dma_coherent = true; in k3_configure_chan_coherency()
440 chan_dev->dma_coherent = false; in k3_configure_chan_coherency()
/linux/include/linux/
A Ddma-map-ops.h255 return dev->dma_coherent; in dev_is_dma_coherent()
A Ddevice.h573 bool dma_coherent:1; member
/linux/drivers/base/
A Dcore.c2888 dev->dma_coherent = dma_default_coherent; in device_initialize()

Completed in 110 milliseconds