Searched refs:EDC_REG (Results 1 – 3 of 3) sorted by relevance
| /freebsd/sys/dev/cxgbe/common/ |
| H A D | t4_hw.c | 667 edc_bist_cmd_reg = EDC_REG(A_EDC_BIST_CMD, idx); in t4_edc_read() 668 edc_bist_cmd_addr_reg = EDC_REG(A_EDC_BIST_CMD_ADDR, idx); in t4_edc_read() 669 edc_bist_cmd_len_reg = EDC_REG(A_EDC_BIST_CMD_LEN, idx); in t4_edc_read() 670 edc_bist_cmd_data_pattern = EDC_REG(A_EDC_BIST_DATA_PATTERN, in t4_edc_read() 672 edc_bist_status_rdata_reg = EDC_REG(A_EDC_BIST_STATUS_RDATA, in t4_edc_read() 6131 ii.cause_reg = EDC_REG(A_EDC_INT_CAUSE, i); in mem_intr_handler() 6132 ii.enable_reg = EDC_REG(A_EDC_INT_ENABLE, i); in mem_intr_handler() 6133 count_reg = EDC_REG(A_EDC_ECC_STATUS, i); in mem_intr_handler()
|
| H A D | t4_regs.h | 656 #define EDC_REG(reg, idx) (reg + EDC_STRIDE * idx) macro
|
| /freebsd/contrib/ofed/libcxgb4/ |
| H A D | t4_regs.h | 59 #define EDC_REG(reg, idx) (reg + EDC_STRIDE * idx) macro
|