Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/ibm/emac/
Dcore.c95 static u32 busy_phy_map; variable
2678 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()