Home
last modified time | relevance | path

Searched defs:now (Results 1 – 25 of 37) sorted by relevance

12

/u-boot/arch/nds32/cpu/n1213/ag101/
A Dtimer.c101 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 Dtimer.c63 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 Dtimer.c63 u32 now; in get_timer_raw() local
102 u32 now = get_timer_raw(); in __udelay() local
/u-boot/drivers/rtc/
A Di2c_rtc_emul.c80 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 Dftrtc010.c78 unsigned long now; in rtc_get() local
100 unsigned long now; in rtc_set() local
A Dimxdi.c183 unsigned long now; in rtc_get() local
201 unsigned long now; in rtc_set() local
A Demul_rtc.c32 u64 now; in emul_rtc_get() local
/u-boot/arch/arm/cpu/armv7/sunxi/
A Dtimer.c65 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 Drtc.c61 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 Dtimer.c45 ulong now = get_timer_masked (); in __udelay() local
/u-boot/arch/m68k/cpu/mcf547x_8x/
A Dslicetimer.c34 u32 now, freq; in __udelay() local
/u-boot/arch/arm/cpu/arm920t/imx/
A Dtimer.c58 ulong now = get_timer_masked (); in __udelay() local
/u-boot/arch/arm/cpu/armv7/vf610/
A Dtimer.c54 ulong now = TIMER_LOAD_VAL - __raw_readl(&cur_pit->cval1); in get_ticks() local
/u-boot/arch/arm/mach-davinci/
A Dtimer.c61 unsigned long now = readl(&timer->tim34); in get_ticks() local
/u-boot/arch/m68k/lib/
A Dtime.c41 uint start, now, tmp; in __udelay() local
/u-boot/arch/arm/cpu/armv7/stv0991/
A Dtimer.c84 ulong now = READ_TIMER(); in get_timer_masked() local
/u-boot/arch/arm/cpu/arm926ejs/spear/
A Dtimer.c94 ulong now = READ_TIMER(); in get_timer_masked() local
/u-boot/board/armltd/integrator/
A Dtimer.c104 unsigned long long now = READ_TIMER; in get_timer_masked() local
/u-boot/arch/arm/mach-imx/
A Dsyscounter.c88 unsigned long long now; in get_ticks() local
/u-boot/arch/arm/cpu/armv7/s5p-common/
A Dtimer.c73 ulong now = timer_get_us_down(); in get_timer() local
/u-boot/arch/arm/cpu/armv7/ls102xa/
A Dtimer.c87 unsigned long long now; in get_ticks() local
/u-boot/arch/arm/cpu/arm926ejs/mxs/
A Dtimer.c88 uint32_t now; in get_ticks() local
/u-boot/drivers/watchdog/
A Dwdt-uclass.c123 ulong now; in watchdog_reset() local
/u-boot/arch/arm/cpu/arm920t/ep93xx/
A Dtimer.c46 const unsigned long now = TIMER_MAX_VAL - readl(&timer_regs->timer3.value); in read_timer() local
/u-boot/arch/arm/cpu/armv7m/
A Dsystick-timer.c104 u32 now = read_timer(); in get_ticks() local

Completed in 15 milliseconds

12