Lines Matching refs:dma_coherent_handle

677 	dma_addr_t dma_coherent_handle;  in arcmsr_alloc_io_queue()  local
684 &dma_coherent_handle, GFP_KERNEL); in arcmsr_alloc_io_queue()
689 acb->dma_coherent_handle2 = dma_coherent_handle; in arcmsr_alloc_io_queue()
698 &dma_coherent_handle, GFP_KERNEL); in arcmsr_alloc_io_queue()
703 acb->dma_coherent_handle2 = dma_coherent_handle; in arcmsr_alloc_io_queue()
714 &dma_coherent_handle, GFP_KERNEL); in arcmsr_alloc_io_queue()
719 acb->dma_coherent_handle2 = dma_coherent_handle; in arcmsr_alloc_io_queue()
735 &dma_coherent_handle, GFP_KERNEL); in arcmsr_alloc_io_queue()
740 acb->dma_coherent_handle2 = dma_coherent_handle; in arcmsr_alloc_io_queue()
758 dma_addr_t dma_coherent_handle; in arcmsr_alloc_ccb_pool() local
784 dma_coherent = dma_alloc_coherent(&pdev->dev, acb->uncache_size, &dma_coherent_handle, GFP_KERNEL); in arcmsr_alloc_ccb_pool()
790 acb->dma_coherent_handle = dma_coherent_handle; in arcmsr_alloc_ccb_pool()
794 curr_phy_upper32 = upper_32_bits(dma_coherent_handle); in arcmsr_alloc_ccb_pool()
795 acb->vir2phy_offset = (unsigned long)dma_coherent - (unsigned long)dma_coherent_handle; in arcmsr_alloc_ccb_pool()
797 …cdb_phyaddr = (unsigned long)dma_coherent_handle + offsetof(struct CommandControlBlock, arcmsr_cdb… in arcmsr_alloc_ccb_pool()
814 next_ccb_phy = dma_coherent_handle + roundup_ccbsize; in arcmsr_alloc_ccb_pool()
823 dma_coherent_handle = next_ccb_phy; in arcmsr_alloc_ccb_pool()
826 acb->dma_coherent_handle2 = dma_coherent_handle; in arcmsr_alloc_ccb_pool()
2029 dma_free_coherent(&acb->pdev->dev, acb->uncache_size, acb->dma_coherent, acb->dma_coherent_handle); in arcmsr_free_ccb_pool()
3947 dma_addr_t dma_coherent_handle; in arcmsr_iop_confirm() local
3958 dma_coherent_handle = acb->dma_coherent_handle2; in arcmsr_iop_confirm()
3962 dma_coherent_handle = acb->dma_coherent_handle + in arcmsr_iop_confirm()
3966 dma_coherent_handle = acb->dma_coherent_handle; in arcmsr_iop_confirm()
3969 cdb_phyaddr = lower_32_bits(dma_coherent_handle); in arcmsr_iop_confirm()
3970 cdb_phyaddr_hi32 = upper_32_bits(dma_coherent_handle); in arcmsr_iop_confirm()