Home
last modified time | relevance | path

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

/u-boot/arch/arm/cpu/sa1100/
A Dtimer.c17 static ulong get_timer_masked (void) in get_timer_masked() function
24 return get_timer_masked (); in get_timer()
42 endtime = get_timer_masked () + tmo; in __udelay()
45 ulong now = get_timer_masked (); in __udelay()
/u-boot/arch/arm/cpu/arm920t/imx/
A Dtimer.c42 static ulong get_timer_masked (void) in get_timer_masked() function
49 return get_timer_masked() - base; in get_timer()
54 ulong endtime = get_timer_masked() + usec; in __udelay()
58 ulong now = get_timer_masked (); in __udelay()
/u-boot/arch/arm/cpu/armv7/stv0991/
A Dtimer.c28 static ulong get_timer_masked(void);
63 return (get_timer_masked() / GPT_RESOLUTION) - base; in get_timer()
69 ulong start = get_timer_masked(); in __udelay()
78 while ((ulong) (get_timer_masked() - start) < tmo) in __udelay()
82 static ulong get_timer_masked(void) in get_timer_masked() function
/u-boot/arch/arm/cpu/arm926ejs/spear/
A Dtimer.c29 static ulong get_timer_masked(void);
73 return (get_timer_masked() / GPT_RESOLUTION) - base; in get_timer()
79 ulong start = get_timer_masked(); in __udelay()
88 while ((ulong) (get_timer_masked() - start) < tmo) in __udelay()
92 static ulong get_timer_masked(void) in get_timer_masked() function
/u-boot/board/armltd/integrator/
A Dtimer.c101 static ulong get_timer_masked (void) in get_timer_masked() function
124 return get_timer_masked () - base_ticks; in get_timer()
136 tmp = get_timer_masked(); /* get current timestamp */ in __udelay()
139 while (get_timer_masked () < tmo) {/* loop till event */ in __udelay()
/u-boot/arch/arm/mach-nexell/
A Dtimer.c56 unsigned long get_timer_masked(void);
167 unsigned long time = get_timer_masked(); in get_timer()
191 unsigned long get_timer_masked(void) in get_timer_masked() function
241 tmp = get_timer_masked(); /* get current timestamp */ in __udelay()
256 tmp = get_timer_masked(); in __udelay()
279 endtime = get_timer_masked() + tmo; in udelay_masked()
282 unsigned long now = get_timer_masked(); in udelay_masked()
290 return get_timer_masked(); in get_ticks()
/u-boot/arch/arm/mach-omap2/
A Dtimer.c30 static ulong get_timer_masked(void);
56 return get_timer_masked() - base; in get_timer()
75 static ulong get_timer_masked(void) in get_timer_masked() function
/u-boot/arch/arm/cpu/arm926ejs/armada100/
A Dtimer.c69 static ulong get_timer_masked(void) in get_timer_masked() function
87 return ((get_timer_masked() / (CONFIG_SYS_HZ_CLOCK / 1000)) - in get_timer()
97 endtime = get_timer_masked() + delayticks; in __udelay()
99 while (get_timer_masked() < endtime); in __udelay()
/u-boot/arch/arm/cpu/armv7/sunxi/
A Dtimer.c62 static ulong get_timer_masked(void) in get_timer_masked() function
81 return get_timer_masked() - base; in get_timer()
/u-boot/arch/arm/mach-at91/arm920t/
A Dtimer.c79 static ulong get_timer_masked(void) in get_timer_masked() function
86 return get_timer_masked() - base; in get_timer()
/u-boot/arch/arm/cpu/arm926ejs/mx27/
A Dtimer.c134 static ulong get_timer_masked(void) in get_timer_masked() function
147 return get_timer_masked() - base; in get_timer()
/u-boot/arch/nds32/cpu/n1213/ag101/
A Dtimer.c95 ulong get_timer_masked(void) in get_timer_masked() function
141 return get_timer_masked() - base; in get_timer()
/u-boot/arch/arm/mach-orion5x/
A Dtimer.c85 static ulong get_timer_masked(void) in get_timer_masked() function
104 return get_timer_masked() - base; in get_timer()

Completed in 18 milliseconds