Home
last modified time | relevance | path

Searched refs:cntfrq_el0 (Results 1 – 2 of 2) sorted by relevance

/Zephyr-Core-3.7.0/include/zephyr/arch/arm64/
Dtimer.h30 uint64_t cntfrq_el0 = read_cntfrq_el0(); in arm_arch_timer_init() local
32 __ASSERT(cntfrq_el0 < INT_MAX, "cntfrq_el0 cannot fit in system 'int'"); in arm_arch_timer_init()
33 z_clock_hw_cycles_per_sec = (int) cntfrq_el0; in arm_arch_timer_init()
Dlib_helpers.h58 MAKE_REG_HELPER(cntfrq_el0);