Searched refs:dma_coherent (Results 1 – 15 of 15) 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()
2202 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()
102 dev->dma_coherent = true; in arch_setup_dma_ops()105 dev->dma_coherent ? "" : "non"); in arch_setup_dma_ops()
15 unsigned int dma_coherent:1; member
672 void *dma_coherent; in arcmsr_alloc_io_queue() local681 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() local781 if(!dma_coherent){ in arcmsr_alloc_ccb_pool()785 acb->dma_coherent = dma_coherent; in arcmsr_alloc_ccb_pool()[all …]
897 void * dma_coherent; member
51 dev->dma_coherent = coherent; in arch_setup_dma_ops()
143 dev->dma_coherent = coherent; in arch_setup_dma_ops()
1442 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()
322 void *dma_coherent[HPTIOP_MAX_REQUESTS]; member
308 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()
429 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()
255 return dev->dma_coherent; in dev_is_dma_coherent()
573 bool dma_coherent:1; member
2888 dev->dma_coherent = dma_default_coherent; in device_initialize()
Completed in 110 milliseconds