Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgb/common/
H A Dcxgb_regs.h7212 #define S_TYPE 0 macro
7214 #define V_TYPE(x) ((x) << S_TYPE)
7215 #define G_TYPE(x) (((x) >> S_TYPE) & M_TYPE)
/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h41578 #define S_TYPE 0 macro
41580 #define V_TYPE(x) ((x) << S_TYPE)
41581 #define G_TYPE(x) (((x) >> S_TYPE) & M_TYPE)