Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h55530 #define S_HMSK 0 macro
55532 #define V_HMSK(x) ((x) << S_HMSK)
55533 #define G_HMSK(x) (((x) >> S_HMSK) & M_HMSK)