Searched refs:SMC_SET_PHY_BMCR (Results 1 – 2 of 2) sorted by relevance
/drivers/net/ |
D | smc911x.c | 754 SMC_SET_PHY_BMCR(lp, phyaddr, bmcr); in smc911x_phy_fixed() 768 SMC_SET_PHY_BMCR(lp, phyaddr, bmcr); in smc911x_phy_fixed() 772 SMC_SET_PHY_BMCR(lp, phyaddr, bmcr); in smc911x_phy_fixed() 838 SMC_SET_PHY_BMCR(lp, phy, bmcr); in smc911x_phy_powerdown() 870 SMC_SET_PHY_BMCR(lp, phyaddr, bmcr); in smc911x_phy_check_media() 968 SMC_SET_PHY_BMCR(lp, phyaddr, BMCR_ANENABLE | BMCR_ANRESTART); in smc911x_phy_configure()
|
D | smc911x.h | 875 #define SMC_SET_PHY_BMCR(lp,phy,x) SMC_SET_MII( (lp), MII_BMCR, phy, x ) macro
|