Home
last modified time | relevance | path

Searched refs:embd_phy (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/net/usb/
Dsr9800.c599 int ret, embd_phy; in sr9800_reset() local
607 embd_phy = ((sr_get_phy_addr(dev) & 0x1f) == 0x10 ? 1 : 0); in sr9800_reset()
609 ret = sr_write_cmd(dev, SR_CMD_SW_PHY_SELECT, embd_phy, 0, 0, NULL); in sr9800_reset()
627 if (embd_phy) { in sr9800_reset()
730 int ret, embd_phy; in sr9800_bind() local
773 embd_phy = ((dev->mii.phy_id & 0x1f) == 0x10 ? 1 : 0); in sr9800_bind()
775 ret = sr_write_cmd(dev, SR_CMD_SW_PHY_SELECT, embd_phy, 0, 0, NULL); in sr9800_bind()
Dasix_devices.c301 int ret, embd_phy; in ax88772_reset() local
309 embd_phy = ((asix_get_phy_addr(dev) & 0x1f) == 0x10 ? 1 : 0); in ax88772_reset()
311 ret = asix_write_cmd(dev, AX_CMD_SW_PHY_SELECT, embd_phy, 0, 0, NULL); in ax88772_reset()
329 if (embd_phy) { in ax88772_reset()
420 int ret, embd_phy, i; in ax88772_bind() local
459 embd_phy = ((dev->mii.phy_id & 0x1f) == 0x10 ? 1 : 0); in ax88772_bind()
462 ret = asix_write_cmd(dev, AX_CMD_SW_PHY_SELECT, embd_phy, 0, 0, NULL); in ax88772_bind()
Dax88172a.c204 static int ax88172a_reset_phy(struct usbnet *dev, int embd_phy) in ax88172a_reset_phy() argument
219 ret = asix_sw_reset(dev, embd_phy ? AX_SWRESET_IPRL : AX_SWRESET_IPPD); in ax88172a_reset_phy()