Home
last modified time | relevance | path

Searched refs:cntfrq (Results 1 – 3 of 3) sorted by relevance

/u-boot/arch/arm/cpu/armv8/
A Dgeneric_timer.c22 unsigned long cntfrq; in get_tbclk() local
23 asm volatile("mrs %0, cntfrq_el0" : "=r" (cntfrq)); in get_tbclk()
24 return cntfrq; in get_tbclk()
/u-boot/arch/arm/mach-stm32mp/
A Dpsci.c35 static u32 __secure_data cntfrq; variable
85 cp15_write_cntfrq(cntfrq); in psci_arch_cpu_entry()
155 cntfrq = cp15_read_cntfrq(); in psci_cpu_on()
/u-boot/arch/arm/cpu/armv8/fsl-layerscape/
A Dcpu.c1192 unsigned long cntfrq = COUNTER_FREQUENCY_REAL; in timer_init() local
1196 asm volatile("msr cntfrq_el0, %0" : : "r" (cntfrq) : "memory"); in timer_init()

Completed in 6 milliseconds