Home
last modified time | relevance | path

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

/linux/drivers/net/usb/
H A Dax88172a.c131 static int ax88172a_reset_phy(struct usbnet *dev, int embd_phy) in ax88172a_reset_phy() argument
146 ret = asix_sw_reset(dev, embd_phy ? AX_SWRESET_IPRL : AX_SWRESET_IPPD, in ax88172a_reset_phy()
H A Dasix_devices.c374 ret = asix_write_cmd(dev, AX_CMD_SW_PHY_SELECT, priv->embd_phy, in ax88772_hw_reset()
381 if (priv->embd_phy) { in ax88772_hw_reset()
467 ret = asix_write_cmd(dev, AX_CMD_SW_PHY_SELECT, priv->embd_phy | in ax88772a_hw_reset()
725 if (priv->embd_phy) in ax88772_init_phy()
813 if (priv->embd_phy) in ax88772_phylink_setup()
881 priv->embd_phy = ((priv->phy_addr & 0x1f) == AX_EMBD_PHY_ADDR); in ax88772_bind()