Searched refs:clk_ref (Results 1 – 4 of 4) sorted by relevance
27 uint32_t cycles = clock_get_hz(clk_ref) / PICO_MHZ; in start_all_ticks()45 clock_set_reported_hz(clk_ref, 12 * PICO_MHZ); in runtime_init_clocks()61 hw_clear_bits(&clocks_hw->clk[clk_ref].ctrl, CLOCKS_CLK_REF_CTRL_SRC_BITS); in runtime_init_clocks()62 while (clocks_hw->clk[clk_ref].selected != 0x1) in runtime_init_clocks()83 clock_configure_undivided(clk_ref, in runtime_init_clocks()
30 return clock == clk_sys || clock == clk_ref; in has_glitchless_mux()142 fc->ref_khz = clock_get_hz(clk_ref) / 1000; in frequency_count_khz()168 uint clk_ref_freq = clock_get_hz(clk_ref); in clocks_handle_resus()378 clock_configure_undivided(clk_ref, in set_sys_clock_pll()
35 clk_ref = 4, ///< Select CLK_REF as clock source enumerator