Home
last modified time | relevance | path

Searched refs:cntpct (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/arm/cpu/armv8/
H A Dgeneric_timer.c29 unsigned long cntpct; in timer_read_counter() local
35 asm volatile("mrs %0, cntpct_el0" : "=r" (cntpct)); in timer_read_counter()
38 while (temp != cntpct) { in timer_read_counter()
39 asm volatile("mrs %0, cntpct_el0" : "=r" (cntpct)); in timer_read_counter()
43 return cntpct; in timer_read_counter()
/OK3568_Linux_fs/u-boot/drivers/input/
H A Dkey-uclass.c35 uint64_t cntpct; in key_timer() local
37 cntpct = arch_counter_get_cntpct() / 24000UL; in key_timer()
38 return (cntpct > base) ? (cntpct - base) : 0; in key_timer()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/
H A Darm64_user_sysreg.h34 DEFINE_REG_READ_FUNC_(cntpct, uint64_t, cntpct_el0)
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/
H A Darm64_user_sysreg.h34 DEFINE_REG_READ_FUNC_(cntpct, uint64_t, cntpct_el0)
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/
H A Darm64_user_sysreg.h34 DEFINE_REG_READ_FUNC_(cntpct, uint64_t, cntpct_el0)
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/
H A Darm64_user_sysreg.h34 DEFINE_REG_READ_FUNC_(cntpct, uint64_t, cntpct_el0)