Searched refs:smc911x_eth_phy_write (Results 1 – 1 of 1) sorted by relevance
/openbmc/u-boot/drivers/net/ |
H A D | smc911x.c | 51 static int smc911x_eth_phy_write(struct eth_device *dev, in smc911x_eth_phy_write() function 87 smc911x_eth_phy_write(dev, 1, MII_BMCR, BMCR_RESET); in smc911x_phy_configure() 89 smc911x_eth_phy_write(dev, 1, MII_ADVERTISE, 0x01e1); in smc911x_phy_configure() 90 smc911x_eth_phy_write(dev, 1, MII_BMCR, BMCR_ANENABLE | in smc911x_phy_configure() 240 return smc911x_eth_phy_write(dev, phy, reg, val); in smc911x_miiphy_write()
|