Searched defs:HB_LOWEST_DIV (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/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) ||
2842 for (index = HB_FULL_DIV; index <= HB_LOWEST_DIV; index++) {

Completed in 55 milliseconds