Lines Matching refs:dma_coherent_handle2
252 acb->dma_coherent2, acb->dma_coherent_handle2); in arcmsr_free_io_queue()
663 host_buffer_dma = round_up(acb->dma_coherent_handle2 + acb->completeQ_size, 4); in arcmsr_hbaF_assign_regAddr()
689 acb->dma_coherent_handle2 = dma_coherent_handle; in arcmsr_alloc_io_queue()
703 acb->dma_coherent_handle2 = dma_coherent_handle; in arcmsr_alloc_io_queue()
719 acb->dma_coherent_handle2 = dma_coherent_handle; in arcmsr_alloc_io_queue()
740 acb->dma_coherent_handle2 = dma_coherent_handle; in arcmsr_alloc_io_queue()
877 acb->dma_coherent_handle2 = dma_coherent_handle; in arcmsr_alloc_ccb_pool()
4040 dma_coherent_handle = acb->dma_coherent_handle2; in arcmsr_iop_confirm()
4161 writel(lower_32_bits(acb->dma_coherent_handle2), ®->msgcode_rwbuffer[5]); in arcmsr_iop_confirm()
4162 writel(upper_32_bits(acb->dma_coherent_handle2), ®->msgcode_rwbuffer[6]); in arcmsr_iop_confirm()
4182 acb->msgcode_rwbuffer[5] = lower_32_bits(acb->dma_coherent_handle2); in arcmsr_iop_confirm()
4183 acb->msgcode_rwbuffer[6] = upper_32_bits(acb->dma_coherent_handle2); in arcmsr_iop_confirm()