Searched refs:SMC_SET_MII (Results 1 – 4 of 4) sorted by relevance
| /Linux-v4.19/drivers/net/ethernet/smsc/ |
| D | smc911x.h | 846 #define SMC_SET_MII(lp,a,phy,v) \ macro 861 #define SMC_SET_PHY_BMCR(lp,phy,x) SMC_SET_MII( (lp), MII_BMCR, phy, x ) 866 #define SMC_SET_PHY_MII_ADV(lp,phy,x) SMC_SET_MII( (lp), MII_ADVERTISE, phy, x ) 868 #define SMC_SET_PHY_MII_LPA(lp,phy,x) SMC_SET_MII( (lp), MII_LPA, phy, x ) 870 #define SMC_SET_PHY_CTRL_STS(lp,phy,x) SMC_SET_MII( (lp), PHY_MODE_CTRL_STS, phy, x ) 872 #define SMC_SET_PHY_INT_SRC(lp,phy,x) SMC_SET_MII( (lp), PHY_INT_SRC, phy, x ) 874 #define SMC_SET_PHY_INT_MASK(lp,phy,x) SMC_SET_MII( (lp), PHY_INT_MASK, phy, x )
|
| D | smc91x.c | 787 SMC_SET_MII(lp, mii_reg); in smc_mii_out() 789 SMC_SET_MII(lp, mii_reg | MII_MCLK); in smc_mii_out() 801 SMC_SET_MII(lp, mii_reg); in smc_mii_in() 807 SMC_SET_MII(lp, mii_reg); in smc_mii_in() 809 SMC_SET_MII(lp, mii_reg | MII_MCLK); in smc_mii_in() 837 SMC_SET_MII(lp, SMC_GET_MII(lp) & ~(MII_MCLK|MII_MDOE|MII_MDO)); in smc_phy_read() 864 SMC_SET_MII(lp, SMC_GET_MII(lp) & ~(MII_MCLK|MII_MDOE|MII_MDO)); in smc_phy_write()
|
| D | smc91x.h | 974 #define SMC_SET_MII(lp, x) SMC_outw(lp, x, ioaddr, MII_REG(lp)) macro
|
| D | smc911x.c | 661 SMC_SET_MII(lp, phyreg, phyaddr, phydata); in smc911x_phy_write()
|