Searched refs:OCTEON_IRQ_WDOG0 (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/cavium-octeon/
H A Docteon-irq.c459 int bit = irq - OCTEON_IRQ_WDOG0; /* Bit 0-63 of EN1 */
477 int bit = irq - OCTEON_IRQ_WDOG0; /* Bit 0-63 of EN1 */
490 int bit = irq - OCTEON_IRQ_WDOG0; /* Bit 0-63 of EN1 */
516 u64 mask = 1ull << (irq - OCTEON_IRQ_WDOG0);
532 int coreid = irq - OCTEON_IRQ_WDOG0;
533 u64 mask = 1ull << (irq - OCTEON_IRQ_WDOG0);
549 u64 mask = 1ull << (irq - OCTEON_IRQ_WDOG0);
560 u64 mask = 1ull << (irq - OCTEON_IRQ_WDOG0);
577 int bit = irq - OCTEON_IRQ_WDOG0; /* Bit 0-63 of EN1 */
621 u64 mask = 1ull << (irq - OCTEON_IRQ_WDOG0);
[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.h107 #define OCTEON_IRQ_WDOG0 88 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/watchdog/
H A Docteon-wdt-main.c375 irq = OCTEON_IRQ_WDOG0 + core;
401 irq = OCTEON_IRQ_WDOG0 + core;
450 int irq = OCTEON_IRQ_WDOG0 + coreid;
732 free_irq(OCTEON_IRQ_WDOG0 + core, octeon_wdt_poke_irq);

Completed in 141 milliseconds