Searched refs:cm_get_osc_clk_hz (Results 1 – 4 of 4) sorted by relevance
326 clock = cm_get_osc_clk_hz(1); in cm_get_main_vco_clk_hz()344 clock = cm_get_osc_clk_hz(1); in cm_get_per_vco_clk_hz()346 clock = cm_get_osc_clk_hz(2); in cm_get_per_vco_clk_hz()383 clock = cm_get_osc_clk_hz(1); in cm_get_sdram_clk_hz()385 clock = cm_get_osc_clk_hz(2); in cm_get_sdram_clk_hz()514 printf("EOSC1 %8d kHz\n", cm_get_osc_clk_hz(1) / 1000); in cm_print_clock_quick_summary()515 printf("EOSC2 %8d kHz\n", cm_get_osc_clk_hz(2) / 1000); in cm_print_clock_quick_summary()
129 const unsigned int cm_get_osc_clk_hz(const int osc) in cm_get_osc_clk_hz() function
167 eosc1_freq = cm_get_osc_clk_hz(1) / 1000; /* kHz */ in sys_mgr_frzctrl_thaw_req()
122 const unsigned int cm_get_osc_clk_hz(const int osc);