Home
last modified time | relevance | path

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