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

/illumos-gate/usr/src/uts/sun4u/starcat/sys/post/
H A Dscat_const.h68 #define SLOT_COUNT (2) macro
69 #define SLOT_MAX (SLOT_COUNT - 1)
70 #define IS_VALID_SLOT(slot) ((slot) >= 0 && (slot) < SLOT_COUNT)
75 #define L1_COUNT (SLOT_COUNT * EXP_COUNT)

Completed in 54 milliseconds