Home
last modified time | relevance | path

Searched refs:LPC32XX_TIMER0_BASE (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/arch/arm/mach-lpc32xx/
Dtimer.c51 LCP32XX_TIMER_TCR(LPC32XX_TIMER0_BASE)); in lpc32xx_clkevt_next_event()
52 __raw_writel(delta, LCP32XX_TIMER_PR(LPC32XX_TIMER0_BASE)); in lpc32xx_clkevt_next_event()
54 LCP32XX_TIMER_TCR(LPC32XX_TIMER0_BASE)); in lpc32xx_clkevt_next_event()
74 __raw_writel(0, LCP32XX_TIMER_TCR(LPC32XX_TIMER0_BASE)); in lpc32xx_clkevt_mode()
98 LCP32XX_TIMER_IR(LPC32XX_TIMER0_BASE)); in lpc32xx_timer_interrupt()
144 __raw_writel(0, LCP32XX_TIMER_TCR(LPC32XX_TIMER0_BASE)); in lpc32xx_timer_init()
146 LCP32XX_TIMER_IR(LPC32XX_TIMER0_BASE)); in lpc32xx_timer_init()
147 __raw_writel(1, LCP32XX_TIMER_MR0(LPC32XX_TIMER0_BASE)); in lpc32xx_timer_init()
151 LCP32XX_TIMER_MCR(LPC32XX_TIMER0_BASE)); in lpc32xx_timer_init()
/linux-2.6.39/arch/arm/mach-lpc32xx/include/mach/
Dplatform.h75 #define LPC32XX_TIMER0_BASE 0x40044000 macro