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

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

Completed in 26 milliseconds