Home
last modified time | relevance | path

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

/linux-6.15/drivers/scsi/arcmsr/
H A Darcmsr_hba.c253 acb->dma_coherent2, acb->dma_coherent_handle2); in arcmsr_free_io_queue()
664 host_buffer_dma = round_up(acb->dma_coherent_handle2 + acb->completeQ_size, 4); in arcmsr_hbaF_assign_regAddr()
690 acb->dma_coherent_handle2 = dma_coherent_handle; in arcmsr_alloc_io_queue()
704 acb->dma_coherent_handle2 = dma_coherent_handle; in arcmsr_alloc_io_queue()
720 acb->dma_coherent_handle2 = dma_coherent_handle; in arcmsr_alloc_io_queue()
741 acb->dma_coherent_handle2 = dma_coherent_handle; in arcmsr_alloc_io_queue()
878 acb->dma_coherent_handle2 = dma_coherent_handle; in arcmsr_alloc_ccb_pool()
4042 dma_coherent_handle = acb->dma_coherent_handle2; in arcmsr_iop_confirm()
4163 writel(lower_32_bits(acb->dma_coherent_handle2), &reg->msgcode_rwbuffer[5]); in arcmsr_iop_confirm()
4184 acb->msgcode_rwbuffer[5] = lower_32_bits(acb->dma_coherent_handle2); in arcmsr_iop_confirm()
[all …]
H A Darcmsr.h923 dma_addr_t dma_coherent_handle2; member