Home
last modified time | relevance | path

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

/arch/mips/pci/
Dops-bcm63xx.c76 if (slot > (MPI_L2PCFG_DEVNUM_MASK >> MPI_L2PCFG_DEVNUM_SHIFT)) in bcm63xx_setup_cfg_access()
88 val |= (slot << MPI_L2PCFG_DEVNUM_SHIFT); in bcm63xx_setup_cfg_access()
/arch/mips/include/asm/mach-bcm63xx/
Dbcm63xx_regs.h802 #define MPI_L2PCFG_DEVNUM_SHIFT 11 macro
803 #define MPI_L2PCFG_DEVNUM_MASK (0x1f << MPI_L2PCFG_DEVNUM_SHIFT)