Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dt4_hw.c593 F_START_BIST | V_BIST_CMD_GAP(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.h15998 #define V_BIST_CMD_GAP(x) ((x) << S_BIST_CMD_GAP) macro