Searched refs:SMC_SET_MII (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/drivers/net/ethernet/smsc/ |
| D | smc911x.h | 835 #define SMC_SET_MII(lp,a,phy,v) \ macro 850 #define SMC_SET_PHY_BMCR(lp,phy,x) SMC_SET_MII( (lp), MII_BMCR, phy, x ) 855 #define SMC_SET_PHY_MII_ADV(lp,phy,x) SMC_SET_MII( (lp), MII_ADVERTISE, phy, x ) 857 #define SMC_SET_PHY_MII_LPA(lp,phy,x) SMC_SET_MII( (lp), MII_LPA, phy, x ) 859 #define SMC_SET_PHY_CTRL_STS(lp,phy,x) SMC_SET_MII( (lp), PHY_MODE_CTRL_STS, phy, x ) 861 #define SMC_SET_PHY_INT_SRC(lp,phy,x) SMC_SET_MII( (lp), PHY_INT_SRC, phy, x ) 863 #define SMC_SET_PHY_INT_MASK(lp,phy,x) SMC_SET_MII( (lp), PHY_INT_MASK, phy, x )
|
| D | smc91x.c | 775 SMC_SET_MII(lp, mii_reg); in smc_mii_out() 777 SMC_SET_MII(lp, mii_reg | MII_MCLK); in smc_mii_out() 789 SMC_SET_MII(lp, mii_reg); in smc_mii_in() 795 SMC_SET_MII(lp, mii_reg); in smc_mii_in() 797 SMC_SET_MII(lp, mii_reg | MII_MCLK); in smc_mii_in() 825 SMC_SET_MII(lp, SMC_GET_MII(lp) & ~(MII_MCLK|MII_MDOE|MII_MDO)); in smc_phy_read() 852 SMC_SET_MII(lp, SMC_GET_MII(lp) & ~(MII_MCLK|MII_MDOE|MII_MDO)); in smc_phy_write()
|
| D | smc91x.h | 963 #define SMC_SET_MII(lp, x) SMC_outw(lp, x, ioaddr, MII_REG(lp)) macro
|
| D | smc911x.c | 650 SMC_SET_MII(lp, phyreg, phyaddr, phydata); in smc911x_phy_write()
|