Home
last modified time | relevance | path

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

12

/rk3399_rockchip-uboot/arch/nds32/cpu/n1213/ag101/
H A Dtimer.c97 ulong now = readl(&tmr->timer3_counter) / (TIMER_CLOCK / CONFIG_SYS_HZ); in get_timer_masked() local
99 ulong now = readl(&tmr->timer3_counter) / in get_timer_masked() local
156 unsigned long now, last = readl(&tmr->timer3_counter); in __udelay() local
/rk3399_rockchip-uboot/arch/arm/mach-omap2/
H A Dtimer.c59 unsigned long now, last = readl(&timer_base->tcrr); in __udelay() local
74 ulong now = readl(&timer_base->tcrr) / (TIMER_CLOCK / CONFIG_SYS_HZ); in get_timer_masked() local
/rk3399_rockchip-uboot/arch/arm/mach-at91/arm920t/
H A Dtimer.c70 u32 now; in get_timer_raw() local
104 u32 now = get_timer_raw(); in udelay_masked() local
/rk3399_rockchip-uboot/drivers/rtc/
H A Di2c_rtc_emul.c81 struct rtc_time now; in reset_time() local
93 long now; in sandbox_i2c_rtc_get() local
109 long now; in sandbox_i2c_rtc_set() local
H A Dftrtc010.c78 unsigned long now; in rtc_get() local
100 unsigned long now; in rtc_set() local
H A Dimxdi.c185 unsigned long now; in rtc_get() local
203 unsigned long now; in rtc_set() local
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/sunxi/
H A Dtimer.c67 ulong now = TICKS_TO_HZ(read_timer()); in get_timer_masked() local
85 ulong now, last = read_timer(); in __udelay() local
/rk3399_rockchip-uboot/arch/m68k/lib/
H A Dtime.c37 uint start, now, tmp; in __udelay() local
157 unsigned short now, diff; in get_timer() local
/rk3399_rockchip-uboot/test/dm/
H A Drtc.c57 struct rtc_time now, time, cmp; in dm_test_rtc_set_get() local
122 struct rtc_time now; in dm_test_rtc_reset() local
/rk3399_rockchip-uboot/arch/m68k/cpu/mcf547x_8x/
H A Dslicetimer.c31 u32 now, freq; in __udelay() local
/rk3399_rockchip-uboot/arch/arm/cpu/sa1100/
H A Dtimer.c49 ulong now = get_timer_masked (); in udelay_masked() local
/rk3399_rockchip-uboot/arch/arm/cpu/arm920t/imx/
H A Dtimer.c56 ulong now = get_timer_masked (); in udelay_masked() local
/rk3399_rockchip-uboot/arch/arm/mach-davinci/
H A Dtimer.c58 unsigned long now = readl(&timer->tim34); in get_ticks() local
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/vf610/
H A Dtimer.c51 ulong now = TIMER_LOAD_VAL - __raw_readl(&cur_pit->cval1); in get_ticks() local
/rk3399_rockchip-uboot/arch/arm/mach-stm32/stm32f7/
H A Dtimer.c77 ulong now = READ_TIMER(); in get_timer_masked() local
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/stv0991/
H A Dtimer.c79 ulong now = READ_TIMER(); in get_timer_masked() local
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/s5p-common/
H A Dtimer.c69 ulong now = timer_get_us_down(); in get_timer() local
/rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/spear/
H A Dtimer.c88 ulong now = READ_TIMER(); in get_timer_masked() local
/rk3399_rockchip-uboot/drivers/watchdog/
H A Dtangier_wdt.c32 unsigned long now; in hw_watchdog_reset() local
/rk3399_rockchip-uboot/arch/arm/mach-imx/
H A Dsyscounter.c83 unsigned long long now; in get_ticks() local
/rk3399_rockchip-uboot/board/armltd/integrator/
H A Dtimer.c124 unsigned long long now = READ_TIMER; in get_timer_masked() local
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/ls102xa/
H A Dtimer.c84 unsigned long long now; in get_ticks() local
/rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/mxs/
H A Dtimer.c85 uint32_t now; in get_ticks() local
/rk3399_rockchip-uboot/arch/arm/cpu/armv7m/
H A Dsystick-timer.c101 u32 now = read_timer(); in get_ticks() local
/rk3399_rockchip-uboot/arch/arm/cpu/arm920t/ep93xx/
H A Dtimer.c44 const unsigned long now = TIMER_MAX_VAL - readl(&timer_regs->timer3.value); in read_timer() local

12