Home
last modified time | relevance | path

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

/f-stack/freebsd/mips/cavium/
H A Docteon_pmc.c90 SYS_RES_IRQ, &rid, OCTEON_PMC_IRQ, in octeon_pmc_attach()
91 OCTEON_PMC_IRQ, 1, RF_ACTIVE); in octeon_pmc_attach()
94 device_printf(dev, "could not allocate irq%d\n", OCTEON_PMC_IRQ); in octeon_pmc_attach()
H A Docteon_irq.h181 #define OCTEON_PMC_IRQ OCTEON_IRQ_4 macro
H A Docteon_machdep.c202 cvmctl |= (OCTEON_PMC_IRQ + 2) << 7; in octeon_ciu_reset()