| /OK3568_Linux_fs/u-boot/arch/arm/cpu/sa1100/ |
| H A D | timer.c | 18 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 D | timer.c | 42 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 D | timer.c | 99 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 D | timer.c | 56 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 D | timer.c | 58 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 D | timer.c | 67 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 D | timer.c | 65 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 D | timer.c | 61 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 D | timer.c | 70 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 D | timer.c | 52 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 D | timer.c | 94 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 D | syscounter.c | 93 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 D | timer.c | 61 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 D | timer.c | 59 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 D | timer.c | 114 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 D | timer.c | 130 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 D | timer.c | 82 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 D | timer.c | 91 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 D | u-boot-arm.h | 46 ulong get_timer_masked (void);
|