Searched refs:read_cntfrq_el0 (Results 1 – 15 of 15) sorted by relevance
37 counter_freq = read_cntfrq_el0(); in set_cnt_freq()
25 freq = read_cntfrq_el0(); in rcar_micro_delay()
34 cval = read_cntpct_el0() + (read_cntfrq_el0() >> 1); in tsp_generic_timer_start()
23 return ((uint64_t)us * (uint64_t)read_cntfrq_el0()) / 1000000ULL; in timeout_cnt_us2cnt()
68 sys_counter_freq_in_hz = read_cntfrq_el0(); in plat_get_syscnt_freq2()
25 return (cntpct * 1000ULL / read_cntfrq_el0() - start); in get_timer_val()
59 residency_div = read_cntfrq_el0() / MHZ_TICKS_PER_SEC; in PMF_DECLARE_GET_TIMESTAMP()
80 cntfrq_core0 = read_cntfrq_el0(); in stm32_pwr_domain_on()
104 counter_freq = read_cntfrq_el0(); in bl31_early_platform_setup2()
123 return (unsigned int)read_cntfrq_el0(); in plat_get_syscnt_freq2()
313 return read_cntfrq_el0(); in plat_get_syscnt_freq2()
73 return read_cntfrq_el0(); in plat_get_syscnt_freq2()
335 freq = read_cntfrq_el0(); in rcar_pwrc_set_self_refresh()
439 #define read_cntfrq_el0() read_cntfrq() macro
625 to_wait = read_cntfrq_el0() * us / 1000000; in pmusram_udelay()