Home
last modified time | relevance | path

Searched refs:STARCAT_BDSET_SLOT_MAX (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/uts/sun4u/starcat/os/
H A Dstarcat.c71 int starcat_boards = STARCAT_BDSET_MAX * STARCAT_BDSET_SLOT_MAX;
124 n = MAX(starcat_boards, STARCAT_BDSET_MIN * STARCAT_BDSET_SLOT_MAX); in set_platform_max_ncpus()
125 n = MIN(n, STARCAT_BDSET_MAX * STARCAT_BDSET_SLOT_MAX); in set_platform_max_ncpus()
126 n = (n + STARCAT_BDSET_SLOT_MAX - 1) / STARCAT_BDSET_SLOT_MAX; in set_platform_max_ncpus()
/titanic_44/usr/src/uts/sun4u/starcat/sys/
H A Dstarcat.h43 #define STARCAT_BDSET_SLOT_MAX 2 /* maximum slots per boardset */ macro