Searched refs:SMC_SET_MII (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/smsc/ |
D | smc911x.h | 857 #define SMC_SET_MII(lp,a,phy,v) \ macro 872 #define SMC_SET_PHY_BMCR(lp,phy,x) SMC_SET_MII( (lp), MII_BMCR, phy, x ) 877 #define SMC_SET_PHY_MII_ADV(lp,phy,x) SMC_SET_MII( (lp), MII_ADVERTISE, phy, x ) 879 #define SMC_SET_PHY_MII_LPA(lp,phy,x) SMC_SET_MII( (lp), MII_LPA, phy, x ) 881 #define SMC_SET_PHY_CTRL_STS(lp,phy,x) SMC_SET_MII( (lp), PHY_MODE_CTRL_STS, phy, x ) 883 #define SMC_SET_PHY_INT_SRC(lp,phy,x) SMC_SET_MII( (lp), PHY_INT_SRC, phy, x ) 885 #define SMC_SET_PHY_INT_MASK(lp,phy,x) SMC_SET_MII( (lp), PHY_INT_MASK, phy, x )
|
D | smc91x.c | 786 SMC_SET_MII(lp, mii_reg); in smc_mii_out() 788 SMC_SET_MII(lp, mii_reg | MII_MCLK); in smc_mii_out() 800 SMC_SET_MII(lp, mii_reg); in smc_mii_in() 806 SMC_SET_MII(lp, mii_reg); in smc_mii_in() 808 SMC_SET_MII(lp, mii_reg | MII_MCLK); in smc_mii_in() 836 SMC_SET_MII(lp, SMC_GET_MII(lp) & ~(MII_MCLK|MII_MDOE|MII_MDO)); in smc_phy_read() 863 SMC_SET_MII(lp, SMC_GET_MII(lp) & ~(MII_MCLK|MII_MDOE|MII_MDO)); in smc_phy_write()
|
D | smc91x.h | 955 #define SMC_SET_MII(lp, x) SMC_outw(x, ioaddr, MII_REG(lp)) macro
|
D | smc911x.c | 659 SMC_SET_MII(lp, phyreg, phyaddr, phydata); in smc911x_phy_write()
|