Searched refs:HB_LOWEST_DIV (Results 1 – 1 of 1) sorted by relevance
2755 #define HB_LOWEST_DIV 8 macro2757 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()