Searched refs:dma_coherent_handle (Results 1 – 4 of 4) sorted by relevance
502 dma_addr_t dma_coherent_handle; in arcmsr_alloc_ccb_pool() local526 dma_coherent = dma_alloc_coherent(&pdev->dev, acb->uncache_size, &dma_coherent_handle, GFP_KERNEL); in arcmsr_alloc_ccb_pool()532 acb->dma_coherent_handle = dma_coherent_handle; in arcmsr_alloc_ccb_pool()535 acb->vir2phy_offset = (unsigned long)dma_coherent - (unsigned long)dma_coherent_handle; in arcmsr_alloc_ccb_pool()537 cdb_phyaddr = dma_coherent_handle + offsetof(struct CommandControlBlock, arcmsr_cdb); in arcmsr_alloc_ccb_pool()553 dma_coherent_handle = dma_coherent_handle + roundup_ccbsize; 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 dma_addr_t dma_coherent_handle; in arcmsr_hbaB_get_config() local2640 &dma_coherent_handle, GFP_KERNEL); in arcmsr_hbaB_get_config()2647 acb->dma_coherent_handle2 = dma_coherent_handle; in arcmsr_hbaB_get_config()[all …]
675 dma_addr_t dma_coherent_handle; member
1454 hba->dma_coherent_handle[i] = start_phy; in hptiop_probe()1486 if (hba->dma_coherent[i] && hba->dma_coherent_handle[i]) in hptiop_probe()1490 hba->dma_coherent_handle[i]); in hptiop_probe()1573 if (hba->dma_coherent[i] && hba->dma_coherent_handle[i]) in hptiop_remove()1577 hba->dma_coherent_handle[i]); in hptiop_remove()
331 dma_addr_t dma_coherent_handle[HPTIOP_MAX_REQUESTS]; member