Searched refs:S1_LPORT_COUNT (Results 1 - 1 of 1) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/sun4u/starcat/sys/post/
H A Dscat_const.h138 #define S1_LPORT_COUNT 2 /* Ports on slot 1 L1 board */ macro
139 #define S1_LPORT_MAX (S1_LPORT_COUNT - 1)
140 #define IS_VALID_S1LPORT(lport) ((lport) >= 0 && (lport) < S1_LPORT_COUNT)
141 #define LPORT_COUNT(slot) ((slot) ? S1_LPORT_COUNT : S0_LPORT_COUNT)

Completed in 23 milliseconds