Searched refs:get_frequency_for_cpu (Results 1 – 4 of 4) sorted by relevance
73 static uint32_t get_frequency_for_cpu(void);120 clk_freq = get_frequency_for_cpu(); in clock_get_frequency()269 static uint32_t get_frequency_for_cpu(void) in get_frequency_for_cpu() function279 return (get_frequency_for_cpu() / div); in get_frequency_for_axi()285 return (get_frequency_for_cpu() / div); in get_frequency_for_ahb()
66 static uint32_t get_frequency_for_cpu(void);108 clk_freq = get_frequency_for_cpu(); in clock_get_frequency()226 static uint32_t get_frequency_for_cpu(void) in get_frequency_for_cpu() function236 return (get_frequency_for_cpu() / div); in get_frequency_for_ahb()
74 static uint32_t get_frequency_for_cpu(void);133 clk_freq = get_frequency_for_cpu(); in clock_get_frequency()288 static uint32_t get_frequency_for_cpu(void) in get_frequency_for_cpu() function298 return (get_frequency_for_cpu() / div); in get_frequency_for_axi()304 return (get_frequency_for_cpu() / div); in get_frequency_for_ahb()
71 static uint32_t get_frequency_for_cpu(void);121 clk_freq = get_frequency_for_cpu(); in clock_get_frequency()264 static uint32_t get_frequency_for_cpu(void) in get_frequency_for_cpu() function274 return (get_frequency_for_cpu() / div); in get_frequency_for_ahb()
Completed in 8 milliseconds