Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgb/common/
H A Dcxgb_regs.h7271 #define S_CURPAUSETIMER 0 macro
7273 #define V_CURPAUSETIMER(x) ((x) << S_CURPAUSETIMER)
7274 #define G_CURPAUSETIMER(x) (((x) >> S_CURPAUSETIMER) & M_CURPAUSETIMER)
/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h41637 #define S_CURPAUSETIMER 0 macro
41639 #define V_CURPAUSETIMER(x) ((x) << S_CURPAUSETIMER)
41640 #define G_CURPAUSETIMER(x) (((x) >> S_CURPAUSETIMER) & M_CURPAUSETIMER)