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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-sa1100/
H A Dtime.c129 OIER = 0; /* disable any timer interrupts */
133 OIER = OIER_E0; /* enable match on timer 0 to cause interrupts */
183 oier = OIER;
193 OIER = oier;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-pxa/
H A Dtime.c113 OIER = 0; /* disable any timer interrupts */
117 OIER = OIER_E0; /* enable match on timer 0 to cause interrupts */
175 oier = OIER;
184 OIER = oier;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/rtc/
H A Drtc-sa1100.c190 OIER &= ~OIER_E1;
226 OIER &= ~OIER_E1;
232 OIER |= OIER_E1;
298 (OIER & OIER_E1) ? "yes" : "no");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/watchdog/
H A Dsa1100_wdt.c56 OIER |= OIER_E3;
64 * clearing OIER[E3] would prevent the watchdog timing out but this
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-sa1100/
H A DSA-1100.h814 * OIER Operating System (OS) timer Interrupt Enable Register
825 #define OIER __REG(0x9000001C ) /* OS timer Interrupt Enable Reg. */ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-pxa/
H A Dpxa-regs.h1087 #define OIER __REG(0x40A0001C) /* OS Timer Interrupt Enable Register */ macro

Completed in 100 milliseconds