Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/dlink/
H A Dsundance.c510 int phy, phy_end, phy_idx = 0; in sundance_probe1() local
595 phy_end = 31; in sundance_probe1()
598 phy_end = 32; /* wraps to zero, due to 'phy & 0x1f' */ in sundance_probe1()
600 for (; phy <= phy_end && phy_idx < MII_CNT; phy++) { in sundance_probe1()
/linux/drivers/net/dsa/mv88e6xxx/
H A Dglobal2.c1200 int phy_end = chip->info->internal_phys_offset + in mv88e6xxx_g2_irq_mdio_setup() local
1204 for (phy = phy_start; phy < phy_end; phy++) { in mv88e6xxx_g2_irq_mdio_setup()