Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/
H A 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()
/openbmc/u-boot/arch/arm/cpu/arm926ejs/mx27/
H A 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()
/openbmc/u-boot/arch/arm/cpu/armv7/vf610/
H A 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()) - base; in get_timer()
/openbmc/u-boot/arch/arm/cpu/armv7/ls102xa/
H A 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()) - base; in get_timer()
/openbmc/u-boot/arch/arm/mach-imx/
H A Dsyscounter.c34 static inline unsigned long long tick_to_time(unsigned long long tick) in tick_to_time() function
96 return tick_to_time(get_ticks()) - base; in get_timer()
/openbmc/u-boot/arch/arm/cpu/arm926ejs/mxs/
H A Dtimer.c34 static inline unsigned long tick_to_time(unsigned long tick) in tick_to_time() function
115 return tick_to_time(get_ticks()) - base; in get_timer()