Searched refs:OIER (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/drivers/clocksource/
H A Dpxa_timer.c34 #define OIER 0x1C /* OS Timer Interrupt Enable Register */ macro
71 timer_writel(timer_readl(OIER) & ~OIER_E0, OIER); pxa_ost0_interrupt()
83 timer_writel(timer_readl(OIER) | OIER_E0, OIER); pxa_osmr0_set_next_event()
94 timer_writel(timer_readl(OIER) & ~OIER_E0, OIER); pxa_osmr0_shutdown()
108 oier = timer_readl(OIER); pxa_timer_suspend()
127 timer_writel(oier, OIER); pxa_timer_resume()
155 timer_writel(0, OIER); pxa_timer_common_init()
/linux-4.4.14/arch/arm/mach-pxa/include/mach/
H A Dregs-ost.h20 #define OIER io_p2v(0x40A0001C) /* OS Timer Interrupt Enable Register */ macro
/linux-4.4.14/drivers/watchdog/
H A Dsa1100_wdt.c60 writel_relaxed(readl_relaxed(OIER) | OIER_E3, OIER); sa1100dog_open()
68 * clearing OIER[E3] would prevent the watchdog timing out but this
/linux-4.4.14/arch/arm/mach-sa1100/include/mach/
H A DSA-1100.h829 * OIER Operating System (OS) timer Interrupt Enable Register
840 #define OIER io_p2v(0x9000001C) /* OS timer Interrupt Enable Reg. */ macro

Completed in 297 milliseconds