Searched defs:phy_id2 (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Dsmc9000.c304 word phy_id2; local
313 phy_id2 = smc_read_phy_register(ioaddr, phyaddr, PHY_ID2_REG);
316 if ((phy_id2 > 0x0000) && (phy_id2 < 0xffff) &&
319 if ((phy_id1 != 0x8000) && (phy_id2 != 0x8000))
336 if ( (phy_id1 == 0x0016) && ((phy_id2 & 0xFFF0) == 0xF840 ) )
341 if ( (phy_id1 == 0x0282) && ((phy_id2 & 0xFFF0) == 0x1C50) )

Completed in 55 milliseconds