/external/u-boot/arch/arm/cpu/sa1100/ |
D | timer.c | 17 return get_timer_masked (); in get_timer() 25 ulong get_timer_masked (void) in get_timer_masked() function 45 endtime = get_timer_masked () + tmo; in udelay_masked() 48 ulong now = get_timer_masked (); in udelay_masked()
|
/external/u-boot/arch/arm/cpu/arm920t/imx/ |
D | timer.c | 41 return get_timer_masked() - base; in get_timer() 44 ulong get_timer_masked (void) in get_timer_masked() function 51 ulong endtime = get_timer_masked() + usec; in udelay_masked() 55 ulong now = get_timer_masked (); in udelay_masked()
|
/external/u-boot/board/armltd/integrator/ |
D | timer.c | 98 return get_timer_masked () - base_ticks; in get_timer() 110 tmp = get_timer_masked(); /* get current timestamp */ in __udelay() 113 while (get_timer_masked () < tmo) {/* loop till event */ in __udelay() 120 ulong get_timer_masked (void) in get_timer_masked() function
|
/external/u-boot/arch/arm/cpu/armv7/stv0991/ |
D | timer.c | 57 return (get_timer_masked() / GPT_RESOLUTION) - base; in get_timer() 63 ulong start = get_timer_masked(); in __udelay() 72 while ((ulong) (get_timer_masked() - start) < tmo) in __udelay() 76 ulong get_timer_masked(void) in get_timer_masked() function
|
/external/u-boot/arch/arm/cpu/arm926ejs/spear/ |
D | timer.c | 66 return (get_timer_masked() / GPT_RESOLUTION) - base; in get_timer() 72 ulong start = get_timer_masked(); in __udelay() 81 while ((ulong) (get_timer_masked() - start) < tmo) in __udelay() 85 ulong get_timer_masked(void) in get_timer_masked() function
|
/external/u-boot/arch/arm/cpu/arm926ejs/armada100/ |
D | timer.c | 64 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()
|
/external/u-boot/arch/arm/cpu/armv7/vf610/ |
D | timer.c | 60 ulong get_timer_masked(void) in get_timer_masked() function 67 return get_timer_masked() - base; in get_timer()
|
/external/u-boot/arch/arm/cpu/arm920t/ep93xx/ |
D | timer.c | 69 unsigned long get_timer_masked(void) in get_timer_masked() function 76 return get_timer_masked() - base; in get_timer()
|
/external/u-boot/arch/arm/mach-omap2/ |
D | timer.c | 51 return get_timer_masked() - base; in get_timer() 70 ulong get_timer_masked(void) in get_timer_masked() function
|
/external/u-boot/arch/arm/cpu/armv7/ls102xa/ |
D | timer.c | 93 unsigned long get_timer_masked(void) in get_timer_masked() function 100 return get_timer_masked() - base; in get_timer()
|
/external/u-boot/arch/arm/mach-imx/ |
D | syscounter.c | 92 ulong get_timer_masked(void) in get_timer_masked() function 99 return get_timer_masked() - base; in get_timer()
|
/external/u-boot/arch/arm/cpu/armv7/sunxi/ |
D | timer.c | 60 return get_timer_masked() - base; in get_timer() 63 ulong get_timer_masked(void) in get_timer_masked() function
|
/external/u-boot/arch/arm/mach-at91/arm920t/ |
D | timer.c | 58 return get_timer_masked() - base; in get_timer() 85 ulong get_timer_masked(void) in get_timer_masked() function
|
/external/u-boot/arch/arm/cpu/arm926ejs/mxs/ |
D | timer.c | 113 ulong get_timer_masked(void) in get_timer_masked() function 120 return get_timer_masked() - base; in get_timer()
|
/external/u-boot/arch/arm/cpu/arm926ejs/mx27/ |
D | timer.c | 129 ulong get_timer_masked(void) in get_timer_masked() function 142 return get_timer_masked() - base; in get_timer()
|
/external/u-boot/arch/nds32/cpu/n1213/ag101/ |
D | timer.c | 90 ulong get_timer_masked(void) in get_timer_masked() function 136 return get_timer_masked() - base; in get_timer()
|
/external/u-boot/arch/arm/mach-orion5x/ |
D | timer.c | 81 ulong get_timer_masked(void) in get_timer_masked() function 100 return get_timer_masked() - base; in get_timer()
|
/external/u-boot/arch/arm/include/asm/ |
D | u-boot-arm.h | 44 ulong get_timer_masked (void);
|