Searched refs:EDC_REG_T5 (Results 1 – 3 of 3) sorted by relevance
/drivers/scsi/csiostor/ |
D | csio_hw_t5.c | 232 #define EDC_REG_T5(reg, idx) (reg + EDC_STRIDE_T5 * idx) in csio_t5_edc_read() macro 234 edc_bist_cmd_reg = EDC_REG_T5(EDC_H_BIST_CMD, idx); in csio_t5_edc_read() 235 edc_bist_cmd_addr_reg = EDC_REG_T5(EDC_H_BIST_CMD_ADDR, idx); in csio_t5_edc_read() 236 edc_bist_cmd_len_reg = EDC_REG_T5(EDC_H_BIST_CMD_LEN, idx); in csio_t5_edc_read() 237 edc_bist_cmd_data_pattern = EDC_REG_T5(EDC_H_BIST_DATA_PATTERN, idx); in csio_t5_edc_read() 238 edc_bist_status_rdata_reg = EDC_REG_T5(EDC_H_BIST_STATUS_RDATA, idx); in csio_t5_edc_read() 239 #undef EDC_REG_T5 in csio_t5_edc_read()
|
/drivers/net/ethernet/chelsio/cxgb4/ |
D | t4_hw.c | 361 edc_bist_cmd = EDC_REG_T5(EDC_H_BIST_CMD, idx); in t4_edc_read() 362 edc_bist_cmd_addr = EDC_REG_T5(EDC_H_BIST_CMD_ADDR, idx); in t4_edc_read() 363 edc_bist_cmd_len = EDC_REG_T5(EDC_H_BIST_CMD_LEN, idx); in t4_edc_read() 365 EDC_REG_T5(EDC_H_BIST_DATA_PATTERN, idx); in t4_edc_read() 367 EDC_REG_T5(EDC_H_BIST_STATUS_RDATA, idx); in t4_edc_read()
|
D | t4_regs.h | 1200 #define EDC_REG_T5(reg, idx) (reg + EDC_STRIDE_T5 * idx) macro
|