Home
last modified time | relevance | path

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

/bsp/qemu-vexpress-a9/drivers/
A Ddrv_smc911x.c219 static int smc911x_eth_phy_write(struct eth_device_smc911x *dev, in smc911x_eth_phy_write() function
255 smc911x_eth_phy_write(dev, 1, LAN9118_MII_BMCR, LAN9118_BMCR_RESET); in smc911x_phy_configure()
257 smc911x_eth_phy_write(dev, 1, LAN9118_MII_ADVERTISE, 0x01e1); in smc911x_phy_configure()
258 smc911x_eth_phy_write(dev, 1, LAN9118_MII_BMCR, LAN9118_BMCR_ANENABLE | LAN9118_BMCR_ANRESTART); in smc911x_phy_configure()
317 return smc911x_eth_phy_write(dev, phy, reg, val); in smc911x_miiphy_write()

Completed in 4 milliseconds