Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/csiostor/
Dcsio_hw_t5.c205 #define EDC_REG_T5(reg, idx) (reg + EDC_STRIDE_T5 * idx) in csio_t5_edc_read() macro
207 edc_bist_cmd_reg = EDC_REG_T5(EDC_H_BIST_CMD_A, idx); in csio_t5_edc_read()
208 edc_bist_cmd_addr_reg = EDC_REG_T5(EDC_H_BIST_CMD_ADDR_A, idx); in csio_t5_edc_read()
209 edc_bist_cmd_len_reg = EDC_REG_T5(EDC_H_BIST_CMD_LEN_A, idx); in csio_t5_edc_read()
210 edc_bist_cmd_data_pattern = EDC_REG_T5(EDC_H_BIST_DATA_PATTERN_A, idx); in csio_t5_edc_read()
211 edc_bist_status_rdata_reg = EDC_REG_T5(EDC_H_BIST_STATUS_RDATA_A, idx); in csio_t5_edc_read()
212 #undef EDC_REG_T5 in csio_t5_edc_read()