Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h47201 #define S_WAKE_TIMER 16 macro
47203 #define V_WAKE_TIMER(x) ((x) << S_WAKE_TIMER)
47204 #define G_WAKE_TIMER(x) (((x) >> S_WAKE_TIMER) & M_WAKE_TIMER)