Home
last modified time | relevance | path

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

/arch/mips/pci/
Dpci-bcm63xx.c102 tmp = reg & MPI_PCICFGCTL_CFGADDR_MASK; in bcm63xx_int_cfg_readl()
113 tmp = reg & MPI_PCICFGCTL_CFGADDR_MASK; in bcm63xx_int_cfg_writel()
/arch/mips/include/asm/mach-bcm63xx/
Dbcm63xx_regs.h1125 #define MPI_PCICFGCTL_CFGADDR_MASK (0x1f << MPI_PCICFGCTL_CFGADDR_SHIFT) macro