Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/chxge/com/
H A Dregs.h194 #define S_MONTH 5 macro
196 #define V_MONTH(x) ((x) << S_MONTH)
197 #define G_MONTH(x) (((x) >> S_MONTH) & M_MONTH)