Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h41891 #define S_TESTSEL 2 macro
41893 #define V_TESTSEL(x) ((x) << S_TESTSEL)
41894 #define G_TESTSEL(x) (((x) >> S_TESTSEL) & M_TESTSEL)