Home
last modified time | relevance | path

Searched refs:OIER (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/clocksource/
H A Dtimer-pxa.c34 #define OIER 0x1C /* OS Timer Interrupt Enable Register */ macro
71 timer_writel(timer_readl(OIER) & ~OIER_E0, OIER); in pxa_ost0_interrupt()
83 timer_writel(timer_readl(OIER) | OIER_E0, OIER); in pxa_osmr0_set_next_event()
94 timer_writel(timer_readl(OIER) & ~OIER_E0, OIER); in pxa_osmr0_shutdown()
108 oier = timer_readl(OIER); in pxa_timer_suspend()
127 timer_writel(oier, OIER); in pxa_timer_resume()
150 timer_writel(0, OIER); in pxa_timer_common_init()
/openbmc/linux/arch/arm/mach-pxa/
H A Dregs-ost.h23 #define OIER io_p2v(0x40A0001C) /* OS Timer Interrupt Enable Register */ macro
/openbmc/qemu/hw/timer/
H A Dpxa2xx_timer.c45 #define OIER 0x1c /* Interrupt enable register 3-0 to E3-E0 */ macro
231 case OIER: in pxa2xx_timer_read()
336 case OIER: in pxa2xx_timer_write()
/openbmc/linux/arch/arm/mach-sa1100/include/mach/
H A DSA-1100.h841 #define OIER io_p2v(0x9000001C) /* OS timer Interrupt Enable Reg. */ macro
/openbmc/u-boot/arch/arm/include/asm/arch-pxa/
H A Dpxa-regs.h926 #define OIER 0x40A0001C /* OS Timer Interrupt Enable Register */ macro
/openbmc/u-boot/include/
H A DSA-1100.h1138 #define OIER /* OS timer Interrupt Enable Reg. */ \ macro