Searched refs:hw_phy_id_2 (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; local
2454 err |= tg3_readphy(tp, MII_PHYSID2, &hw_phy_id_2);
2457 hw_phy_id |= (hw_phy_id_2 & 0xfc00) << 16;
2458 hw_phy_id |= (hw_phy_id_2 & 0x03ff) << 0;

Completed in 82 milliseconds