Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/cxgbe/common/
Dt4_hw.c397 #define EDC_REG_T5(reg, idx) (reg + EDC_STRIDE_T5 * idx) in t4_edc_read() macro
398 edc_bist_cmd_reg = EDC_REG_T5(A_EDC_H_BIST_CMD, idx); in t4_edc_read()
399 edc_bist_cmd_addr_reg = EDC_REG_T5(A_EDC_H_BIST_CMD_ADDR, idx); in t4_edc_read()
400 edc_bist_cmd_len_reg = EDC_REG_T5(A_EDC_H_BIST_CMD_LEN, idx); in t4_edc_read()
401 edc_bist_cmd_data_pattern = EDC_REG_T5(A_EDC_H_BIST_DATA_PATTERN, in t4_edc_read()
403 edc_bist_status_rdata_reg = EDC_REG_T5(A_EDC_H_BIST_STATUS_RDATA, in t4_edc_read()
405 #undef EDC_REG_T5 in t4_edc_read()