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 */4990 for (k=0; k < DE4X5_MAX_PHY && lp->phy[k].id; k++); in mii_get_phy()4991 if (k < DE4X5_MAX_PHY) { in mii_get_phy()5003 for (k=0; k < DE4X5_MAX_PHY && lp->phy[k].id; k++); in mii_get_phy()5004 if (k < DE4X5_MAX_PHY) { in mii_get_phy()5026 for (k=0; k < DE4X5_MAX_PHY && lp->phy[k].id; k++) { /*For each PHY*/ in mii_get_phy()