Searched refs:MPI_L2PCFG_FUNC_SHIFT (Results 1 - 2 of 2) sorted by path

/linux-master/arch/mips/include/asm/mach-bcm63xx/
H A Dbcm63xx_regs.h1084 #define MPI_L2PCFG_FUNC_SHIFT 8 macro
1085 #define MPI_L2PCFG_FUNC_MASK (0x7 << MPI_L2PCFG_FUNC_SHIFT)
/linux-master/arch/mips/pci/
H A Dops-bcm63xx.c78 if (func > (MPI_L2PCFG_FUNC_MASK >> MPI_L2PCFG_FUNC_SHIFT))
86 val |= (func << MPI_L2PCFG_FUNC_SHIFT);

Completed in 213 milliseconds