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

/linux-master/drivers/net/ethernet/ibm/emac/
H A Dcore.c96 static u32 busy_phy_map; variable
2723 phy_map = dev->phy_map | busy_phy_map;
2725 DBG(dev, "PHY maps %08x %08x" NL, dev->phy_map, busy_phy_map);
2749 * We probably should take into account busy_phy_map
2752 * Note that the busy_phy_map is currently global
2791 busy_phy_map |= 1 << i;
3279 busy_phy_map &= ~(1 << dev->phy.address);
3280 DBG(dev, "busy_phy_map now %#x" NL, busy_phy_map);

Completed in 131 milliseconds