Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/drivers/net/
Dtg3.c2493 uint32_t nic_phy_id; in tg3_phy_probe() local
2495 tg3_read_mem(NIC_SRAM_DATA_PHY_ID, &nic_phy_id); in tg3_phy_probe()
2496 if (nic_phy_id != 0) { in tg3_phy_probe()
2497 uint32_t id1 = nic_phy_id & NIC_SRAM_DATA_PHY_ID1_MASK; in tg3_phy_probe()
2498 uint32_t id2 = nic_phy_id & NIC_SRAM_DATA_PHY_ID2_MASK; in tg3_phy_probe()