Searched refs:PB1200_INT_BEGIN (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm/mach-pb1x00/
H A Dpb1200.h222 * the interrupt define and subtracting the PB1200_INT_BEGIN value.
226 #define PB1200_INT_BEGIN (AU1000_LAST_INTC1_INT + 1) macro
227 #define PB1200_IDE_INT (PB1200_INT_BEGIN + 0)
228 #define PB1200_ETH_INT (PB1200_INT_BEGIN + 1)
229 #define PB1200_PC0_INT (PB1200_INT_BEGIN + 2)
230 #define PB1200_PC0_STSCHG_INT (PB1200_INT_BEGIN + 3)
231 #define PB1200_PC1_INT (PB1200_INT_BEGIN + 4)
232 #define PB1200_PC1_STSCHG_INT (PB1200_INT_BEGIN + 5)
233 #define PB1200_DC_INT (PB1200_INT_BEGIN + 6)
234 #define PB1200_FLASHBUSY_INT (PB1200_INT_BEGIN
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-mips/mach-pb1x00/
H A Dpb1200.h222 * the interrupt define and subtracting the PB1200_INT_BEGIN value.
226 #define PB1200_INT_BEGIN (AU1000_LAST_INTC1_INT + 1) macro
227 #define PB1200_IDE_INT (PB1200_INT_BEGIN + 0)
228 #define PB1200_ETH_INT (PB1200_INT_BEGIN + 1)
229 #define PB1200_PC0_INT (PB1200_INT_BEGIN + 2)
230 #define PB1200_PC0_STSCHG_INT (PB1200_INT_BEGIN + 3)
231 #define PB1200_PC1_INT (PB1200_INT_BEGIN + 4)
232 #define PB1200_PC1_STSCHG_INT (PB1200_INT_BEGIN + 5)
233 #define PB1200_DC_INT (PB1200_INT_BEGIN + 6)
234 #define PB1200_FLASHBUSY_INT (PB1200_INT_BEGIN
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/au1000/pb1200/
H A Dirqmap.c53 #define PB1200_INT_BEGIN DB1200_INT_BEGIN macro
77 extirq_nr = (PB1200_INT_BEGIN-1) + au_ffs(bisr);
87 bcsr->intset_mask = 1<<(irq_nr - PB1200_INT_BEGIN);
88 bcsr->intset = 1<<(irq_nr - PB1200_INT_BEGIN);
93 bcsr->intclr_mask = 1<<(irq_nr - PB1200_INT_BEGIN);
94 bcsr->intclr = 1<<(irq_nr - PB1200_INT_BEGIN);
159 for (irq_nr = PB1200_INT_BEGIN; irq_nr <= PB1200_INT_END; irq_nr++)

Completed in 140 milliseconds