Home
last modified time | relevance | path

Searched refs:TIMER_LOAD_VAL (Results 1 – 19 of 19) sorted by relevance

/external/u-boot/arch/arm/cpu/arm926ejs/mxs/
Dtimer.c20 #define TIMER_LOAD_VAL 0xffff macro
22 #define TIMER_LOAD_VAL 0xffffffff macro
73 writel(TIMER_LOAD_VAL - 1, &timrot_regs->hw_timrot_timcount0); in timer_init()
75 writel(TIMER_LOAD_VAL, &timrot_regs->hw_timrot_fixed_count0); in timer_init()
106 timestamp += (TIMER_LOAD_VAL - now) + lastdec; in get_ticks()
/external/u-boot/arch/arm/mach-orion5x/
Dtimer.c69 #define TIMER_LOAD_VAL 0xffffffff macro
92 (TIMER_LOAD_VAL / (CONFIG_SYS_TCLK / 1000)) - now; in get_timer_masked()
121 while ((TIMER_LOAD_VAL - delayticks) < uboot_cntr_val()) in __udelay()
137 writel(TIMER_LOAD_VAL, CNTMR_RELOAD_REG(UBOOT_CNTR)); in timer_init()
138 writel(TIMER_LOAD_VAL, CNTMR_VAL_REG(UBOOT_CNTR)); in timer_init()
/external/u-boot/board/armltd/integrator/
Dtimer.c25 #define TIMER_LOAD_VAL 0xFFFFFFFFL macro
28 #define TIMER_LOAD_VAL 0x0000FFFFL macro
57 *(volatile ulong *)(CONFIG_SYS_TIMERBASE + 0) = TIMER_LOAD_VAL; in timer_init()
107 total_count += lastdec + TIMER_LOAD_VAL + 1 - now; in get_timer_masked()
/external/u-boot/arch/arm/mach-socfpga/
Dtimer.c10 #define TIMER_LOAD_VAL 0xFFFFFFFF macro
19 writel(TIMER_LOAD_VAL, &timer_base->load_val); in timer_init()
20 writel(TIMER_LOAD_VAL, &timer_base->curr_val); in timer_init()
/external/u-boot/arch/arm/mach-mvebu/
Dtimer.c13 #define TIMER_LOAD_VAL 0xffffffff macro
28 writel(TIMER_LOAD_VAL, MVEBU_TIMER_BASE + 0x10); in timer_init()
29 writel(TIMER_LOAD_VAL, MVEBU_TIMER_BASE + 0x14); in timer_init()
/external/u-boot/arch/arm/cpu/armv7/sunxi/
Dtimer.c27 #define TIMER_LOAD_VAL 0xffffffff macro
51 writel(TIMER_LOAD_VAL, &timer->inter); in timer_init()
68 gd->arch.tbl += (TICKS_TO_HZ(TIMER_LOAD_VAL) in get_timer_masked()
92 tmo -= TIMER_LOAD_VAL - last + now; in __udelay()
/external/u-boot/arch/arm/mach-at91/arm920t/
Dtimer.c27 #define TIMER_LOAD_VAL (CONFIG_SYS_HZ_CLOCK/CONFIG_SYS_HZ) macro
45 writel(TIMER_LOAD_VAL, &tc->tc[0].rc); in timer_init()
69 gd->arch.tbl += now + TIMER_LOAD_VAL - gd->arch.lastinc; in get_timer_raw()
78 return get_timer_raw()/TIMER_LOAD_VAL; in get_timer_masked()
/external/u-boot/arch/nds32/cpu/n1213/ag101/
Dtimer.c36 writel(TIMER_LOAD_VAL, &tmr->timer3_load); in timer_init()
37 writel(TIMER_LOAD_VAL, &tmr->timer3_counter); in timer_init()
122 timestamp += lastdec + TIMER_LOAD_VAL - now; in get_timer_masked()
163 tmo -= TIMER_LOAD_VAL + last - now; in __udelay()
/external/u-boot/arch/arm/cpu/armv7/vf610/
Dtimer.c17 #define TIMER_LOAD_VAL 0xffffffff macro
39 __raw_writel(TIMER_LOAD_VAL, &cur_pit->ldval1); in timer_init()
51 ulong now = TIMER_LOAD_VAL - __raw_readl(&cur_pit->cval1); in get_ticks()
/external/u-boot/arch/arm/mach-at91/armv7/
Dtimer.c35 #define TIMER_LOAD_VAL 0xfffff macro
48 writel(TIMER_LOAD_VAL | AT91_PIT_MR_EN , &pit->mr); in timer_init()
/external/u-boot/arch/arm/mach-at91/arm926ejs/
Dtimer.c32 #define TIMER_LOAD_VAL 0xfffff macro
44 writel(TIMER_LOAD_VAL | AT91_PIT_MR_EN , &pit->mr); in timer_init()
/external/u-boot/arch/arm/cpu/arm926ejs/armada100/
Dtimer.c44 #define TIMER_LOAD_VAL 0xffffffff macro
74 gd->arch.tbu += now + TIMER_LOAD_VAL - gd->arch.tbl; in get_timer_masked()
114 writel(TIMER_LOAD_VAL, &armd1timers->match[MATCH_CMP(0)]); in timer_init()
/external/u-boot/arch/arm/mach-omap2/
Dtimer.c35 #define TIMER_LOAD_VAL 0 macro
40 writel(TIMER_LOAD_VAL, &timer_base->tldr); in timer_init()
/external/u-boot/arch/arm/mach-davinci/
Dtimer.c34 #define TIMER_LOAD_VAL 0xffffffff macro
45 writel(TIMER_LOAD_VAL, &timer->prd34); in timer_init()
/external/u-boot/drivers/timer/
Dag101p_timer.c82 writel(TIMER_LOAD_VAL, &regs->t3_match1); in atftmr_timer_probe()
83 writel(TIMER_LOAD_VAL, &regs->t3_match2); in atftmr_timer_probe()
/external/u-boot/include/configs/
Dsocfpga_arria10_socdk.h32 #define TIMER_LOAD_VAL 0xFFFFFFFF macro
Dadp-ae3xx.h55 #define TIMER_LOAD_VAL 0xffffffff macro
Dadp-ag101p.h57 #define TIMER_LOAD_VAL 0xffffffff macro
/external/u-boot/arch/arm/mach-zynq/
Dtimer.c54 #define TIMER_LOAD_VAL 0xFFFFFFFF macro