Searched refs:SMC_SET_MII (Results 1 – 4 of 4) sorted by relevance
| /Linux-v6.1/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 | 776 SMC_SET_MII(lp, mii_reg); in smc_mii_out() 778 SMC_SET_MII(lp, mii_reg | MII_MCLK); in smc_mii_out() 790 SMC_SET_MII(lp, mii_reg); in smc_mii_in() 796 SMC_SET_MII(lp, mii_reg); in smc_mii_in() 798 SMC_SET_MII(lp, mii_reg | MII_MCLK); in smc_mii_in() 826 SMC_SET_MII(lp, SMC_GET_MII(lp) & ~(MII_MCLK|MII_MDOE|MII_MDO)); in smc_phy_read() 853 SMC_SET_MII(lp, SMC_GET_MII(lp) & ~(MII_MCLK|MII_MDOE|MII_MDO)); in smc_phy_write()
|
| D | smc91x.h | 952 #define SMC_SET_MII(lp, x) SMC_outw(lp, x, ioaddr, MII_REG(lp)) macro
|
| D | smc911x.c | 653 SMC_SET_MII(lp, phyreg, phyaddr, phydata); in smc911x_phy_write()
|