Searched refs:mcs7830_write_phy (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/net/usb/ |
H A D | mcs7830.c | 216 static int mcs7830_write_phy(struct usbnet *dev, u8 index, u16 val) in mcs7830_write_phy() function 267 ret = mcs7830_write_phy(dev, MII_ADVERTISE, MCS7830_MII_ADVERTISE); in mcs7830_set_autoneg() 271 ret = mcs7830_write_phy(dev, MII_BMCR, 0x0000); in mcs7830_set_autoneg() 274 ret = mcs7830_write_phy(dev, MII_BMCR, BMCR_ANENABLE); in mcs7830_set_autoneg() 277 ret = mcs7830_write_phy(dev, MII_BMCR, in mcs7830_set_autoneg() 325 mcs7830_write_phy(dev, location, val); in mcs7830_mdio_write()
|