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