Searched refs:cntfrq (Results 1 – 4 of 4) sorted by relevance
43 u64 cntfrq; in __usec_to_tick() local45 asm volatile("mrs %0, cntfrq_el0" : "=r" (cntfrq)); in __usec_to_tick()46 tick *= cntfrq; in __usec_to_tick()
21 unsigned long cntfrq; in get_tbclk() local22 asm volatile("mrs %0, cntfrq_el0" : "=r" (cntfrq)); in get_tbclk()23 return cntfrq; in get_tbclk()
179 static u32 __secure_data cntfrq; variable229 cp15_write_cntfrq(cntfrq); in psci_arch_cpu_entry()300 cntfrq = cp15_read_cntfrq(); in psci_cpu_on()
1190 unsigned long cntfrq = COUNTER_FREQUENCY_REAL; in timer_init() local1194 asm volatile("msr cntfrq_el0, %0" : : "r" (cntfrq) : "memory"); in timer_init()
Completed in 10 milliseconds