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

/freebsd-10.3-release/sys/dev/cxgb/common/
H A Dcxgb_regs.h3431 #define S_DEBUGSELHI 5 macro
3433 #define V_DEBUGSELHI(x) ((x) << S_DEBUGSELHI)
3434 #define G_DEBUGSELHI(x) (((x) >> S_DEBUGSELHI) & M_DEBUGSELHI)

Completed in 113 milliseconds