Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/lib/
H A Dtime.c118 static uint64_t notrace tick_to_time(uint64_t tick) in tick_to_time() function
135 return tick_to_time(get_ticks()) - base; in get_timer()
140 return tick_to_time(get_ticks() * 1000); in timer_get_us()
/OK3568_Linux_fs/u-boot/arch/arm/cpu/arm926ejs/mx27/
H A Dtimer.c41 static inline unsigned long long tick_to_time(unsigned long long tick) in tick_to_time() function
67 static inline unsigned long long tick_to_time(unsigned long long tick) in tick_to_time() function
138 return tick_to_time(get_ticks()); in get_timer_masked()
/OK3568_Linux_fs/u-boot/arch/arm/cpu/armv7/vf610/
H A Dtimer.c19 static inline unsigned long long tick_to_time(unsigned long long tick) in tick_to_time() function
63 return tick_to_time(get_ticks()); in get_timer_masked()
/OK3568_Linux_fs/u-boot/arch/arm/cpu/armv7/ls102xa/
H A Dtimer.c32 static inline unsigned long long tick_to_time(unsigned long long tick) in tick_to_time() function
96 return tick_to_time(get_ticks()); in get_timer_masked()
/OK3568_Linux_fs/u-boot/arch/arm/mach-imx/
H A Dsyscounter.c35 static inline unsigned long long tick_to_time(unsigned long long tick) in tick_to_time() function
95 return tick_to_time(get_ticks()); in get_timer_masked()
/OK3568_Linux_fs/u-boot/arch/arm/cpu/arm926ejs/mxs/
H A Dtimer.c35 static inline unsigned long tick_to_time(unsigned long tick) in tick_to_time() function
116 return tick_to_time(get_ticks()); in get_timer_masked()