Searched refs:sr_sw_reset (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/net/usb/ |
H A D | sr9800.c | 208 static int sr_sw_reset(struct usbnet *dev, u8 flags) in sr_sw_reset() function 617 ret = sr_sw_reset(dev, SR_SWRESET_IPPD | SR_SWRESET_PRL); in sr9800_reset() 623 ret = sr_sw_reset(dev, SR_SWRESET_CLEAR); in sr9800_reset() 630 ret = sr_sw_reset(dev, SR_SWRESET_IPRL); in sr9800_reset() 634 ret = sr_sw_reset(dev, SR_SWRESET_PRTE); in sr9800_reset() 649 ret = sr_sw_reset(dev, SR_SWRESET_PRL); in sr9800_reset() 655 ret = sr_sw_reset(dev, SR_SWRESET_IPRL | SR_SWRESET_PRL); in sr9800_reset() 696 ret = sr_sw_reset(dev, SR_SWRESET_IPPD | SR_SWRESET_IPRL); in sr9800_phy_powerup() 704 ret = sr_sw_reset(dev, SR_SWRESET_IPRL); in sr9800_phy_powerup() 712 ret = sr_sw_reset(dev, SR_SWRESET_CLEAR); in sr9800_phy_powerup() [all …]
|