Searched refs:MII_NPHY (Results 1 – 3 of 3) sorted by relevance
39 #define MII_NPHY 32 /* max # of PHYs per MII */ macro
382 if (offloc != MII_OFFSET_ANY && (offloc < 0 || offloc >= MII_NPHY)) { in mii_attach()389 phymax = MII_NPHY - 1; in mii_attach()391 if (phyloc < 0 || phyloc >= MII_NPHY) { in mii_attach()
660 if (phy == (MII_NPHY - 1)) { in dc_miibus_readreg()