Searched refs:EDC_REG (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/cxgbe/common/ |
H A D | t4_hw.c | 627 edc_bist_cmd_reg = EDC_REG(A_EDC_BIST_CMD, idx); in t4_edc_read() 628 edc_bist_cmd_addr_reg = EDC_REG(A_EDC_BIST_CMD_ADDR, idx); in t4_edc_read() 629 edc_bist_cmd_len_reg = EDC_REG(A_EDC_BIST_CMD_LEN, idx); in t4_edc_read() 630 edc_bist_cmd_data_pattern = EDC_REG(A_EDC_BIST_DATA_PATTERN, in t4_edc_read() 632 edc_bist_status_rdata_reg = EDC_REG(A_EDC_BIST_STATUS_RDATA, in t4_edc_read() 5042 ii.cause_reg = EDC_REG(A_EDC_INT_CAUSE, 0); in mem_intr_handler() 5043 ii.enable_reg = EDC_REG(A_EDC_INT_ENABLE, 0); in mem_intr_handler() 5044 count_reg = EDC_REG(A_EDC_ECC_STATUS, 0); in mem_intr_handler() 5048 ii.cause_reg = EDC_REG(A_EDC_INT_CAUSE, 1); in mem_intr_handler() 5049 ii.enable_reg = EDC_REG(A_EDC_INT_ENABLE, 1); in mem_intr_handler() [all …]
|
H A D | t4_regs.h | 505 #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
|