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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/pci/
H A Dmsi-octeon.c143 /* MSI interrupts start at logical IRQ OCTEON_IRQ_MSI_BIT0 */
145 irq += OCTEON_IRQ_MSI_BIT0;
166 msg.data = irq - OCTEON_IRQ_MSI_BIT0;
221 if ((irq < OCTEON_IRQ_MSI_BIT0)
222 || (irq > msi_irq_size + OCTEON_IRQ_MSI_BIT0))
226 irq -= OCTEON_IRQ_MSI_BIT0;
265 int msi_number = irq - OCTEON_IRQ_MSI_BIT0;
281 int msi_number = irq - OCTEON_IRQ_MSI_BIT0;
336 irq = bit + OCTEON_IRQ_MSI_BIT0 + 64 * index;
389 for (irq = OCTEON_IRQ_MSI_BIT0; ir
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/mach-cavium-octeon/
H A Dirq.h174 #define OCTEON_IRQ_MSI_BIT0 152 macro
175 #define OCTEON_IRQ_MSI_LAST (OCTEON_IRQ_MSI_BIT0 + 255)

Completed in 45 milliseconds