Home
last modified time | relevance | path

Searched refs:dma_coherent_handle2 (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/arcmsr/
H A Darcmsr_hba.c245 acb->dma_coherent2, acb->dma_coherent_handle2); in arcmsr_free_io_queue()
656 host_buffer_dma = round_up(acb->dma_coherent_handle2 + acb->completeQ_size, 4); in arcmsr_hbaF_assign_regAddr()
682 acb->dma_coherent_handle2 = dma_coherent_handle; in arcmsr_alloc_io_queue()
696 acb->dma_coherent_handle2 = dma_coherent_handle; in arcmsr_alloc_io_queue()
712 acb->dma_coherent_handle2 = dma_coherent_handle; in arcmsr_alloc_io_queue()
733 acb->dma_coherent_handle2 = dma_coherent_handle; in arcmsr_alloc_io_queue()
819 acb->dma_coherent_handle2 = dma_coherent_handle; in arcmsr_alloc_ccb_pool()
3953 dma_coherent_handle = acb->dma_coherent_handle2; in arcmsr_iop_confirm()
4074 writel(lower_32_bits(acb->dma_coherent_handle2), &reg->msgcode_rwbuffer[5]); in arcmsr_iop_confirm()
4075 writel(upper_32_bits(acb->dma_coherent_handle2), in arcmsr_iop_confirm()
[all...]
H A Darcmsr.h904 dma_addr_t dma_coherent_handle2; member
/kernel/linux/linux-6.6/drivers/scsi/arcmsr/
H A Darcmsr_hba.c252 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()
826 acb->dma_coherent_handle2 = dma_coherent_handle; in arcmsr_alloc_ccb_pool()
3958 dma_coherent_handle = acb->dma_coherent_handle2; in arcmsr_iop_confirm()
4079 writel(lower_32_bits(acb->dma_coherent_handle2), &reg->msgcode_rwbuffer[5]); in arcmsr_iop_confirm()
4080 writel(upper_32_bits(acb->dma_coherent_handle2), in arcmsr_iop_confirm()
[all...]
H A Darcmsr.h906 dma_addr_t dma_coherent_handle2; member

Completed in 16 milliseconds