Searched refs:STARCAT_BDSET_SLOT_MAX (Results 1 – 2 of 2) sorted by relevance
71 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()
43 #define STARCAT_BDSET_SLOT_MAX 2 /* maximum slots per boardset */ macro