Searched refs:cpu_get_bus_clock_khz (Results 1 – 3 of 3) sorted by relevance
165 int cpu_get_bus_clock_khz(void);
256 clock_max = (ratio_max * cpu_get_bus_clock_khz()) / 1000; in generate_p_state_entries()316 clock = (ratio * cpu_get_bus_clock_khz()) / 1000; in generate_p_state_entries()
267 int cpu_get_bus_clock_khz(void) in cpu_get_bus_clock_khz() function
Completed in 4 milliseconds