Home
last modified time | relevance | path

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

/NextBSD/sys/dev/cxgb/common/
HDcxgb_regs.h6032 #define S_DEBUGSELL 24 macro
6034 #define V_DEBUGSELL(x) ((x) << S_DEBUGSELL)
6035 #define G_DEBUGSELL(x) (((x) >> S_DEBUGSELL) & M_DEBUGSELL)
/NextBSD/contrib/ofed/libcxgb4/src/
HDt4_regs.h12970 #define S_DEBUGSELL 0 macro
12972 #define V_DEBUGSELL(x) ((x) << S_DEBUGSELL)
12973 #define G_DEBUGSELL(x) (((x) >> S_DEBUGSELL) & M_DEBUGSELL)
/NextBSD/sys/dev/cxgbe/common/
HDt4_regs.h12999 #define S_DEBUGSELL 0 macro
13001 #define V_DEBUGSELL(x) ((x) << S_DEBUGSELL)
13002 #define G_DEBUGSELL(x) (((x) >> S_DEBUGSELL) & M_DEBUGSELL)