Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/clocksource/
Dtime-lpc32xx.c37 #define LPC32XX_TIMER_MCR 0x014 macro
110 LPC32XX_TIMER_MCR_MR0S, ddata->base + LPC32XX_TIMER_MCR); in lpc32xx_clkevt_oneshot()
121 ddata->base + LPC32XX_TIMER_MCR); in lpc32xx_clkevt_periodic()
192 writel_relaxed(0, base + LPC32XX_TIMER_MCR); in lpc32xx_clocksource_init()
/Linux-v4.19/arch/arm/mach-lpc32xx/include/mach/
Dplatform.h600 #define LPC32XX_TIMER_MCR(x) io_p2v((x) + 0x14) macro