Home
last modified time | relevance | path

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

/external/u-boot/arch/arm/mach-rmobile/
Dtimer.c17 static u64 get_cpu_global_timer(void) in get_cpu_global_timer() function
38 u64 timer = get_cpu_global_timer(); in get_time_us()
64 start = get_cpu_global_timer(); in __udelay()
67 current = get_cpu_global_timer(); in __udelay()
78 return get_cpu_global_timer(); in get_ticks()