Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dspitfire.c2753 #define HB_FULL_DIV 1 macro
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()
2860 if (cur_divisor == HB_FULL_DIV && new_divisor == HB_HALF_DIV) { in cpu_change_speed()
2865 } else if (cur_divisor == HB_HALF_DIV && new_divisor == HB_FULL_DIV) { in cpu_change_speed()
2871 } else if (cur_divisor == HB_FULL_DIV && new_divisor > HB_HALF_DIV) { in cpu_change_speed()
2883 } else if (cur_divisor > HB_HALF_DIV && new_divisor == HB_FULL_DIV) { in cpu_change_speed()