Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h59049 #define S_PRBS_WAIT 14 macro
59051 #define V_PRBS_WAIT(x) ((x) << S_PRBS_WAIT)
59052 #define G_PRBS_WAIT(x) (((x) >> S_PRBS_WAIT) & M_PRBS_WAIT)