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

/illumos-gate/usr/src/uts/sun4u/starcat/sys/post/
H A Dscat_const.h154 #define S1_BBC_COUNT 1 /* BBCs on slot 1 L1 board */ macro
155 #define S1_BBC_MAX (S1_BBC_COUNT - 1)
156 #define IS_VALID_S1BBC(bbc) ((bbc) >= 0 && (bbc) < S1_BBC_COUNT)
157 #define BBC_COUNT(slot) ((slot) ? S1_BBC_COUNT : S0_BBC_COUNT)

Completed in 46 milliseconds