Searched refs:S_PAUSETIMER (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.3-release/sys/dev/cxgb/common/
H A Dcxgb_regs.h7396 #define S_PAUSETIMER 0 macro
7398 #define V_PAUSETIMER(x) ((x) << S_PAUSETIMER)
7399 #define G_PAUSETIMER(x) (((x) >> S_PAUSETIMER) & M_PAUSETIMER)

Completed in 165 milliseconds