Searched refs:INTERRUPT_ENABLE (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/rio/
H A Driospace.h105 #define INTERRUPT_ENABLE 0x04 macro
109 #define IRQ_15 (0x00 | INTERRUPT_ENABLE)
110 #define IRQ_12 (0x10 | INTERRUPT_ENABLE)
111 #define IRQ_11 (0x20 | INTERRUPT_ENABLE)
112 #define IRQ_9 (0x30 | INTERRUPT_ENABLE)
H A Drioboot.c86 /* 9 */ IRQ_9 | INTERRUPT_ENABLE,
88 /* 11 */ IRQ_11 | INTERRUPT_ENABLE,
89 /* 12 */ IRQ_12 | INTERRUPT_ENABLE,
92 /* 15 */ IRQ_15 | INTERRUPT_ENABLE

Completed in 41 milliseconds