Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h1565 #define S_HP_WEIGHT 24 macro
1567 #define V_HP_WEIGHT(x) ((x) << S_HP_WEIGHT)
1568 #define G_HP_WEIGHT(x) (((x) >> S_HP_WEIGHT) & M_HP_WEIGHT)