Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h50911 #define S_SET_WAIT_TIMER 13 macro
50913 #define V_SET_WAIT_TIMER(x) ((x) << S_SET_WAIT_TIMER)
50914 #define G_SET_WAIT_TIMER(x) (((x) >> S_SET_WAIT_TIMER) & M_SET_WAIT_TIMER)