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