Searched refs:S_ULPTYPE6FIELD (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/dev/pci/cxgb/
H A Dcxgb_regs.h3975 #define S_ULPTYPE6FIELD 24 macro
3977 #define V_ULPTYPE6FIELD(x) ((x) << S_ULPTYPE6FIELD)
3978 #define G_ULPTYPE6FIELD(x) (((x) >> S_ULPTYPE6FIELD) & M_ULPTYPE6FIELD)

Completed in 219 milliseconds