Searched refs:get_timer_masked (Results 1 - 6 of 6) sorted by relevance

/u-boot/board/armltd/integrator/
H A Dtimer.c101 static ulong get_timer_masked (void) function
124 return get_timer_masked () - base_ticks;
136 tmp = get_timer_masked(); /* get current timestamp */
139 while (get_timer_masked () < tmo) {/* loop till event */
/u-boot/arch/arm/mach-omap2/
H A Dtimer.c31 static ulong get_timer_masked(void);
57 return get_timer_masked() - base;
76 static ulong get_timer_masked(void) function
/u-boot/arch/arm/mach-nexell/
H A Dtimer.c56 unsigned long get_timer_masked(void);
167 unsigned long time = get_timer_masked();
191 unsigned long get_timer_masked(void) function
241 tmp = get_timer_masked(); /* get current timestamp */
256 tmp = get_timer_masked();
279 endtime = get_timer_masked() + tmo;
282 unsigned long now = get_timer_masked();
290 return get_timer_masked();
/u-boot/arch/arm/mach-sunxi/
H A Dtimer.c62 static ulong get_timer_masked(void) function
82 return get_timer_masked() - base;
/u-boot/arch/arm/mach-at91/arm920t/
H A Dtimer.c79 static ulong get_timer_masked(void) function
86 return get_timer_masked() - base;
/u-boot/arch/arm/mach-orion5x/
H A Dtimer.c85 static ulong get_timer_masked(void) function
104 return get_timer_masked() - base;

Completed in 89 milliseconds