Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dt4_hw.c592 t4_write_reg(adap, mc_bist_cmd_reg, V_BIST_OPCODE(1) | in t4_mc_read()
658 V_BIST_OPCODE(1) | V_BIST_CMD_GAP(1) | F_START_BIST); in t4_edc_read()
H A Dt4_regs.h16003 #define V_BIST_OPCODE(x) ((x) << S_BIST_OPCODE) macro