Lines Matching refs:dma_coherent_handle
502 dma_addr_t dma_coherent_handle; 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()
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() local
2640 &dma_coherent_handle, GFP_KERNEL); in arcmsr_hbaB_get_config()
2647 acb->dma_coherent_handle2 = dma_coherent_handle; in arcmsr_hbaB_get_config()
3214 dma_addr_t dma_coherent_handle; in arcmsr_iop_confirm() local
3225 dma_coherent_handle = acb->dma_coherent_handle2; in arcmsr_iop_confirm()
3228 dma_coherent_handle = acb->dma_coherent_handle; in arcmsr_iop_confirm()
3231 cdb_phyaddr = lower_32_bits(dma_coherent_handle); in arcmsr_iop_confirm()
3232 cdb_phyaddr_hi32 = upper_32_bits(dma_coherent_handle); in arcmsr_iop_confirm()