Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/arm/cpu/sa1100/
H A Dtimer.c18 return get_timer_masked (); in get_timer()
26 ulong get_timer_masked (void) in get_timer_masked() function
46 endtime = get_timer_masked () + tmo; in udelay_masked()
49 ulong now = get_timer_masked (); in udelay_masked()
/OK3568_Linux_fs/u-boot/arch/arm/cpu/arm920t/imx/
H A Dtimer.c42 return get_timer_masked() - base; in get_timer()
45 ulong get_timer_masked (void) in get_timer_masked() function
52 ulong endtime = get_timer_masked() + usec; in udelay_masked()
56 ulong now = get_timer_masked (); in udelay_masked()
/OK3568_Linux_fs/u-boot/board/armltd/integrator/
H A Dtimer.c99 return get_timer_masked () - base_ticks; in get_timer()
111 tmp = get_timer_masked(); /* get current timestamp */ in __udelay()
114 while (get_timer_masked () < tmo) {/* loop till event */ in __udelay()
121 ulong get_timer_masked (void) in get_timer_masked() function
/OK3568_Linux_fs/u-boot/arch/arm/mach-stm32/stm32f7/
H A Dtimer.c56 return (get_timer_masked() / GPT_RESOLUTION) - base; in get_timer()
62 ulong start = get_timer_masked(); in __udelay()
71 while ((ulong) (get_timer_masked() - start) < tmo) in __udelay()
75 ulong get_timer_masked(void) in get_timer_masked() function
/OK3568_Linux_fs/u-boot/arch/arm/cpu/armv7/stv0991/
H A Dtimer.c58 return (get_timer_masked() / GPT_RESOLUTION) - base; in get_timer()
64 ulong start = get_timer_masked(); in __udelay()
73 while ((ulong) (get_timer_masked() - start) < tmo) in __udelay()
77 ulong get_timer_masked(void) in get_timer_masked() function
/OK3568_Linux_fs/u-boot/arch/arm/cpu/arm926ejs/spear/
H A Dtimer.c67 return (get_timer_masked() / GPT_RESOLUTION) - base; in get_timer()
73 ulong start = get_timer_masked(); in __udelay()
82 while ((ulong) (get_timer_masked() - start) < tmo) in __udelay()
86 ulong get_timer_masked(void) in get_timer_masked() function
/OK3568_Linux_fs/u-boot/arch/arm/cpu/arm926ejs/armada100/
H A Dtimer.c65 ulong get_timer_masked(void) in get_timer_masked() function
83 return ((get_timer_masked() / (CONFIG_SYS_HZ_CLOCK / 1000)) - in get_timer()
93 endtime = get_timer_masked() + delayticks; in __udelay()
95 while (get_timer_masked() < endtime); in __udelay()
/OK3568_Linux_fs/u-boot/arch/arm/cpu/armv7/vf610/
H A Dtimer.c61 ulong get_timer_masked(void) in get_timer_masked() function
68 return get_timer_masked() - base; in get_timer()
/OK3568_Linux_fs/u-boot/arch/arm/cpu/arm920t/ep93xx/
H A Dtimer.c70 unsigned long get_timer_masked(void) in get_timer_masked() function
77 return get_timer_masked() - base; in get_timer()
/OK3568_Linux_fs/u-boot/arch/arm/mach-omap2/
H A Dtimer.c52 return get_timer_masked() - base; in get_timer()
71 ulong get_timer_masked(void) in get_timer_masked() function
/OK3568_Linux_fs/u-boot/arch/arm/cpu/armv7/ls102xa/
H A Dtimer.c94 unsigned long get_timer_masked(void) in get_timer_masked() function
101 return get_timer_masked() - base; in get_timer()
/OK3568_Linux_fs/u-boot/arch/arm/mach-imx/
H A Dsyscounter.c93 ulong get_timer_masked(void) in get_timer_masked() function
100 return get_timer_masked() - base; in get_timer()
/OK3568_Linux_fs/u-boot/arch/arm/cpu/armv7/sunxi/
H A Dtimer.c61 return get_timer_masked() - base; in get_timer()
64 ulong get_timer_masked(void) in get_timer_masked() function
/OK3568_Linux_fs/u-boot/arch/arm/mach-at91/arm920t/
H A Dtimer.c59 return get_timer_masked() - base; in get_timer()
86 ulong get_timer_masked(void) in get_timer_masked() function
/OK3568_Linux_fs/u-boot/arch/arm/cpu/arm926ejs/mxs/
H A Dtimer.c114 ulong get_timer_masked(void) in get_timer_masked() function
121 return get_timer_masked() - base; in get_timer()
/OK3568_Linux_fs/u-boot/arch/arm/cpu/arm926ejs/mx27/
H A Dtimer.c130 ulong get_timer_masked(void) in get_timer_masked() function
143 return get_timer_masked() - base; in get_timer()
/OK3568_Linux_fs/u-boot/arch/arm/mach-orion5x/
H A Dtimer.c82 ulong get_timer_masked(void) in get_timer_masked() function
101 return get_timer_masked() - base; in get_timer()
/OK3568_Linux_fs/u-boot/arch/nds32/cpu/n1213/ag101/
H A Dtimer.c91 ulong get_timer_masked(void) in get_timer_masked() function
137 return get_timer_masked() - base; in get_timer()
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/
H A Du-boot-arm.h46 ulong get_timer_masked (void);