Home
last modified time | relevance | path

Searched defs:wci (Results 1 – 1 of 1) sorted by relevance

/titanic_53/usr/src/uts/sun4u/starcat/sys/post/
H A Dscat_const.h233 #define S0_IS_VALID_WCI(wci) ((wci) >= S0_WCI_MIN && (wci) <= S0_WCI_MAX) argument
240 #define S1_IS_VALID_WCI(wci) ((wci) >= S1_WCI_MIN && (wci) <= S1_WCI_MAX) argument
241 #define IS_VALID_WCI(slot, wci) ((slot) ? S1_IS_VALID_WCI((wci)) : \ argument