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.c19 #define TIMER_LOAD_VAL 0xffff macro
21 #define TIMER_LOAD_VAL 0xffffffff macro
72 writel(TIMER_LOAD_VAL - 1, &timrot_regs->hw_timrot_timcount0); in timer_init()
74 writel(TIMER_LOAD_VAL, &timrot_regs->hw_timrot_fixed_count0); in timer_init()
105 timestamp += (TIMER_LOAD_VAL - now) + lastdec; in get_ticks()
/external/u-boot/arch/arm/mach-orion5x/
Dtimer.c68 #define TIMER_LOAD_VAL 0xffffffff macro
91 (TIMER_LOAD_VAL / (CONFIG_SYS_TCLK / 1000)) - now; in get_timer_masked()
120 while ((TIMER_LOAD_VAL - delayticks) < uboot_cntr_val()) in __udelay()
136 writel(TIMER_LOAD_VAL, CNTMR_RELOAD_REG(UBOOT_CNTR)); in timer_init()
137 writel(TIMER_LOAD_VAL, CNTMR_VAL_REG(UBOOT_CNTR)); in timer_init()
/external/u-boot/board/armltd/integrator/
Dtimer.c24 #define TIMER_LOAD_VAL 0xFFFFFFFFL macro
27 #define TIMER_LOAD_VAL 0x0000FFFFL macro
56 *(volatile ulong *)(CONFIG_SYS_TIMERBASE + 0) = TIMER_LOAD_VAL; in timer_init()
127 total_count += lastdec + TIMER_LOAD_VAL + 1 - now; in get_timer_masked()
/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/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/cpu/armv7/sunxi/
Dtimer.c26 #define TIMER_LOAD_VAL 0xffffffff macro
50 writel(TIMER_LOAD_VAL, &timer->inter); in timer_init()
72 gd->arch.tbl += (TICKS_TO_HZ(TIMER_LOAD_VAL) in get_timer_masked()
91 tmo -= TIMER_LOAD_VAL - last + now; in __udelay()
/external/u-boot/arch/arm/mach-at91/arm920t/
Dtimer.c26 #define TIMER_LOAD_VAL (CONFIG_SYS_HZ_CLOCK/CONFIG_SYS_HZ) macro
44 writel(TIMER_LOAD_VAL, &tc->tc[0].rc); in timer_init()
78 gd->arch.tbl += now + TIMER_LOAD_VAL - gd->arch.lastinc; in get_timer_raw()
87 return get_timer_raw()/TIMER_LOAD_VAL; in get_timer_masked()
/external/u-boot/arch/nds32/cpu/n1213/ag101/
Dtimer.c34 writel(TIMER_LOAD_VAL, &tmr->timer3_load); in timer_init()
35 writel(TIMER_LOAD_VAL, &tmr->timer3_counter); in timer_init()
120 timestamp += lastdec + TIMER_LOAD_VAL - now; in get_timer_masked()
161 tmo -= TIMER_LOAD_VAL + last - now; in __udelay()
/external/u-boot/arch/arm/cpu/armv7/vf610/
Dtimer.c16 #define TIMER_LOAD_VAL 0xffffffff macro
38 __raw_writel(TIMER_LOAD_VAL, &cur_pit->ldval1); in timer_init()
50 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.c43 #define TIMER_LOAD_VAL 0xffffffff macro
73 gd->arch.tbu += now + TIMER_LOAD_VAL - gd->arch.tbl; in get_timer_masked()
113 writel(TIMER_LOAD_VAL, &armd1timers->match[MATCH_CMP(0)]); in timer_init()
/external/u-boot/arch/arm/mach-omap2/
Dtimer.c33 #define TIMER_LOAD_VAL 0 macro
38 writel(TIMER_LOAD_VAL, &timer_base->tldr); in timer_init()
/external/u-boot/arch/arm/mach-davinci/
Dtimer.c33 #define TIMER_LOAD_VAL 0xffffffff macro
44 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.h40 #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