Home
last modified time | relevance | path

Searched refs:timer_regs (Results 1 – 4 of 4) sorted by relevance

/u-boot/arch/arm/cpu/arm920t/ep93xx/
A Dtimer.c45 struct timer_regs *timer_regs = (struct timer_regs *)TIMER_BASE; in read_timer() local
46 const unsigned long now = TIMER_MAX_VAL - readl(&timer_regs->timer3.value); in read_timer()
91 struct timer_regs *timer_regs = (struct timer_regs *)TIMER_BASE; in timer_init() local
94 writel(TIMER_CLKSEL, &timer_regs->timer3.control); in timer_init()
97 writel(TIMER_MAX_VAL, &timer_regs->timer3.load); in timer_init()
101 &timer_regs->timer3.control); in timer_init()
/u-boot/arch/arm/mach-lpc32xx/
A Dtimer.c15 static struct timer_regs *timer0 = (struct timer_regs *)TIMER0_BASE;
16 static struct timer_regs *timer1 = (struct timer_regs *)TIMER1_BASE;
27 static void lpc32xx_timer_reset(struct timer_regs *timer, u32 freq) in lpc32xx_timer_reset()
44 static void lpc32xx_timer_count(struct timer_regs *timer, int enable) in lpc32xx_timer_count()
/u-boot/arch/arm/include/asm/arch-lpc32xx/
A Dtimer.h12 struct timer_regs { struct
/u-boot/arch/arm/include/asm/arch-ep93xx/
A Dep93xx.h436 struct timer_regs { struct

Completed in 7 milliseconds