Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/ibm/emac/
Dcore.c98 static u32 busy_phy_map; variable
2418 phy_map = dev->phy_map | busy_phy_map; in emac_init_phy()
2420 DBG(dev, "PHY maps %08x %08x" NL, dev->phy_map, busy_phy_map); in emac_init_phy()
2463 busy_phy_map |= 1 << i; in emac_init_phy()
2952 busy_phy_map &= ~(1 << dev->phy.address); in emac_remove()
2953 DBG(dev, "busy_phy_map now %#x" NL, busy_phy_map); in emac_remove()