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

/illumos-gate/usr/src/uts/sun4u/starcat/sys/post/
H A Dscat_const.h231 #define S0_WCI_MIN (2) macro
232 #define S0_WCI_MAX (S0_WCI_MIN + S0_WCI_COUNT - 1)
233 #define S0_IS_VALID_WCI(wci) ((wci) >= S0_WCI_MIN && (wci) <= S0_WCI_MAX)
238 #define WCI_MIN(slot) ((slot) ? S1_WCI_MIN : S0_WCI_MIN)

Completed in 57 milliseconds