Searched refs:HB_FULL_DIV (Results 1 – 1 of 1) sorted by relevance
2753 #define HB_FULL_DIV 1 macro2833 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()