Searched refs:mcs7830_write_phy (Results 1 – 1 of 1) sorted by relevance
| /linux-4.4.14/drivers/net/usb/ |
| D | mcs7830.c | 220 static int mcs7830_write_phy(struct usbnet *dev, u8 index, u16 val) in mcs7830_write_phy() function 271 ret = mcs7830_write_phy(dev, MII_ADVERTISE, MCS7830_MII_ADVERTISE); in mcs7830_set_autoneg() 275 ret = mcs7830_write_phy(dev, MII_BMCR, 0x0000); in mcs7830_set_autoneg() 278 ret = mcs7830_write_phy(dev, MII_BMCR, BMCR_ANENABLE); in mcs7830_set_autoneg() 281 ret = mcs7830_write_phy(dev, MII_BMCR, in mcs7830_set_autoneg() 329 mcs7830_write_phy(dev, location, val); in mcs7830_mdio_write()
|