Home
last modified time | relevance | path

Searched refs:SMC_SET_PHY_BMCR (Results 1 – 2 of 2) sorted by relevance

/drivers/net/
Dsmc911x.c754 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()
Dsmc911x.h875 #define SMC_SET_PHY_BMCR(lp,phy,x) SMC_SET_MII( (lp), MII_BMCR, phy, x ) macro