Home
last modified time | relevance | path

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

/Linux-v5.4/arch/mips/pci/
Dpci-bcm63xx.c316 val |= MPI_LOCINT_MASK(MPI_LOCINT_EXT_PCI_INT); in bcm63xx_register_pci()
/Linux-v5.4/arch/mips/include/asm/mach-bcm63xx/
Dbcm63xx_regs.h1116 #define MPI_LOCINT_MASK(x) (1 << (x + 16)) macro