/u-boot/arch/nds32/cpu/n1213/ag101/ |
A D | timer.c | 101 ulong now = readl(&tmr->timer3_counter) / (TIMER_CLOCK / CONFIG_SYS_HZ); in get_timer_masked() local 103 ulong now = readl(&tmr->timer3_counter) / in get_timer_masked() local 160 unsigned long now, last = readl(&tmr->timer3_counter); in __udelay() local
|
/u-boot/arch/arm/mach-omap2/ |
A D | timer.c | 63 unsigned long now, last = readl(&timer_base->tcrr); in __udelay() local 78 ulong now = readl(&timer_base->tcrr) / (TIMER_CLOCK / CONFIG_SYS_HZ); in get_timer_masked() local
|
/u-boot/arch/arm/mach-at91/arm920t/ |
A D | timer.c | 63 u32 now; in get_timer_raw() local 102 u32 now = get_timer_raw(); in __udelay() local
|
/u-boot/drivers/rtc/ |
A D | i2c_rtc_emul.c | 80 struct rtc_time now; in reset_time() local 92 long now; in sandbox_i2c_rtc_get() local 110 long now; in sandbox_i2c_rtc_set() local
|
A D | ftrtc010.c | 78 unsigned long now; in rtc_get() local 100 unsigned long now; in rtc_set() local
|
A D | imxdi.c | 183 unsigned long now; in rtc_get() local 201 unsigned long now; in rtc_set() local
|
A D | emul_rtc.c | 32 u64 now; in emul_rtc_get() local
|
/u-boot/arch/arm/cpu/armv7/sunxi/ |
A D | timer.c | 65 ulong now = TICKS_TO_HZ(read_timer()); in get_timer_masked() local 88 ulong now, last = read_timer(); in __udelay() local
|
/u-boot/test/dm/ |
A D | rtc.c | 61 struct rtc_time now, time, cmp; in dm_test_rtc_set_get() local 240 struct rtc_time now; in dm_test_rtc_reset() local
|
/u-boot/arch/arm/cpu/sa1100/ |
A D | timer.c | 45 ulong now = get_timer_masked (); in __udelay() local
|
/u-boot/arch/m68k/cpu/mcf547x_8x/ |
A D | slicetimer.c | 34 u32 now, freq; in __udelay() local
|
/u-boot/arch/arm/cpu/arm920t/imx/ |
A D | timer.c | 58 ulong now = get_timer_masked (); in __udelay() local
|
/u-boot/arch/arm/cpu/armv7/vf610/ |
A D | timer.c | 54 ulong now = TIMER_LOAD_VAL - __raw_readl(&cur_pit->cval1); in get_ticks() local
|
/u-boot/arch/arm/mach-davinci/ |
A D | timer.c | 61 unsigned long now = readl(&timer->tim34); in get_ticks() local
|
/u-boot/arch/m68k/lib/ |
A D | time.c | 41 uint start, now, tmp; in __udelay() local
|
/u-boot/arch/arm/cpu/armv7/stv0991/ |
A D | timer.c | 84 ulong now = READ_TIMER(); in get_timer_masked() local
|
/u-boot/arch/arm/cpu/arm926ejs/spear/ |
A D | timer.c | 94 ulong now = READ_TIMER(); in get_timer_masked() local
|
/u-boot/board/armltd/integrator/ |
A D | timer.c | 104 unsigned long long now = READ_TIMER; in get_timer_masked() local
|
/u-boot/arch/arm/mach-imx/ |
A D | syscounter.c | 88 unsigned long long now; in get_ticks() local
|
/u-boot/arch/arm/cpu/armv7/s5p-common/ |
A D | timer.c | 73 ulong now = timer_get_us_down(); in get_timer() local
|
/u-boot/arch/arm/cpu/armv7/ls102xa/ |
A D | timer.c | 87 unsigned long long now; in get_ticks() local
|
/u-boot/arch/arm/cpu/arm926ejs/mxs/ |
A D | timer.c | 88 uint32_t now; in get_ticks() local
|
/u-boot/drivers/watchdog/ |
A D | wdt-uclass.c | 123 ulong now; in watchdog_reset() local
|
/u-boot/arch/arm/cpu/arm920t/ep93xx/ |
A D | timer.c | 46 const unsigned long now = TIMER_MAX_VAL - readl(&timer_regs->timer3.value); in read_timer() local
|
/u-boot/arch/arm/cpu/armv7m/ |
A D | systick-timer.c | 104 u32 now = read_timer(); in get_ticks() local
|