HomeSort by relevance Sort by last modified time
    Searched refs:cm_get_osc_clk_hz (Results 1 - 7 of 7) sorted by null

  /external/u-boot/arch/arm/mach-socfpga/
wrap_pll_config.c 128 const unsigned int cm_get_osc_clk_hz(const int osc) function
wrap_pll_config_s10.c 36 const unsigned int cm_get_osc_clk_hz(void) function
clock_manager_gen5.c 324 clock = cm_get_osc_clk_hz(1);
342 clock = cm_get_osc_clk_hz(1);
344 clock = cm_get_osc_clk_hz(2);
381 clock = cm_get_osc_clk_hz(1);
383 clock = cm_get_osc_clk_hz(2);
520 printf("EOSC1 %8d kHz\n", cm_get_osc_clk_hz(1) / 1000);
521 printf("EOSC2 %8d kHz\n", cm_get_osc_clk_hz(2) / 1000);
clock_manager_s10.c 183 fref = cm_get_osc_clk_hz();
214 fref = cm_get_osc_clk_hz();
255 clock = cm_get_osc_clk_hz();
292 clock = cm_get_osc_clk_hz();
329 clock = cm_get_osc_clk_hz();
377 printf("EOSC1 %d kHz\n", cm_get_osc_clk_hz() / 1000);
freeze_controller.c 164 eosc1_freq = cm_get_osc_clk_hz(1) / 1000; /* kHz */
  /external/u-boot/arch/arm/mach-socfpga/include/mach/
clock_manager_s10.h 17 const unsigned int cm_get_osc_clk_hz(void);
clock_manager_gen5.h 121 const unsigned int cm_get_osc_clk_hz(const int osc);

Completed in 369 milliseconds