Lines Matching +full:2 +full:khz
21 #define KHZ 1000 macro
24 #define US_DELAY_MIN 2
25 #define CPUFREQ_TBL_STEP_HZ (50 * KHZ * KHZ)
87 return nltbl->ref_clk_hz / KHZ * ndiv / (nltbl->pdiv * nltbl->mdiv); in map_ndiv_to_freq()
99 * It will take = 2 ^ 32 / 408 MHz to overflow ref clk counter in tegra_read_counters()
105 * It will take = 2 ^ 32 / 2000 MHz to overflow core clk counter in tegra_read_counters()
130 * - Return Kcycles/second, freq in KHz
137 * in KHz = (delta cycles * 408 * 10^3) / delta ref_clk_counter
140 * Returns freq in KHz on success, 0 if cpu is offline
180 return (rate_mhz * KHZ); /* in KHz */ in tegra194_get_speed_common()
203 for (cpu = (cl * 2); cpu < ((cl + 1) * 2); cpu++) in tegra194_cpufreq_init()