Searched refs:frq (Results 1 – 2 of 2) sorted by relevance
/u-boot/arch/arm/cpu/armv7/ |
A D | arch_timer.c | 20 u32 frq; in read_cntfrq() local 22 asm volatile("mrc p15, 0, %0, c14, c0, 0" : "=r" (frq)); in read_cntfrq() 23 return frq; in read_cntfrq()
|
/u-boot/arch/arm/mach-stm32mp/ |
A D | psci.c | 39 u32 frq; in cp15_read_cntfrq() local 41 asm volatile("mrc p15, 0, %0, c14, c0, 0" : "=r" (frq)); in cp15_read_cntfrq() 43 return frq; in cp15_read_cntfrq() 46 static void __secure cp15_write_cntfrq(u32 frq) in cp15_write_cntfrq() argument 48 asm volatile ("mcr p15, 0, %0, c14, c0, 0" : : "r" (frq)); in cp15_write_cntfrq()
|
Completed in 3 milliseconds