Searched refs:lan7x_mdio_read (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/usb/eth/ |
| H A D | lan7x.c | 68 int lan7x_mdio_read(struct usb_device *udev, int phy_id, int idx) in lan7x_mdio_read() function 122 return lan7x_mdio_read(udev, addr, reg); in lan7x_phylib_mdio_read() 276 lcladv = lan7x_mdio_read(udev, dev->phy_id, MII_ADVERTISE); in lan7x_update_flowcontrol() 277 rmtadv = lan7x_mdio_read(udev, dev->phy_id, MII_LPA); in lan7x_update_flowcontrol()
|
| H A D | lan7x.h | 162 int lan7x_mdio_read(struct usb_device *udev, int phy_id, int idx); 178 val = lan7x_mdio_read(udev, phy_id, reg); in lan7x_mdio_wait_for_bit()
|