Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/drivers/net/
Dtg3.c719 if ((tp->phy_id & PHY_ID_MASK) == PHY_ID_BCM5401) { in tg3_setup_copper_phy()
872 if ((tp->phy_id & PHY_ID_MASK) == PHY_ID_BCM5411 && in tg3_setup_copper_phy()
2544 hw_phy_id_masked = hw_phy_id & PHY_ID_MASK; in tg3_phy_probe()
2555 !KNOWN_PHY_ID(eeprom_phy_id & PHY_ID_MASK)) in tg3_phy_probe()
2605 if (!err && ((tp->phy_id & PHY_ID_MASK) == PHY_ID_BCM5401)) { in tg3_phy_probe()
3031 switch (tp->phy_id & PHY_ID_MASK) { in tg3_phy_string()
Dtg3.h2032 #define PHY_ID_MASK 0xfffffff0 macro