Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/arm/mach-rmobile/
H A Dtimer.c18 static u64 get_cpu_global_timer(void) in get_cpu_global_timer() function
39 u64 timer = get_cpu_global_timer(); in get_time_us()
65 start = get_cpu_global_timer(); in __udelay()
68 current = get_cpu_global_timer(); in __udelay()
79 return get_cpu_global_timer(); in get_ticks()