Home
last modified time | relevance | path

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

/external/u-boot/arch/arm/cpu/arm926ejs/mx27/
Dtimer.c40 static inline unsigned long long tick_to_time(unsigned long long tick) in tick_to_time() function
66 static inline unsigned long long tick_to_time(unsigned long long tick) in tick_to_time() function
137 return tick_to_time(get_ticks()); in get_timer_masked()
/external/u-boot/lib/
Dtime.c117 static uint64_t notrace tick_to_time(uint64_t tick) in tick_to_time() function
134 return tick_to_time(get_ticks()) - base; in get_timer()
139 return tick_to_time(get_ticks() * 1000); in timer_get_us()
/external/u-boot/arch/arm/cpu/armv7/vf610/
Dtimer.c18 static inline unsigned long long tick_to_time(unsigned long long tick) in tick_to_time() function
62 return tick_to_time(get_ticks()); in get_timer_masked()
/external/u-boot/arch/arm/cpu/armv7/ls102xa/
Dtimer.c31 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()
/external/u-boot/arch/arm/mach-imx/
Dsyscounter.c34 static inline unsigned long long tick_to_time(unsigned long long tick) in tick_to_time() function
94 return tick_to_time(get_ticks()); in get_timer_masked()
/external/u-boot/arch/arm/cpu/arm926ejs/mxs/
Dtimer.c34 static inline unsigned long tick_to_time(unsigned long tick) in tick_to_time() function
115 return tick_to_time(get_ticks()); in get_timer_masked()