Searched refs:OCTEON_IRQ_WORKQ0 (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/cavium-octeon/
H A Docteon-irq.c118 u64 mask = 1ull << (irq - OCTEON_IRQ_WORKQ0);
190 int bit = irq - OCTEON_IRQ_WORKQ0; /* Bit 0-63 of EN0 */
205 int bit = irq - OCTEON_IRQ_WORKQ0; /* Bit 0-63 of EN0 */
217 int bit = irq - OCTEON_IRQ_WORKQ0; /* Bit 0-63 of EN0 */
243 u64 mask = 1ull << (irq - OCTEON_IRQ_WORKQ0);
259 u64 mask = 1ull << (irq - OCTEON_IRQ_WORKQ0);
272 u64 mask = 1ull << (irq - OCTEON_IRQ_WORKQ0);
304 u64 mask = 1ull << (irq - OCTEON_IRQ_WORKQ0);
316 u64 mask = 1ull << (irq - OCTEON_IRQ_WORKQ0);
332 int bit = irq - OCTEON_IRQ_WORKQ0; /* Bi
[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.h42 #define OCTEON_IRQ_WORKQ0 24 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/octeon/
H A Dethernet-rx.c118 enable_irq(OCTEON_IRQ_WORKQ0 + pow_receive_group);
135 disable_irq_nosync(OCTEON_IRQ_WORKQ0 + pow_receive_group);
529 i = request_irq(OCTEON_IRQ_WORKQ0 + pow_receive_group,
534 OCTEON_IRQ_WORKQ0 + pow_receive_group);
536 disable_irq_nosync(OCTEON_IRQ_WORKQ0 + pow_receive_group);
H A Dethernet.c802 free_irq(OCTEON_IRQ_WORKQ0 + pow_receive_group, cvm_oct_device);

Completed in 75 milliseconds