Home
last modified time | relevance | path

Searched refs:OCTEON_IRQ_WDOG0 (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/arch/mips/include/asm/mach-cavium-octeon/
Dirq.h25 OCTEON_IRQ_WDOG0 = OCTEON_IRQ_GPIO0 + 16, enumerator
26 OCTEON_IRQ_WDOG15 = OCTEON_IRQ_WDOG0 + 15,
27 OCTEON_IRQ_MBOX0 = OCTEON_IRQ_WDOG0 + 16,
/linux-2.6.39/drivers/watchdog/
Docteon-wdt-main.c376 irq = OCTEON_IRQ_WDOG0 + core; in octeon_wdt_disable_interrupt()
402 irq = OCTEON_IRQ_WDOG0 + core; in octeon_wdt_setup_interrupt()
451 int irq = OCTEON_IRQ_WDOG0 + coreid; in octeon_wdt_ping()
733 free_irq(OCTEON_IRQ_WDOG0 + core, octeon_wdt_poke_irq); in octeon_wdt_cleanup()
/linux-2.6.39/arch/mips/cavium-octeon/
Docteon-irq.c728 int coreid = data->irq - OCTEON_IRQ_WDOG0; /* Bit 0-63 of EN1 */ in octeon_irq_ciu_wd_enable()
744 int coreid = data->irq - OCTEON_IRQ_WDOG0; in octeon_irq_ciu1_wd_enable_v2()
961 octeon_irq_set_ciu_mapping(i + OCTEON_IRQ_WDOG0, 1, i + 0, chip_wd, handle_level_irq); in octeon_irq_init_ciu()