Searched refs:SMC_SET_PHY_BMCR (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/smsc/ |
D | smc911x.c | 752 SMC_SET_PHY_BMCR(lp, phyaddr, bmcr); in smc911x_phy_fixed() 766 SMC_SET_PHY_BMCR(lp, phyaddr, bmcr); in smc911x_phy_fixed() 770 SMC_SET_PHY_BMCR(lp, phyaddr, bmcr); in smc911x_phy_fixed() 836 SMC_SET_PHY_BMCR(lp, phy, bmcr); in smc911x_phy_powerdown() 868 SMC_SET_PHY_BMCR(lp, phyaddr, bmcr); in smc911x_phy_check_media() 966 SMC_SET_PHY_BMCR(lp, phyaddr, BMCR_ANENABLE | BMCR_ANRESTART); in smc911x_phy_configure()
|
D | smc911x.h | 872 #define SMC_SET_PHY_BMCR(lp,phy,x) SMC_SET_MII( (lp), MII_BMCR, phy, x ) macro
|