Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/smsc/
Dsmc911x.c707 SMC_GET_PHY_ID1(lp, phyaddr & 31, id1); in smc911x_phy_detect()
726 SMC_GET_PHY_ID1(lp, 1, id1); in smc911x_phy_detect()
Dsmc911x.h874 #define SMC_GET_PHY_ID1(lp,phy,x) SMC_GET_MII( (lp), MII_PHYSID1, phy, x ) macro