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

/illumos-gate/usr/src/uts/sun4u/starcat/sys/post/
H A Dscat_const.h235 #define S1_WCI_MIN (1) macro
236 #define S1_WCI_MAX (S1_WCI_MIN + S1_WCI_COUNT - 1)
238 #define WCI_MIN(slot) ((slot) ? S1_WCI_MIN : S0_WCI_MIN)
240 #define S1_IS_VALID_WCI(wci) ((wci) >= S1_WCI_MIN && (wci) <= S1_WCI_MAX)

Completed in 46 milliseconds