Home
last modified time | relevance | path

Searched refs:DE4X5_MAX_MII (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/net/
Dde4x5.h462 #define DE4X5_MAX_MII 32 /* Maximum address of MII PHY devices */ macro
Dde4x5.c5112 for (n=0, lp->mii_cnt=0, i=1; !((i==1) && (n==1)); i=(i+1)%DE4X5_MAX_MII) { in mii_get_phy()
5132 if ((j == limit) && (i < DE4X5_MAX_MII)) { in mii_get_phy()