Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/drivers/net/
Dsmc9000.c304 word phy_id2; in smc_detect_phy() local
313 phy_id2 = smc_read_phy_register(ioaddr, phyaddr, PHY_ID2_REG); in smc_detect_phy()
316 if ((phy_id2 > 0x0000) && (phy_id2 < 0xffff) && in smc_detect_phy()
319 if ((phy_id1 != 0x8000) && (phy_id2 != 0x8000)) in smc_detect_phy()
336 if ( (phy_id1 == 0x0016) && ((phy_id2 & 0xFFF0) == 0xF840 ) ) in smc_detect_phy()
341 if ( (phy_id1 == 0x0282) && ((phy_id2 & 0xFFF0) == 0x1C50) ) in smc_detect_phy()