Home
last modified time | relevance | path

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

/u-boot/arch/x86/include/asm/
A Dcpu_common.h165 int cpu_get_bus_clock_khz(void);
/u-boot/arch/x86/cpu/intel_common/
A Dacpi.c256 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()
A Dcpu.c267 int cpu_get_bus_clock_khz(void) in cpu_get_bus_clock_khz() function

Completed in 4 milliseconds