Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm64/include/asm/
Ddevice.h24 bool dma_coherent; member
Ddma-mapping.h64 return dev->archdata.dma_coherent; in is_device_dma_coherent()
/linux-4.4.14/arch/arm/include/asm/
Ddevice.h20 bool dma_coherent; member
Ddma-mapping.h136 return dev->archdata.dma_coherent; in is_device_dma_coherent()
/linux-4.4.14/drivers/scsi/arcmsr/
Darcmsr_hba.c501 void *dma_coherent; in arcmsr_alloc_ccb_pool() local
526 dma_coherent = dma_alloc_coherent(&pdev->dev, acb->uncache_size, &dma_coherent_handle, GFP_KERNEL); in arcmsr_alloc_ccb_pool()
527 if(!dma_coherent){ in arcmsr_alloc_ccb_pool()
531 acb->dma_coherent = dma_coherent; in arcmsr_alloc_ccb_pool()
533 memset(dma_coherent, 0, acb->uncache_size); in arcmsr_alloc_ccb_pool()
534 ccb_tmp = dma_coherent; in arcmsr_alloc_ccb_pool()
535 acb->vir2phy_offset = (unsigned long)dma_coherent - (unsigned long)dma_coherent_handle; in arcmsr_alloc_ccb_pool()
1538 dma_free_coherent(&acb->pdev->dev, acb->uncache_size, acb->dma_coherent, acb->dma_coherent_handle); in arcmsr_free_ccb_pool()
2626 void *dma_coherent; in arcmsr_hbaB_get_config() local
2640 dma_coherent = dma_alloc_coherent(&pdev->dev, acb->roundup_ccbsize, in arcmsr_hbaB_get_config()
[all …]
Darcmsr.h673 void * dma_coherent; member
/linux-4.4.14/drivers/scsi/
Dhptiop.h330 void *dma_coherent[HPTIOP_MAX_REQUESTS]; member
Dhptiop.c1453 hba->dma_coherent[i] = start_virt; in hptiop_probe()
1486 if (hba->dma_coherent[i] && hba->dma_coherent_handle[i]) in hptiop_probe()
1489 hba->dma_coherent[i], in hptiop_probe()
1573 if (hba->dma_coherent[i] && hba->dma_coherent_handle[i]) in hptiop_remove()
1576 hba->dma_coherent[i], in hptiop_remove()
/linux-4.4.14/arch/arm64/mm/
Ddma-mapping.c993 dev->archdata.dma_coherent = coherent; in arch_setup_dma_ops()
/linux-4.4.14/arch/arm/mm/
Ddma-mapping.c2135 dev->archdata.dma_coherent = coherent; in arch_setup_dma_ops()