Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgb/common/
H A Dcxgb_regs.h6026 #define S_DEBUGSELH 28 macro
6028 #define V_DEBUGSELH(x) ((x) << S_DEBUGSELH)
6029 #define G_DEBUGSELH(x) (((x) >> S_DEBUGSELH) & M_DEBUGSELH)
/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h21024 #define S_DEBUGSELH 5 macro
21026 #define V_DEBUGSELH(x) ((x) << S_DEBUGSELH)
21027 #define G_DEBUGSELH(x) (((x) >> S_DEBUGSELH) & M_DEBUGSELH)