Home
last modified time | relevance | path

Searched refs:z_clock_hw_cycles_per_sec (Results 1 – 8 of 8) sorted by relevance

/Zephyr-latest/soc/neorv32/
Dsoc.c11 extern int z_clock_hw_cycles_per_sec;
17 z_clock_hw_cycles_per_sec = sys_read32(base + NEORV32_SYSINFO_CLK); in soc_early_init_hook()
/Zephyr-latest/include/zephyr/arch/arm64/
Dtimer.h29 extern int z_clock_hw_cycles_per_sec; in arm_arch_timer_init()
33 z_clock_hw_cycles_per_sec = (int) cntfrq_el0; in arm_arch_timer_init()
/Zephyr-latest/drivers/timer/
Dsilabs_sleeptimer_timer.c33 extern int z_clock_hw_cycles_per_sec;
130 z_clock_hw_cycles_per_sec = sl_sleeptimer_get_timer_frequency(); in sleeptimer_init()
135 timer->cyc_per_tick = z_clock_hw_cycles_per_sec / CONFIG_SYS_CLOCK_TICKS_PER_SEC; in sleeptimer_init()
Dgecko_burtc_timer.c57 extern int z_clock_hw_cycles_per_sec;
193 z_clock_hw_cycles_per_sec = hw_clock_freq; in burtc_init()
Dhpet.c418 extern int z_clock_hw_cycles_per_sec; in sys_clock_driver_init()
422 ARG_UNUSED(z_clock_hw_cycles_per_sec); in sys_clock_driver_init()
440 z_clock_hw_cycles_per_sec = hz; in sys_clock_driver_init()
/Zephyr-latest/drivers/clock_control/
Dclock_control_smartbond.c42 extern int z_clock_hw_cycles_per_sec;
89 z_clock_hw_cycles_per_sec = lpc_clock_state.rcx_freq; in calibration_work_cb()
92 z_clock_hw_cycles_per_sec = lpc_clock_state.rc32k_freq; in calibration_work_cb()
455 z_clock_hw_cycles_per_sec = lpc_clock_state.rcx_freq; in z_smartbond_select_lp_clk()
458 z_clock_hw_cycles_per_sec = lpc_clock_state.rc32k_freq; in z_smartbond_select_lp_clk()
461 z_clock_hw_cycles_per_sec = 32768; in z_smartbond_select_lp_clk()
/Zephyr-latest/kernel/
Dtimeout.c32 int z_clock_hw_cycles_per_sec = CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC; variable
/Zephyr-latest/include/zephyr/sys/
Dtime_units.h59 extern int z_clock_hw_cycles_per_sec; in z_impl_sys_clock_hw_cycles_per_sec_runtime_get()
61 return z_clock_hw_cycles_per_sec; in z_impl_sys_clock_hw_cycles_per_sec_runtime_get()