Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/dlink/
Dsundance.c517 int phy, phy_end, phy_idx = 0; in sundance_probe1() local
606 phy_end = 31; in sundance_probe1()
609 phy_end = 32; /* wraps to zero, due to 'phy & 0x1f' */ in sundance_probe1()
611 for (; phy <= phy_end && phy_idx < MII_CNT; phy++) { in sundance_probe1()