Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/clocksource/
H A Dtimer-lpc32xx.c35 #define LPC32XX_TIMER_TC 0x008 macro
197 ret = clocksource_mmio_init(base + LPC32XX_TIMER_TC, "lpc3220 timer", in lpc32xx_clocksource_init()
204 clocksource_timer_counter = base + LPC32XX_TIMER_TC; in lpc32xx_clocksource_init()
/OK3568_Linux_fs/kernel/arch/arm/mach-lpc32xx/
H A Dlpc32xx.h588 #define LPC32XX_TIMER_TC(x) io_p2v((x) + 0x08) macro