Searched refs:busy_phy_map (Results 1 – 1 of 1) sorted by relevance
95 static u32 busy_phy_map; variable2678 phy_map = dev->phy_map | busy_phy_map; in emac_init_phy()2680 DBG(dev, "PHY maps %08x %08x" NL, dev->phy_map, busy_phy_map); in emac_init_phy()2746 busy_phy_map |= 1 << i; in emac_init_phy()3212 busy_phy_map &= ~(1 << dev->phy.address); in emac_remove()3213 DBG(dev, "busy_phy_map now %#x" NL, busy_phy_map); in emac_remove()