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

/illumos-gate/usr/src/uts/sun4u/starcat/sys/post/
H A Dscat_const.h135 #define S0_LPORT_COUNT 4 /* Ports on slot 0 L1 board */ macro
136 #define S0_LPORT_MAX (S0_LPORT_COUNT - 1)
137 #define IS_VALID_S0LPORT(lport) ((lport) >= 0 && (lport) < S0_LPORT_COUNT)
141 #define LPORT_COUNT(slot) ((slot) ? S1_LPORT_COUNT : S0_LPORT_COUNT)

Completed in 45 milliseconds