Home
last modified time | relevance | path

Searched refs:EDC_REG_T5 (Results 1 – 3 of 3) sorted by relevance

/drivers/scsi/csiostor/
Dcsio_hw_t5.c232 #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/
Dt4_hw.c361 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()
Dt4_regs.h1200 #define EDC_REG_T5(reg, idx) (reg + EDC_STRIDE_T5 * idx) macro