Home
last modified time | relevance | path

Searched refs:status_phys (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/
H A Dstex.c1033 dma_addr_t status_phys; in stex_common_handshake() local
1078 status_phys = hba->dma_handle + (hba->rq_count+1) * hba->rq_size; in stex_common_handshake()
1079 writel(status_phys, base + IMR0); in stex_common_handshake()
1081 writel((status_phys >> 16) >> 16, base + IMR1); in stex_common_handshake()
1084 writel((status_phys >> 16) >> 16, base + OMR0); /* old fw compatible */ in stex_common_handshake()
/kernel/linux/linux-6.6/drivers/scsi/
H A Dstex.c1030 dma_addr_t status_phys; in stex_common_handshake() local
1075 status_phys = hba->dma_handle + (hba->rq_count+1) * hba->rq_size; in stex_common_handshake()
1076 writel(status_phys, base + IMR0); in stex_common_handshake()
1078 writel((status_phys >> 16) >> 16, base + IMR1); in stex_common_handshake()
1081 writel((status_phys >> 16) >> 16, base + OMR0); /* old fw compatible */ in stex_common_handshake()

Completed in 7 milliseconds