.. | .. |
---|
148 | 148 | { |
---|
149 | 149 | int i; |
---|
150 | 150 | uint32_t mc_bist_cmd_reg, mc_bist_cmd_addr_reg, mc_bist_cmd_len_reg; |
---|
151 | | - uint32_t mc_bist_status_rdata_reg, mc_bist_data_pattern_reg; |
---|
| 151 | + uint32_t mc_bist_data_pattern_reg; |
---|
152 | 152 | |
---|
153 | 153 | mc_bist_cmd_reg = MC_REG(MC_P_BIST_CMD_A, idx); |
---|
154 | 154 | mc_bist_cmd_addr_reg = MC_REG(MC_P_BIST_CMD_ADDR_A, idx); |
---|
155 | 155 | mc_bist_cmd_len_reg = MC_REG(MC_P_BIST_CMD_LEN_A, idx); |
---|
156 | | - mc_bist_status_rdata_reg = MC_REG(MC_P_BIST_STATUS_RDATA_A, idx); |
---|
157 | 156 | mc_bist_data_pattern_reg = MC_REG(MC_P_BIST_DATA_PATTERN_A, idx); |
---|
158 | 157 | |
---|
159 | 158 | if (csio_rd_reg32(hw, mc_bist_cmd_reg) & START_BIST_F) |
---|
.. | .. |
---|
196 | 195 | { |
---|
197 | 196 | int i; |
---|
198 | 197 | uint32_t edc_bist_cmd_reg, edc_bist_cmd_addr_reg, edc_bist_cmd_len_reg; |
---|
199 | | - uint32_t edc_bist_cmd_data_pattern, edc_bist_status_rdata_reg; |
---|
| 198 | + uint32_t edc_bist_cmd_data_pattern; |
---|
200 | 199 | |
---|
201 | 200 | /* |
---|
202 | 201 | * These macro are missing in t4_regs.h file. |
---|
.. | .. |
---|
208 | 207 | edc_bist_cmd_addr_reg = EDC_REG_T5(EDC_H_BIST_CMD_ADDR_A, idx); |
---|
209 | 208 | edc_bist_cmd_len_reg = EDC_REG_T5(EDC_H_BIST_CMD_LEN_A, idx); |
---|
210 | 209 | edc_bist_cmd_data_pattern = EDC_REG_T5(EDC_H_BIST_DATA_PATTERN_A, idx); |
---|
211 | | - edc_bist_status_rdata_reg = EDC_REG_T5(EDC_H_BIST_STATUS_RDATA_A, idx); |
---|
212 | 210 | #undef EDC_REG_T5 |
---|
213 | 211 | #undef EDC_STRIDE_T5 |
---|
214 | 212 | |
---|