Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/pci/cxgb/
Dcxgb_regs.h3990 #define S_ULPTYPE3FIELD 12 macro
3992 #define V_ULPTYPE3FIELD(x) ((x) << S_ULPTYPE3FIELD)
3993 #define G_ULPTYPE3FIELD(x) (((x) >> S_ULPTYPE3FIELD) & M_ULPTYPE3FIELD)