Home
last modified time | relevance | path

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

/titanic_53/usr/src/uts/sun4u/starcat/sys/post/
H A Dscat_const.h90 #define EXPSLTBBC2SRAM(exp, slt, bbc) ((exp * 3) + (slt * 2) + (bbc)) argument
153 #define IS_VALID_S0BBC(bbc) ((bbc) >= 0 && (bbc) < S0_BBC_COUNT) argument
156 #define IS_VALID_S1BBC(bbc) ((bbc) >= 0 && (bbc) < S1_BBC_COUNT) argument
159 #define IS_VALID_BBC(slot, bbc) \ argument