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

/netbsd-current/sys/dev/pci/cxgb/
H A Dcxgb_regs.h1196 #define S_TESTSIG 10 macro
1198 #define V_TESTSIG(x) ((x) << S_TESTSIG)
1199 #define G_TESTSIG(x) (((x) >> S_TESTSIG) & M_TESTSIG)

Completed in 206 milliseconds