Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/clocksource/
Dtimer-lpc32xx.c31 #define LPC32XX_TIMER_TC 0x008 macro
193 ret = clocksource_mmio_init(base + LPC32XX_TIMER_TC, "lpc3220 timer", in lpc32xx_clocksource_init()
200 clocksource_timer_counter = base + LPC32XX_TIMER_TC; in lpc32xx_clocksource_init()
/linux-5.19.10/arch/arm/mach-lpc32xx/
Dlpc32xx.h588 #define LPC32XX_TIMER_TC(x) io_p2v((x) + 0x08) macro