Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/clocksource/
Dtimer-lpc32xx.c36 #define LPC32XX_TIMER_PR 0x00c macro
191 writel_relaxed(0, base + LPC32XX_TIMER_PR); in lpc32xx_clocksource_init()
258 writel_relaxed(0, base + LPC32XX_TIMER_PR); in lpc32xx_clockevent_init()
/Linux-v5.10/arch/arm/mach-lpc32xx/
Dlpc32xx.h589 #define LPC32XX_TIMER_PR(x) io_p2v((x) + 0x0C) macro