Searched defs:S_CM_TIMER_BASE (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/chxge/com/
H A Dregs.h812 #define S_CM_TIMER_BASE 0 macro
814 #define V_CM_TIMER_BASE(x) ((x) << S_CM_TIMER_BASE)
815 #define G_CM_TIMER_BASE(x) (((x) >> S_CM_TIMER_BASE) & M_CM_TIMER_BASE)

Completed in 104 milliseconds