Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgb/common/
H A Dcxgb_regs.h6031 #define S_DEBUGSELL 24 macro
6033 #define V_DEBUGSELL(x) ((x) << S_DEBUGSELL)
6034 #define G_DEBUGSELL(x) (((x) >> S_DEBUGSELL) & M_DEBUGSELL)
/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h21029 #define S_DEBUGSELL 0 macro
21031 #define V_DEBUGSELL(x) ((x) << S_DEBUGSELL)
21032 #define G_DEBUGSELL(x) (((x) >> S_DEBUGSELL) & M_DEBUGSELL)