Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h16611 #define S_BONUS_REG 6 macro
16613 #define V_BONUS_REG(x) ((x) << S_BONUS_REG)
16614 #define G_BONUS_REG(x) (((x) >> S_BONUS_REG) & M_BONUS_REG)