Home
last modified time | relevance | path

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

/drivers/net/usb/
Dasix_devices.c317 ret = asix_sw_reset(dev, AX_SWRESET_IPPD | AX_SWRESET_PRL); in ax88772_reset()
323 ret = asix_sw_reset(dev, AX_SWRESET_CLEAR); in ax88772_reset()
330 ret = asix_sw_reset(dev, AX_SWRESET_IPRL); in ax88772_reset()
334 ret = asix_sw_reset(dev, AX_SWRESET_PRTE); in ax88772_reset()
349 ret = asix_sw_reset(dev, AX_SWRESET_PRL); in ax88772_reset()
355 ret = asix_sw_reset(dev, AX_SWRESET_IPRL | AX_SWRESET_PRL); in ax88772_reset()
635 asix_sw_reset(dev, 0); in ax88178_reset()
638 asix_sw_reset(dev, AX_SWRESET_PRL | AX_SWRESET_IPPD); in ax88178_reset()
814 asix_sw_reset(dev, 0); in ax88178_bind()
817 asix_sw_reset(dev, AX_SWRESET_PRL | AX_SWRESET_IPPD); in ax88178_bind()
Dax88172a.c208 ret = asix_sw_reset(dev, AX_SWRESET_IPPD); in ax88172a_reset_phy()
213 ret = asix_sw_reset(dev, AX_SWRESET_CLEAR); in ax88172a_reset_phy()
219 ret = asix_sw_reset(dev, embd_phy ? AX_SWRESET_IPRL : AX_SWRESET_IPPD); in ax88172a_reset_phy()
Dasix.h206 int asix_sw_reset(struct usbnet *dev, u8 flags);
Dasix_common.c273 int asix_sw_reset(struct usbnet *dev, u8 flags) in asix_sw_reset() function