Home
last modified time | relevance | path

Searched refs:dma_coherent_handle2 (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/scsi/arcmsr/
H A Darcmsr_hba.c241 acb->dma_coherent2, acb->dma_coherent_handle2); in arcmsr_free_io_queue()
652 host_buffer_dma = round_up(acb->dma_coherent_handle2 + acb->completeQ_size, 4); in arcmsr_hbaF_assign_regAddr()
678 acb->dma_coherent_handle2 = dma_coherent_handle; in arcmsr_alloc_io_queue()
692 acb->dma_coherent_handle2 = dma_coherent_handle; in arcmsr_alloc_io_queue()
708 acb->dma_coherent_handle2 = dma_coherent_handle; in arcmsr_alloc_io_queue()
729 acb->dma_coherent_handle2 = dma_coherent_handle; in arcmsr_alloc_io_queue()
815 acb->dma_coherent_handle2 = dma_coherent_handle; in arcmsr_alloc_ccb_pool()
3949 dma_coherent_handle = acb->dma_coherent_handle2; in arcmsr_iop_confirm()
4070 writel(lower_32_bits(acb->dma_coherent_handle2), &reg->msgcode_rwbuffer[5]); in arcmsr_iop_confirm()
4071 writel(upper_32_bits(acb->dma_coherent_handle2), &reg->msgcode_rwbuffer[6]); in arcmsr_iop_confirm()
[all …]
H A Darcmsr.h900 dma_addr_t dma_coherent_handle2; member