Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/smsc/
Dsmc911x.c698 SMC_GET_PHY_ID1(lp, phyaddr & 31, id1); in smc911x_phy_detect()
718 SMC_GET_PHY_ID1(lp, 1, id1); in smc911x_phy_detect()
Dsmc911x.h852 #define SMC_GET_PHY_ID1(lp,phy,x) SMC_GET_MII( (lp), MII_PHYSID1, phy, x ) macro