Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dtg3.c2409 uint32_t nic_phy_id; in tg3_phy_probe() local
2411 tg3_read_mem(NIC_SRAM_DATA_PHY_ID, &nic_phy_id); in tg3_phy_probe()
2412 if (nic_phy_id != 0) { in tg3_phy_probe()
2413 uint32_t id1 = nic_phy_id & NIC_SRAM_DATA_PHY_ID1_MASK; in tg3_phy_probe()
2414 uint32_t id2 = nic_phy_id & NIC_SRAM_DATA_PHY_ID2_MASK; in tg3_phy_probe()