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

/illumos-gate/usr/src/uts/sun4u/starcat/sys/post/
H A Dscat_const.h151 #define S0_BBC_COUNT 2 /* BBCs on slot 0 L1 board */ macro
152 #define S0_BBC_MAX (S0_BBC_COUNT - 1)
153 #define IS_VALID_S0BBC(bbc) ((bbc) >= 0 && (bbc) < S0_BBC_COUNT)
157 #define BBC_COUNT(slot) ((slot) ? S1_BBC_COUNT : S0_BBC_COUNT)

Completed in 46 milliseconds