Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/cxgbe/common/
Dt4_regs.h11492 #define S_BONUS_REG 6 macro
11494 #define V_BONUS_REG(x) ((x) << S_BONUS_REG)
11495 #define G_BONUS_REG(x) (((x) >> S_BONUS_REG) & M_BONUS_REG)