Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/arm/cpu/arm920t/ep93xx/
H A Dtimer.c43 struct timer_regs *timer_regs = (struct timer_regs *)TIMER_BASE; in read_timer() local
44 const unsigned long now = TIMER_MAX_VAL - readl(&timer_regs->timer3.value); in read_timer()
94 struct timer_regs *timer_regs = (struct timer_regs *)TIMER_BASE; in timer_init() local
97 writel(TIMER_CLKSEL, &timer_regs->timer3.control); in timer_init()
100 writel(TIMER_MAX_VAL, &timer_regs->timer3.load); in timer_init()
104 &timer_regs->timer3.control); in timer_init()
/OK3568_Linux_fs/u-boot/arch/arm/cpu/arm926ejs/lpc32xx/
H A Dtimer.c13 static struct timer_regs *timer0 = (struct timer_regs *)TIMER0_BASE;
14 static struct timer_regs *timer1 = (struct timer_regs *)TIMER1_BASE;
25 static void lpc32xx_timer_reset(struct timer_regs *timer, u32 freq) in lpc32xx_timer_reset()
39 static void lpc32xx_timer_count(struct timer_regs *timer, int enable) in lpc32xx_timer_count()
/OK3568_Linux_fs/kernel/arch/c6x/platforms/
H A Dtimer64.c18 struct timer_regs { struct
32 static struct timer_regs __iomem *timer; argument
/OK3568_Linux_fs/kernel/include/clocksource/
H A Dtimer-ti-dm.h76 struct timer_regs { struct
113 struct timer_regs context; argument
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-lpc32xx/
H A Dtimer.h13 struct timer_regs { struct
/OK3568_Linux_fs/kernel/arch/powerpc/sysdev/
H A Dmpic_timer.c46 struct timer_regs { struct
64 struct timer_regs __iomem *regs; argument
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-ep93xx/
H A Dep93xx.h437 struct timer_regs { struct