Searched refs:cpu_mhz (Results 1 – 2 of 2) sorted by relevance
810 static uint16_t cpu_mhz; in get_cpu_mhz() local811 if ( cpu_mhz != 0 ) in get_cpu_mhz()812 return cpu_mhz; in get_cpu_mhz()831 cpu_mhz = (uint16_t)(((uint32_t)cpu_khz + 500) / 1000); in get_cpu_mhz()832 return cpu_mhz; in get_cpu_mhz()
864 cpu_mhz : 2266
Completed in 6 milliseconds