Searched refs:asix_sw_reset (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/usb/ |
| H A D | asix_devices.c | 369 ret = asix_sw_reset(dev, AX_SWRESET_IPPD, in_pm); in ax88772_hw_reset() 375 ret = asix_sw_reset(dev, AX_SWRESET_CLEAR, in_pm); in ax88772_hw_reset() 381 ret = asix_sw_reset(dev, AX_SWRESET_IPRL | AX_SWRESET_PRL, in ax88772_hw_reset() 386 ret = asix_sw_reset(dev, AX_SWRESET_IPPD | AX_SWRESET_PRL, in ax88772_hw_reset() 464 ret = asix_sw_reset(dev, AX_SWRESET_IPPD | AX_SWRESET_IPRL, in_pm); in ax88772a_hw_reset() 470 ret = asix_sw_reset(dev, AX_SWRESET_IPRL, in_pm); in ax88772a_hw_reset() 476 ret = asix_sw_reset(dev, AX_SWRESET_CLEAR, in_pm); in ax88772a_hw_reset() 480 ret = asix_sw_reset(dev, AX_SWRESET_IPRL, in_pm); in ax88772a_hw_reset() 917 asix_sw_reset(dev, 0, 0); in ax88178_reset() 920 asix_sw_reset(dev, AX_SWRESET_PRL | AX_SWRESET_IPPD, 0); in ax88178_reset() [all …]
|
| H A D | ax88172a.c | 149 ret = asix_sw_reset(dev, AX_SWRESET_IPPD, 0); in ax88172a_reset_phy() 154 ret = asix_sw_reset(dev, AX_SWRESET_CLEAR, 0); in ax88172a_reset_phy() 160 ret = asix_sw_reset(dev, embd_phy ? AX_SWRESET_IPRL : AX_SWRESET_IPPD, in ax88172a_reset_phy()
|
| H A D | asix.h | 211 int asix_sw_reset(struct usbnet *dev, u8 flags, int in_pm);
|
| H A D | asix_common.c | 318 int asix_sw_reset(struct usbnet *dev, u8 flags, int in_pm) in asix_sw_reset() function
|
| /OK3568_Linux_fs/u-boot/drivers/usb/eth/ |
| H A D | asix.c | 208 static int asix_sw_reset(struct ueth_data *dev, u8 flags) in asix_sw_reset() function 380 if (asix_sw_reset(dev, AX_SWRESET_IPPD | AX_SWRESET_PRL) < 0) in asix_basic_reset() 383 if (asix_sw_reset(dev, AX_SWRESET_CLEAR) < 0) in asix_basic_reset() 387 if (asix_sw_reset(dev, AX_SWRESET_IPRL) < 0) in asix_basic_reset() 390 if (asix_sw_reset(dev, AX_SWRESET_PRTE) < 0) in asix_basic_reset()
|