Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/cpu/sa1100/
H A Dtimer.c15 static ulong get_timer_masked (void) in get_timer_masked() function
22 return get_timer_masked (); in get_timer()
40 endtime = get_timer_masked () + tmo; in __udelay()
43 ulong now = get_timer_masked (); in __udelay()
/openbmc/u-boot/arch/arm/cpu/armv7/stv0991/
H A Dtimer.c24 static ulong get_timer_masked(void);
59 return (get_timer_masked() / GPT_RESOLUTION) - base; in get_timer()
65 ulong start = get_timer_masked(); in __udelay()
74 while ((ulong) (get_timer_masked() - start) < tmo) in __udelay()
78 static ulong get_timer_masked(void) in get_timer_masked() function
/openbmc/u-boot/arch/arm/cpu/arm920t/imx/
H A Dtimer.c39 static ulong get_timer_masked (void) in get_timer_masked() function
46 return get_timer_masked() - base; in get_timer()
51 ulong endtime = get_timer_masked() + usec; in __udelay()
55 ulong now = get_timer_masked (); in __udelay()
/openbmc/u-boot/arch/arm/cpu/arm926ejs/spear/
H A Dtimer.c24 static ulong get_timer_masked(void);
68 return (get_timer_masked() / GPT_RESOLUTION) - base; in get_timer()
74 ulong start = get_timer_masked(); in __udelay()
83 while ((ulong) (get_timer_masked() - start) < tmo) in __udelay()
87 static ulong get_timer_masked(void) in get_timer_masked() function
/openbmc/u-boot/board/armltd/integrator/
H A Dtimer.c99 static ulong get_timer_masked (void) in get_timer_masked() function
122 return get_timer_masked () - base_ticks; in get_timer()
134 tmp = get_timer_masked(); /* get current timestamp */ in __udelay()
137 while (get_timer_masked () < tmo) {/* loop till event */ in __udelay()
/openbmc/u-boot/arch/arm/mach-omap2/
H A Dtimer.c26 static ulong get_timer_masked(void);
52 return get_timer_masked() - base; in get_timer()
71 static ulong get_timer_masked(void) in get_timer_masked() function
/openbmc/u-boot/arch/arm/cpu/arm926ejs/armada100/
H A Dtimer.c64 static ulong get_timer_masked(void) in get_timer_masked() function
82 return ((get_timer_masked() / (CONFIG_SYS_HZ_CLOCK / 1000)) - in get_timer()
92 endtime = get_timer_masked() + delayticks; in __udelay()
94 while (get_timer_masked() < endtime); in __udelay()
/openbmc/u-boot/arch/arm/cpu/armv7/sunxi/
H A Dtimer.c58 static ulong get_timer_masked(void) in get_timer_masked() function
77 return get_timer_masked() - base; in get_timer()
/openbmc/u-boot/arch/arm/mach-at91/arm920t/
H A Dtimer.c75 static ulong get_timer_masked(void) in get_timer_masked() function
82 return get_timer_masked() - base; in get_timer()
/openbmc/u-boot/arch/arm/cpu/arm926ejs/mx27/
H A Dtimer.c129 static ulong get_timer_masked(void) in get_timer_masked() function
142 return get_timer_masked() - base; in get_timer()
/openbmc/u-boot/arch/nds32/cpu/n1213/ag101/
H A Dtimer.c90 ulong get_timer_masked(void) in get_timer_masked() function
136 return get_timer_masked() - base; in get_timer()
/openbmc/u-boot/arch/arm/mach-orion5x/
H A Dtimer.c81 static ulong get_timer_masked(void) in get_timer_masked() function
100 return get_timer_masked() - base; in get_timer()