Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/drivers/net/
Dtg3.c2460 uint32_t eeprom_phy_id, hw_phy_id_1, hw_phy_id_2; in tg3_phy_probe() local
2477 eeprom_phy_id = PHY_ID_INVALID; in tg3_phy_probe()
2491 eeprom_phy_id = PHY_ID_SERDES; in tg3_phy_probe()
2500 eeprom_phy_id = (id1 >> 16) << 10; in tg3_phy_probe()
2501 eeprom_phy_id |= (id2 & 0xfc00) << 16; in tg3_phy_probe()
2502 eeprom_phy_id |= (id2 & 0x03ff) << 0; in tg3_phy_probe()
2555 !KNOWN_PHY_ID(eeprom_phy_id & PHY_ID_MASK)) in tg3_phy_probe()
2557 tp->phy_id = eeprom_phy_id; in tg3_phy_probe()