Home
last modified time | relevance | path

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

/NextBSD/sys/dev/cxgb/common/
HDcxgb_regs.h7436 #define S_GAIN 11 macro
7438 #define V_GAIN(x) ((x) << S_GAIN)
7439 #define G_GAIN(x) (((x) >> S_GAIN) & M_GAIN)