Searched refs:OIER (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/drivers/clocksource/ |
H A D | timer-pxa.c | 34 #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() [all...] |
/kernel/linux/linux-6.6/drivers/clocksource/ |
H A D | timer-pxa.c | 34 #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() [all...] |
/kernel/linux/linux-5.10/drivers/watchdog/ |
H A D | sa1100_wdt.c | 57 writel_relaxed(readl_relaxed(OIER) | OIER_E3, OIER); in sa1100dog_open() 65 * clearing OIER[E3] would prevent the watchdog timing out but this
|
/kernel/linux/linux-5.10/arch/arm/mach-pxa/include/mach/ |
H A D | regs-ost.h | 21 #define OIER io_p2v(0x40A0001C) /* OS Timer Interrupt Enable Register */ macro
|
/kernel/linux/linux-6.6/arch/arm/mach-pxa/ |
H A D | regs-ost.h | 23 #define OIER io_p2v(0x40A0001C) /* OS Timer Interrupt Enable Register */ macro
|
/kernel/linux/linux-5.10/arch/arm/mach-sa1100/include/mach/ |
H A D | SA-1100.h | 830 * OIER Operating System (OS) timer Interrupt Enable Register 841 #define OIER io_p2v(0x9000001C) /* OS timer Interrupt Enable Reg. */ macro
|
/kernel/linux/linux-6.6/arch/arm/mach-sa1100/include/mach/ |
H A D | SA-1100.h | 830 * OIER Operating System (OS) timer Interrupt Enable Register 841 #define OIER io_p2v(0x9000001C) /* OS timer Interrupt Enable Reg. */ macro
|
Completed in 12 milliseconds