Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/clocksource/
Dtimer-lpc32xx.c32 #define LPC32XX_TIMER_PR 0x00c macro
187 writel_relaxed(0, base + LPC32XX_TIMER_PR); in lpc32xx_clocksource_init()
254 writel_relaxed(0, base + LPC32XX_TIMER_PR); in lpc32xx_clockevent_init()
/linux-5.19.10/arch/arm/mach-lpc32xx/
Dlpc32xx.h589 #define LPC32XX_TIMER_PR(x) io_p2v((x) + 0x0C) macro