Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgb/common/
H A Dcxgb_regs.h1464 #define S_TESTSIG 10 macro
1466 #define V_TESTSIG(x) ((x) << S_TESTSIG)
1467 #define G_TESTSIG(x) (((x) >> S_TESTSIG) & M_TESTSIG)