/u-boot/arch/arm/mach-mvebu/ |
A D | timer.c | 15 #define TIMER_LOAD_VAL 0xffffffff macro 30 writel(TIMER_LOAD_VAL, MVEBU_TIMER_BASE + 0x10); in timer_init() 31 writel(TIMER_LOAD_VAL, MVEBU_TIMER_BASE + 0x14); in timer_init()
|
/u-boot/arch/arm/mach-socfpga/ |
A D | timer.c | 11 #define TIMER_LOAD_VAL 0xFFFFFFFF macro 20 writel(TIMER_LOAD_VAL, &timer_base->load_val); in timer_init() 21 writel(TIMER_LOAD_VAL, &timer_base->curr_val); in timer_init()
|
/u-boot/board/armltd/integrator/ |
A D | timer.c | 26 #define TIMER_LOAD_VAL 0xFFFFFFFFL macro 29 #define TIMER_LOAD_VAL 0x0000FFFFL macro 58 *(volatile ulong *)(CONFIG_SYS_TIMERBASE + 0) = TIMER_LOAD_VAL; in timer_init() 108 total_count += lastdec + TIMER_LOAD_VAL + 1 - now; in get_timer_masked()
|
/u-boot/arch/arm/cpu/arm926ejs/mxs/ |
A D | timer.c | 23 #define TIMER_LOAD_VAL 0xffff macro 25 #define TIMER_LOAD_VAL 0xffffffff macro 76 writel(TIMER_LOAD_VAL - 1, &timrot_regs->hw_timrot_timcount0); in timer_init() 78 writel(TIMER_LOAD_VAL, &timrot_regs->hw_timrot_fixed_count0); in timer_init() 109 timestamp += (TIMER_LOAD_VAL - now) + lastdec; in get_ticks()
|
/u-boot/arch/arm/mach-orion5x/ |
A D | timer.c | 72 #define TIMER_LOAD_VAL 0xffffffff macro 95 (TIMER_LOAD_VAL / (CONFIG_SYS_TCLK / 1000)) - now; in get_timer_masked() 124 while ((TIMER_LOAD_VAL - delayticks) < uboot_cntr_val()) in __udelay() 140 writel(TIMER_LOAD_VAL, CNTMR_RELOAD_REG(UBOOT_CNTR)); in timer_init() 141 writel(TIMER_LOAD_VAL, CNTMR_VAL_REG(UBOOT_CNTR)); in timer_init()
|
/u-boot/arch/arm/cpu/armv7/sunxi/ |
A D | timer.c | 30 #define TIMER_LOAD_VAL 0xffffffff macro 54 writel(TIMER_LOAD_VAL, &timer->inter); in timer_init() 71 gd->arch.tbl += (TICKS_TO_HZ(TIMER_LOAD_VAL) in get_timer_masked() 95 tmo -= TIMER_LOAD_VAL - last + now; in __udelay()
|
/u-boot/arch/arm/mach-at91/arm920t/ |
A D | timer.c | 30 #define TIMER_LOAD_VAL (CONFIG_SYS_HZ_CLOCK/CONFIG_SYS_HZ) macro 48 writel(TIMER_LOAD_VAL, &tc->tc[0].rc); in timer_init() 72 gd->arch.tbl += now + TIMER_LOAD_VAL - gd->arch.lastinc; in get_timer_raw() 81 return get_timer_raw()/TIMER_LOAD_VAL; in get_timer_masked()
|
/u-boot/arch/arm/cpu/armv7/vf610/ |
A D | timer.c | 20 #define TIMER_LOAD_VAL 0xffffffff macro 42 __raw_writel(TIMER_LOAD_VAL, &cur_pit->ldval1); in timer_init() 54 ulong now = TIMER_LOAD_VAL - __raw_readl(&cur_pit->cval1); in get_ticks()
|
/u-boot/arch/arm/mach-at91/armv7/ |
A D | timer.c | 38 #define TIMER_LOAD_VAL 0xfffff macro 51 writel(TIMER_LOAD_VAL | AT91_PIT_MR_EN , &pit->mr); in timer_init()
|
/u-boot/arch/nds32/cpu/n1213/ag101/ |
A D | timer.c | 39 writel(TIMER_LOAD_VAL, &tmr->timer3_load); in timer_init() 40 writel(TIMER_LOAD_VAL, &tmr->timer3_counter); in timer_init() 125 timestamp += lastdec + TIMER_LOAD_VAL - now; in get_timer_masked() 166 tmo -= TIMER_LOAD_VAL + last - now; in __udelay()
|
/u-boot/arch/arm/mach-at91/arm926ejs/ |
A D | timer.c | 35 #define TIMER_LOAD_VAL 0xfffff macro 47 writel(TIMER_LOAD_VAL | AT91_PIT_MR_EN , &pit->mr); in timer_init()
|
/u-boot/arch/arm/mach-omap2/ |
A D | timer.c | 38 #define TIMER_LOAD_VAL 0 macro 43 writel(TIMER_LOAD_VAL, &timer_base->tldr); in timer_init()
|
/u-boot/arch/arm/cpu/arm926ejs/armada100/ |
A D | timer.c | 48 #define TIMER_LOAD_VAL 0xffffffff macro 78 gd->arch.tbu += now + TIMER_LOAD_VAL - gd->arch.tbl; in get_timer_masked() 118 writel(TIMER_LOAD_VAL, &armd1timers->match[MATCH_CMP(0)]); in timer_init()
|
/u-boot/include/configs/ |
A D | socfpga_arria10_socdk.h | 32 #define TIMER_LOAD_VAL 0xFFFFFFFF macro
|
A D | adp-ae3xx.h | 54 #define TIMER_LOAD_VAL 0xffffffff macro
|
A D | adp-ag101p.h | 56 #define TIMER_LOAD_VAL 0xffffffff macro
|
/u-boot/arch/arm/mach-davinci/ |
A D | timer.c | 37 #define TIMER_LOAD_VAL 0xffffffff macro 48 writel(TIMER_LOAD_VAL, &timer->prd34); in timer_init()
|
/u-boot/drivers/timer/ |
A D | ag101p_timer.c | 81 writel(TIMER_LOAD_VAL, ®s->t3_match1); in atftmr_timer_probe() 82 writel(TIMER_LOAD_VAL, ®s->t3_match2); in atftmr_timer_probe()
|
/u-boot/arch/arm/mach-zynq/ |
A D | timer.c | 58 #define TIMER_LOAD_VAL 0xFFFFFFFF macro
|