Home
last modified time | relevance | path

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

/drivers/net/ethernet/smsc/
Dsmc911x.c699 SMC_GET_PHY_ID2(lp, phyaddr & 31, id2); in smc911x_phy_detect()
719 SMC_GET_PHY_ID2(lp, 1, id2); in smc911x_phy_detect()
Dsmc911x.h853 #define SMC_GET_PHY_ID2(lp,phy,x) SMC_GET_MII( (lp), MII_PHYSID2, phy, x ) macro