Searched refs:csio_rd_reg64 (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/scsi/csiostor/ |
D | csio_mb.h | 56 (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))
|
D | csio_hw_t5.c | 203 *ecc = csio_rd_reg64(hw, MC_DATA(16)); in csio_t5_mc_read() 259 *ecc = csio_rd_reg64(hw, EDC_DATA(16)); in csio_t5_edc_read()
|
D | csio_mb.c | 1164 cmd[i / 8] = cpu_to_be64(csio_rd_reg64(hw, data_reg + i)); in csio_mb_debug_cmd_handler() 1308 hdr = cpu_to_be64(csio_rd_reg64(hw, data_reg)); in csio_mb_issue() 1319 *cmd++ = cpu_to_be64(csio_rd_reg64 in csio_mb_issue() 1501 hdr = cpu_to_be64(csio_rd_reg64(hw, data_reg)); in csio_mb_isr_handler() 1520 *cmd++ = cpu_to_be64(csio_rd_reg64 in csio_mb_isr_handler()
|
D | csio_hw.h | 506 #define csio_rd_reg64(_h, _r) readq(csio_reg((_h)->regstart, (_r))) macro
|