Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/smsc/
Dsmc911x.c709 SMC_GET_PHY_ID1(lp, phyaddr & 31, id1); in smc911x_phy_detect()
728 SMC_GET_PHY_ID1(lp, 1, id1); in smc911x_phy_detect()
Dsmc911x.h863 #define SMC_GET_PHY_ID1(lp,phy,x) SMC_GET_MII( (lp), MII_PHYSID1, phy, x ) macro