Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/csiostor/
H A Dcsio_hw_t5.c204 #define EDC_REG_T5(reg, idx) (reg + EDC_STRIDE_T5 * idx) in csio_t5_edc_read() macro
206 edc_bist_cmd_reg = EDC_REG_T5(EDC_H_BIST_CMD_A, idx); in csio_t5_edc_read()
207 edc_bist_cmd_addr_reg = EDC_REG_T5(EDC_H_BIST_CMD_ADDR_A, idx); in csio_t5_edc_read()
208 edc_bist_cmd_len_reg = EDC_REG_T5(EDC_H_BIST_CMD_LEN_A, idx); in csio_t5_edc_read()
209 edc_bist_cmd_data_pattern = EDC_REG_T5(EDC_H_BIST_DATA_PATTERN_A, idx); in csio_t5_edc_read()
210 #undef EDC_REG_T5 in csio_t5_edc_read()