Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/cxgb/common/
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)