Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgb/common/
H A Dcxgb_regs.h4453 #define S_ULPTYPE1FIELD 4 macro
4455 #define V_ULPTYPE1FIELD(x) ((x) << S_ULPTYPE1FIELD)
4456 #define G_ULPTYPE1FIELD(x) (((x) >> S_ULPTYPE1FIELD) & M_ULPTYPE1FIELD)
/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h23148 #define S_ULPTYPE1FIELD 4 macro
23150 #define V_ULPTYPE1FIELD(x) ((x) << S_ULPTYPE1FIELD)
23151 #define G_ULPTYPE1FIELD(x) (((x) >> S_ULPTYPE1FIELD) & M_ULPTYPE1FIELD)