Home
last modified time | relevance | path

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

/arch/arm/mach-socfpga/
A Dtimer_s10.c43 u64 cntfrq; in __usec_to_tick() local
45 asm volatile("mrs %0, cntfrq_el0" : "=r" (cntfrq)); in __usec_to_tick()
46 tick *= cntfrq; in __usec_to_tick()
/arch/arm/cpu/armv8/
A Dgeneric_timer.c21 unsigned long cntfrq; in get_tbclk() local
22 asm volatile("mrs %0, cntfrq_el0" : "=r" (cntfrq)); in get_tbclk()
23 return cntfrq; in get_tbclk()
/arch/arm/mach-stm32mp/stm32mp1/
A Dpsci.c179 static u32 __secure_data cntfrq; variable
229 cp15_write_cntfrq(cntfrq); in psci_arch_cpu_entry()
300 cntfrq = cp15_read_cntfrq(); in psci_cpu_on()
/arch/arm/cpu/armv8/fsl-layerscape/
A Dcpu.c1190 unsigned long cntfrq = COUNTER_FREQUENCY_REAL; in timer_init() local
1194 asm volatile("msr cntfrq_el0, %0" : : "r" (cntfrq) : "memory"); in timer_init()

Completed in 10 milliseconds