Searched refs:DE4X5_MAX_PHY (Results 1 – 1 of 1) sorted by relevance
520 #define DE4X5_MAX_PHY 8 /* Allow up to 8 attached PHY devices per board */ macro818 struct mii_phy phy[DE4X5_MAX_PHY]; /* List of attached PHY devices */4989 for (k=0; k < DE4X5_MAX_PHY && lp->phy[k].id; k++); in mii_get_phy()4990 if (k < DE4X5_MAX_PHY) { in mii_get_phy()5002 for (k=0; k < DE4X5_MAX_PHY && lp->phy[k].id; k++); in mii_get_phy()5021 for (k=0; k < DE4X5_MAX_PHY && lp->phy[k].id; k++) { /*For each PHY*/ in mii_get_phy()