busy_phy_map       94 drivers/net/ethernet/ibm/emac/core.c static u32 busy_phy_map;
busy_phy_map     2719 drivers/net/ethernet/ibm/emac/core.c 	phy_map = dev->phy_map | busy_phy_map;
busy_phy_map     2721 drivers/net/ethernet/ibm/emac/core.c 	DBG(dev, "PHY maps %08x %08x" NL, dev->phy_map, busy_phy_map);
busy_phy_map     2787 drivers/net/ethernet/ibm/emac/core.c 			busy_phy_map |= 1 << i;
busy_phy_map     3278 drivers/net/ethernet/ibm/emac/core.c 	busy_phy_map &= ~(1 << dev->phy.address);
busy_phy_map     3279 drivers/net/ethernet/ibm/emac/core.c 	DBG(dev, "busy_phy_map now %#x" NL, busy_phy_map);