Home
last modified time | relevance | path

Searched refs:OCTEON_IRQ_MSI_LAST (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/mips/include/asm/mach-cavium-octeon/
H A Dirq.h54 #define OCTEON_IRQ_MSI_LAST (OCTEON_IRQ_MSI_BIT0 + 255) macro
55 #define OCTEON_IRQ_LAST (OCTEON_IRQ_MSI_LAST + 1)
/openbmc/linux/arch/mips/pci/
H A Dmsi-octeon.c373 for (irq = OCTEON_IRQ_MSI_BIT0; irq <= OCTEON_IRQ_MSI_LAST; irq++) in octeon_msi_initialize()