Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/cxgb/common/
Dcxgb_regs.h7272 #define S_CURPAUSETIMER 0 macro
7274 #define V_CURPAUSETIMER(x) ((x) << S_CURPAUSETIMER)
7275 #define G_CURPAUSETIMER(x) (((x) >> S_CURPAUSETIMER) & M_CURPAUSETIMER)
/freebsd-9-stable/sys/dev/cxgbe/common/
Dt4_regs.h30297 #define S_CURPAUSETIMER 0 macro
30299 #define V_CURPAUSETIMER(x) ((x) << S_CURPAUSETIMER)
30300 #define G_CURPAUSETIMER(x) (((x) >> S_CURPAUSETIMER) & M_CURPAUSETIMER)