Home
last modified time | relevance | path

Searched refs:csio_rd_reg64 (Results 1 – 4 of 4) sorted by relevance

/drivers/scsi/csiostor/
Dcsio_mb.h56 (unsigned long long)csio_rd_reg64(__hw, __mb), \
57 (unsigned long long)csio_rd_reg64(__hw, __mb + 8), \
58 (unsigned long long)csio_rd_reg64(__hw, __mb + 16), \
59 (unsigned long long)csio_rd_reg64(__hw, __mb + 24), \
60 (unsigned long long)csio_rd_reg64(__hw, __mb + 32), \
61 (unsigned long long)csio_rd_reg64(__hw, __mb + 40), \
62 (unsigned long long)csio_rd_reg64(__hw, __mb + 48), \
63 (unsigned long long)csio_rd_reg64(__hw, __mb + 56))
Dcsio_hw_t5.c175 *ecc = csio_rd_reg64(hw, MC_DATA(16)); in csio_t5_mc_read()
230 *ecc = csio_rd_reg64(hw, EDC_DATA(16)); in csio_t5_edc_read()
Dcsio_mb.c1168 cmd[i / 8] = cpu_to_be64(csio_rd_reg64(hw, data_reg + i)); in csio_mb_debug_cmd_handler()
1312 hdr = cpu_to_be64(csio_rd_reg64(hw, data_reg)); in csio_mb_issue()
1323 *cmd++ = cpu_to_be64(csio_rd_reg64 in csio_mb_issue()
1518 hdr = cpu_to_be64(csio_rd_reg64(hw, data_reg)); in csio_mb_isr_handler()
1537 *cmd++ = cpu_to_be64(csio_rd_reg64 in csio_mb_isr_handler()
Dcsio_hw.h564 #define csio_rd_reg64(_h, _r) readq(csio_reg((_h)->regstart, (_r))) macro