Searched refs:dma_coherent (Results 1 - 9 of 9) sorted by relevance
/linux-4.1.27/arch/arm/include/asm/ |
H A D | device.h | 20 bool dma_coherent; member in struct:dev_archdata
|
H A D | dma-mapping.h | 134 return dev->archdata.dma_coherent; is_device_dma_coherent()
|
/linux-4.1.27/arch/arm64/include/asm/ |
H A D | device.h | 24 bool dma_coherent; member in struct:dev_archdata
|
H A D | dma-mapping.h | 51 dev->archdata.dma_coherent = coherent; arch_setup_dma_ops() 60 return dev->archdata.dma_coherent; is_device_dma_coherent()
|
/linux-4.1.27/drivers/scsi/ |
H A D | hptiop.h | 330 void *dma_coherent; member in struct:hptiop_hba
|
H A D | hptiop.c | 1441 hba->dma_coherent = start_virt; hptiop_probe() 1479 hba->dma_coherent, hba->dma_coherent_handle); hptiop_probe() 1560 hba->dma_coherent, hptiop_remove()
|
/linux-4.1.27/drivers/scsi/arcmsr/ |
H A D | arcmsr_hba.c | 504 void *dma_coherent; arcmsr_alloc_ccb_pool() local 529 dma_coherent = dma_alloc_coherent(&pdev->dev, acb->uncache_size, &dma_coherent_handle, GFP_KERNEL); arcmsr_alloc_ccb_pool() 530 if(!dma_coherent){ arcmsr_alloc_ccb_pool() 534 acb->dma_coherent = dma_coherent; arcmsr_alloc_ccb_pool() 536 memset(dma_coherent, 0, acb->uncache_size); arcmsr_alloc_ccb_pool() 537 ccb_tmp = dma_coherent; arcmsr_alloc_ccb_pool() 538 acb->vir2phy_offset = (unsigned long)dma_coherent - (unsigned long)dma_coherent_handle; arcmsr_alloc_ccb_pool() 1541 dma_free_coherent(&acb->pdev->dev, acb->uncache_size, acb->dma_coherent, acb->dma_coherent_handle); arcmsr_free_ccb_pool() 2629 void *dma_coherent; arcmsr_hbaB_get_config() local 2643 dma_coherent = dma_alloc_coherent(&pdev->dev, acb->roundup_ccbsize, arcmsr_hbaB_get_config() 2645 if (!dma_coherent){ arcmsr_hbaB_get_config() 2652 acb->dma_coherent2 = dma_coherent; arcmsr_hbaB_get_config() 2653 reg = (struct MessageUnit_B *)dma_coherent; arcmsr_hbaB_get_config()
|
H A D | arcmsr.h | 673 void * dma_coherent; member in struct:AdapterControlBlock 674 /* dma_coherent used for memory free */
|
/linux-4.1.27/arch/arm/mm/ |
H A D | dma-mapping.c | 2123 dev->archdata.dma_coherent = coherent; arch_setup_dma_ops()
|
Completed in 293 milliseconds