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.c78 tmp = reg & MPI_PCICFGCTL_CFGADDR_MASK; in bcm63xx_int_cfg_readl()
89 tmp = reg & MPI_PCICFGCTL_CFGADDR_MASK; in bcm63xx_int_cfg_writel()
/arch/mips/include/asm/mach-bcm63xx/
Dbcm63xx_regs.h841 #define MPI_PCICFGCTL_CFGADDR_MASK (0x1f << MPI_PCICFGCTL_CFGADDR_SHIFT) macro