Searched refs:cntfrq (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/u-boot/arch/arm/cpu/armv8/ |
| H A D | generic_timer.c | 19 unsigned long cntfrq; in get_tbclk() local 20 asm volatile("mrs %0, cntfrq_el0" : "=r" (cntfrq)); in get_tbclk() 21 return cntfrq; in get_tbclk()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/ |
| H A D | arm64_user_sysreg.h | 33 DEFINE_REG_READ_FUNC_(cntfrq, uint32_t, cntfrq_el0)
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/ |
| H A D | arm64_user_sysreg.h | 33 DEFINE_REG_READ_FUNC_(cntfrq, uint32_t, cntfrq_el0)
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/ |
| H A D | arm64_user_sysreg.h | 33 DEFINE_REG_READ_FUNC_(cntfrq, uint32_t, cntfrq_el0)
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/ |
| H A D | arm64_user_sysreg.h | 33 DEFINE_REG_READ_FUNC_(cntfrq, uint32_t, cntfrq_el0)
|
| /OK3568_Linux_fs/u-boot/arch/arm/cpu/armv8/fsl-layerscape/ |
| H A D | cpu.c | 539 unsigned long cntfrq = COUNTER_FREQUENCY_REAL; in timer_init() local 543 asm volatile("msr cntfrq_el0, %0" : : "r" (cntfrq) : "memory"); in timer_init()
|