Searched refs:busy_phy_map (Results 1 – 1 of 1) sorted by relevance
96 static u32 busy_phy_map; variable2723 phy_map = dev->phy_map | busy_phy_map; in emac_init_phy()2725 DBG(dev, "PHY maps %08x %08x" NL, dev->phy_map, busy_phy_map); in emac_init_phy()2791 busy_phy_map |= 1 << i; in emac_init_phy()3279 busy_phy_map &= ~(1 << dev->phy.address); in emac_remove()3280 DBG(dev, "busy_phy_map now %#x" NL, busy_phy_map); in emac_remove()