Searched refs:MPI_L2PCFG_DEVNUM_SHIFT (Results 1 – 2 of 2) sorted by relevance
75 if (slot > (MPI_L2PCFG_DEVNUM_MASK >> MPI_L2PCFG_DEVNUM_SHIFT)) in bcm63xx_setup_cfg_access()87 val |= (slot << MPI_L2PCFG_DEVNUM_SHIFT); in bcm63xx_setup_cfg_access()
1086 #define MPI_L2PCFG_DEVNUM_SHIFT 11 macro1087 #define MPI_L2PCFG_DEVNUM_MASK (0x1f << MPI_L2PCFG_DEVNUM_SHIFT)
Completed in 13 milliseconds