Searched refs:nic_phy_id (Results 1 – 1 of 1) sorted by relevance
2493 uint32_t nic_phy_id; in tg3_phy_probe() local2495 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()