Searched refs:TIMER_LOAD_VAL (Results 1 - 15 of 15) sorted by relevance

/u-boot/arch/arm/mach-socfpga/
H A Dtimer.c11 #define TIMER_LOAD_VAL 0xFFFFFFFF macro
20 writel(TIMER_LOAD_VAL, &timer_base->load_val);
21 writel(TIMER_LOAD_VAL, &timer_base->curr_val);
/u-boot/include/configs/
H A Dsocfpga_arria10_socdk.h27 #define TIMER_LOAD_VAL 0xFFFFFFFF macro
H A Dsocfpga_chameleonv3.h32 #define TIMER_LOAD_VAL 0xFFFFFFFF macro
/u-boot/arch/arm/mach-at91/armv7/
H A Dtimer.c38 #define TIMER_LOAD_VAL 0xfffff macro
51 writel(TIMER_LOAD_VAL | AT91_PIT_MR_EN , &pit->mr);
/u-boot/board/armltd/integrator/
H A Dtimer.c26 #define TIMER_LOAD_VAL 0xFFFFFFFFL macro
29 #define TIMER_LOAD_VAL 0x0000FFFFL macro
58 *(volatile ulong *)(CFG_SYS_TIMERBASE + 0) = TIMER_LOAD_VAL;
108 total_count += lastdec + TIMER_LOAD_VAL + 1 - now;
/u-boot/arch/arm/cpu/arm926ejs/mxs/
H A Dtimer.c23 #define TIMER_LOAD_VAL 0xffff macro
25 #define TIMER_LOAD_VAL 0xffffffff macro
76 writel(TIMER_LOAD_VAL - 1, &timrot_regs->hw_timrot_timcount0);
78 writel(TIMER_LOAD_VAL, &timrot_regs->hw_timrot_fixed_count0);
109 timestamp += (TIMER_LOAD_VAL - now) + lastdec;
/u-boot/arch/arm/mach-at91/arm926ejs/
H A Dtimer.c35 #define TIMER_LOAD_VAL 0xfffff macro
47 writel(TIMER_LOAD_VAL | AT91_PIT_MR_EN , &pit->mr);
/u-boot/arch/arm/mach-sunxi/
H A Dtimer.c30 #define TIMER_LOAD_VAL 0xffffffff macro
55 writel(TIMER_LOAD_VAL, &timer->inter);
71 gd->arch.tbl += (TICKS_TO_HZ(TIMER_LOAD_VAL)
96 tmo -= TIMER_LOAD_VAL - last + now;
/u-boot/drivers/timer/
H A Dfttmr010_timer.c17 #define TIMER_LOAD_VAL 0xffffffff macro
27 u32 now = TIMER_LOAD_VAL - readl(&tmr->timer3_counter);
54 writel(TIMER_LOAD_VAL, &tmr->timer3_load);
55 writel(TIMER_LOAD_VAL, &tmr->timer3_counter);
H A Darm_twd_timer.c42 #define TIMER_LOAD_VAL 0xFFFFFFFF macro
58 u32 count = TIMER_LOAD_VAL - readl(&regs->counter);
/u-boot/arch/arm/mach-at91/arm920t/
H A Dtimer.c30 #define TIMER_LOAD_VAL (CFG_SYS_HZ_CLOCK/CONFIG_SYS_HZ) macro
48 writel(TIMER_LOAD_VAL, &tc->tc[0].rc);
72 gd->arch.tbl += now + TIMER_LOAD_VAL - gd->arch.lastinc;
81 return get_timer_raw()/TIMER_LOAD_VAL;
/u-boot/arch/arm/cpu/armv7/vf610/
H A Dtimer.c20 #define TIMER_LOAD_VAL 0xffffffff macro
42 __raw_writel(TIMER_LOAD_VAL, &cur_pit->ldval1);
54 ulong now = TIMER_LOAD_VAL - __raw_readl(&cur_pit->cval1);
/u-boot/arch/arm/mach-orion5x/
H A Dtimer.c72 #define TIMER_LOAD_VAL 0xffffffff macro
95 (TIMER_LOAD_VAL / (CFG_SYS_TCLK / 1000)) - now;
124 while ((TIMER_LOAD_VAL - delayticks) < uboot_cntr_val())
140 writel(TIMER_LOAD_VAL, CNTMR_RELOAD_REG(UBOOT_CNTR));
141 writel(TIMER_LOAD_VAL, CNTMR_VAL_REG(UBOOT_CNTR));
/u-boot/arch/arm/mach-omap2/
H A Dtimer.c39 #define TIMER_LOAD_VAL 0 macro
44 writel(TIMER_LOAD_VAL, &timer_base->tldr);
/u-boot/arch/arm/mach-davinci/
H A Dtimer.c37 #define TIMER_LOAD_VAL 0xffffffff macro
48 writel(TIMER_LOAD_VAL, &timer->prd34);

Completed in 86 milliseconds