Searched refs:get_cpu_input_freq (Results 1 – 1 of 1) sorted by relevance
52 static uint32_t get_cpu_input_freq(void) { in get_cpu_input_freq() function79 return get_cpu_input_freq(); in get_cpu_6x4x_freq()84 return get_cpu_input_freq() / 2; in get_cpu_3x2x_freq()89 return get_cpu_input_freq() / ((SLCR_REG(CLK_621_TRUE) & 1) ? 3 : 2); in get_cpu_2x_freq()94 return get_cpu_input_freq() / ((SLCR_REG(CLK_621_TRUE) & 1) ? 6 : 4); in get_cpu_1x_freq()
Completed in 3 milliseconds