Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h29123 #define S_EOF_LS2 16 macro
29125 #define V_EOF_LS2(x) ((x) << S_EOF_LS2)
29126 #define G_EOF_LS2(x) (((x) >> S_EOF_LS2) & M_EOF_LS2)