Searched refs:read_cntfrq_el0 (Results 1 – 11 of 11) sorted by relevance
15 return read_cntpct_el0() * 1000 / read_cntfrq_el0() - start; in ls_get_timer()
25 freq = read_cntfrq_el0(); in rcar_micro_delay()
32 return ((uint64_t)us * (uint64_t)read_cntfrq_el0()) / 1000000ULL; in timeout_cnt_us2cnt()
34 cval = read_cntpct_el0() + (read_cntfrq_el0() >> 1); in tsp_generic_timer_start()
62 g_qti_cpu_cntfrq = read_cntfrq_el0(); in bl31_early_platform_setup()
29 return read_cntfrq_el0(); in plat_get_syscnt_freq2()
25 return (cntpct * 1000ULL / read_cntfrq_el0() - start); in get_timer_val()
53 residency_div = read_cntfrq_el0() / MHZ_TICKS_PER_SEC; in PMF_DECLARE_GET_TIMESTAMP()
79 cntfrq_core0 = read_cntfrq_el0(); in stm32_pwr_domain_on()
364 counter_freq = read_cntfrq_el0(); in zynqmp_config_setup()
396 #define read_cntfrq_el0() read_cntfrq() macro
Completed in 13 milliseconds