Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/MPS2_AN385/ether_lan9118/
Dsmsc9220_eth_drv.c738 uint32_t phyid1 = 0; in smsc9220_check_phy() local
741 if( smsc9220_phy_regread( dev, SMSC9220_PHY_REG_OFFSET_ID1, &phyid1 ) ) in smsc9220_check_phy()
751 if( ( ( phyid1 == 0xFFFF ) && ( phyid2 == 0xFFFF ) ) || in smsc9220_check_phy()
752 ( ( phyid1 == 0x0 ) && ( phyid2 == 0x0 ) ) ) in smsc9220_check_phy()