Home
last modified time | relevance | path

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

/arch/mips/pci/
Dops-bcm63xx.c457 val |= MPI_L2PREMAP_IS_CARDBUS_MASK; in bcm63xx_fixup()
459 val &= ~MPI_L2PREMAP_IS_CARDBUS_MASK; in bcm63xx_fixup()
Dpci-bcm63xx.c246 val |= MPI_L2PREMAP_ENABLED_MASK | MPI_L2PREMAP_IS_CARDBUS_MASK; in bcm63xx_register_pci()
/arch/mips/include/asm/mach-bcm63xx/
Dbcm63xx_regs.h1101 #define MPI_L2PREMAP_IS_CARDBUS_MASK (1 << 2) macro