Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sun4u/cpu/
H A Dspitfire.c2755 #define HB_LOWEST_DIV 8 macro
2757 static uint64_t hb_eclk[HB_LOWEST_DIV + 1] = {
2833 if ((new_divisor < HB_FULL_DIV || new_divisor > HB_LOWEST_DIV) || in cpu_change_speed()
2842 for (index = HB_FULL_DIV; index <= HB_LOWEST_DIV; index++) { in cpu_change_speed()