Searched refs:cntfrq (Results 1 – 3 of 3) sorted by relevance
22 unsigned long cntfrq; in get_tbclk() local23 asm volatile("mrs %0, cntfrq_el0" : "=r" (cntfrq)); in get_tbclk()24 return cntfrq; in get_tbclk()
35 static u32 __secure_data cntfrq; variable85 cp15_write_cntfrq(cntfrq); in psci_arch_cpu_entry()155 cntfrq = cp15_read_cntfrq(); in psci_cpu_on()
1192 unsigned long cntfrq = COUNTER_FREQUENCY_REAL; in timer_init() local1196 asm volatile("msr cntfrq_el0, %0" : : "r" (cntfrq) : "memory"); in timer_init()
Completed in 6 milliseconds