Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dtg3.c699 if ((tp->phy_id & PHY_ID_MASK) == PHY_ID_BCM5401) { in tg3_setup_copper_phy()
852 if ((tp->phy_id & PHY_ID_MASK) == PHY_ID_BCM5411 && in tg3_setup_copper_phy()
2460 hw_phy_id_masked = hw_phy_id & PHY_ID_MASK; in tg3_phy_probe()
2471 !KNOWN_PHY_ID(eeprom_phy_id & PHY_ID_MASK)) in tg3_phy_probe()
2521 if (!err && ((tp->phy_id & PHY_ID_MASK) == PHY_ID_BCM5401)) { in tg3_phy_probe()
2929 switch (tp->phy_id & PHY_ID_MASK) { in tg3_phy_string()
H A Dtg3.h2118 #define PHY_ID_MASK 0xfffffff0 macro