Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/clocksource/
Dtimer-lpc32xx.c37 #define LPC32XX_TIMER_MR0 0x018 macro
76 writel_relaxed(delta, ddata->base + LPC32XX_TIMER_MR0); in lpc32xx_clkevt_next_event()
124 writel_relaxed(ddata->ticks_per_jiffy, ddata->base + LPC32XX_TIMER_MR0); in lpc32xx_clkevt_periodic()
/linux-5.19.10/arch/arm/mach-lpc32xx/
Dlpc32xx.h592 #define LPC32XX_TIMER_MR0(x) io_p2v((x) + 0x18) macro