Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/cxgbe/common/
H A Dt4_regs.h10032 #define S_TIMERSEPARATOR 16 macro
10034 #define V_TIMERSEPARATOR(x) ((x) << S_TIMERSEPARATOR)
10035 #define G_TIMERSEPARATOR(x) (((x) >> S_TIMERSEPARATOR) & M_TIMERSEPARATOR)