Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dtg3.c2376 uint32_t eeprom_phy_id, hw_phy_id_1, hw_phy_id_2; in tg3_phy_probe() local
2393 eeprom_phy_id = PHY_ID_INVALID; in tg3_phy_probe()
2407 eeprom_phy_id = PHY_ID_SERDES; in tg3_phy_probe()
2416 eeprom_phy_id = (id1 >> 16) << 10; in tg3_phy_probe()
2417 eeprom_phy_id |= (id2 & 0xfc00) << 16; in tg3_phy_probe()
2418 eeprom_phy_id |= (id2 & 0x03ff) << 0; in tg3_phy_probe()
2471 !KNOWN_PHY_ID(eeprom_phy_id & PHY_ID_MASK)) in tg3_phy_probe()
2473 tp->phy_id = eeprom_phy_id; in tg3_phy_probe()