Searched refs:read_cntfrq_el0 (Results 1 – 7 of 7) 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()
53 residency_div = read_cntfrq_el0() / MHZ_TICKS_PER_SEC; in PMF_DECLARE_GET_TIMESTAMP()
393 #define read_cntfrq_el0() read_cntfrq() macro