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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/pmc-sierra/msp71xx/
H A Dmsp_irq_cic.c103 int intbase; local
105 intbase = MSP_CIC_INTBASE;
110 intbase = MSP_PER_INTBASE;
118 (intbase == MSP_CIC_INTBASE) ? "CIC" : "PER",
119 (intbase == MSP_CIC_INTBASE) ?
121 (intbase == MSP_CIC_INTBASE) ?
127 if ((intbase == MSP_CIC_INTBASE) &&
131 do_IRQ(ffs(pending) + intbase - 1);
H A Dmsp_irq_slp.c81 int intbase; local
83 intbase = MSP_SLP_INTBASE;
88 intbase = MSP_PER_INTBASE;
95 (intbase == MSP_SLP_INTBASE) ? "SLP" : "PER");
100 do_IRQ(ffs(pending) + intbase - 1);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/include/asm/
H A Dm68360_pram.h34 unsigned long intbase; /* Multichannel Base address */ member in struct:global_multi_pram

Completed in 55 milliseconds