Searched refs:mcs7830_write_phy (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/usb/
H A Dmcs7830.c291 static int mcs7830_write_phy(struct usbnet *dev, u8 index, u16 val) function
342 ret = mcs7830_write_phy(dev, MII_ADVERTISE, MCS7830_MII_ADVERTISE);
346 ret = mcs7830_write_phy(dev, MII_BMCR, 0x0000);
349 ret = mcs7830_write_phy(dev, MII_BMCR, BMCR_ANENABLE);
352 ret = mcs7830_write_phy(dev, MII_BMCR,
400 mcs7830_write_phy(dev, location, val);

Completed in 61 milliseconds