Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/usb/
Dsr9800.c209 static int sr_sw_reset(struct usbnet *dev, u8 flags) in sr_sw_reset() function
615 ret = sr_sw_reset(dev, SR_SWRESET_IPPD | SR_SWRESET_PRL); in sr9800_reset()
621 ret = sr_sw_reset(dev, SR_SWRESET_CLEAR); in sr9800_reset()
628 ret = sr_sw_reset(dev, SR_SWRESET_IPRL); in sr9800_reset()
632 ret = sr_sw_reset(dev, SR_SWRESET_PRTE); in sr9800_reset()
647 ret = sr_sw_reset(dev, SR_SWRESET_PRL); in sr9800_reset()
653 ret = sr_sw_reset(dev, SR_SWRESET_IPRL | SR_SWRESET_PRL); in sr9800_reset()
693 ret = sr_sw_reset(dev, SR_SWRESET_IPPD | SR_SWRESET_IPRL); in sr9800_phy_powerup()
701 ret = sr_sw_reset(dev, SR_SWRESET_IPRL); in sr9800_phy_powerup()
709 ret = sr_sw_reset(dev, SR_SWRESET_CLEAR); in sr9800_phy_powerup()
[all …]