Searched refs:asix_sw_reset (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/net/usb/ |
H A D | asix_devices.c | 394 ret = asix_sw_reset(dev, AX_SWRESET_IPPD, in_pm); in ax88772_hw_reset() 400 ret = asix_sw_reset(dev, AX_SWRESET_CLEAR, in_pm); in ax88772_hw_reset() 406 ret = asix_sw_reset(dev, AX_SWRESET_IPRL | AX_SWRESET_PRL, in ax88772_hw_reset() 411 ret = asix_sw_reset(dev, AX_SWRESET_IPPD | AX_SWRESET_PRL, in ax88772_hw_reset() 493 ret = asix_sw_reset(dev, AX_SWRESET_IPRL, in_pm); in ax88772a_hw_reset() 499 ret = asix_sw_reset(dev, AX_SWRESET_CLEAR, in_pm); in ax88772a_hw_reset() 503 ret = asix_sw_reset(dev, AX_SWRESET_IPRL, in_pm); in ax88772a_hw_reset() 1112 asix_sw_reset(dev, 0, 0); in ax88178_reset() 1115 asix_sw_reset(dev, AX_SWRESET_PRL | AX_SWRESET_IPPD, 0); in ax88178_reset() 1289 asix_sw_reset(dev, 0, 0); in ax88178_bind() [all …]
|
H A D | ax88172a.c | 135 ret = asix_sw_reset(dev, AX_SWRESET_IPPD, 0); in ax88172a_reset_phy() 140 ret = asix_sw_reset(dev, AX_SWRESET_CLEAR, 0); in ax88172a_reset_phy() 146 ret = asix_sw_reset(dev, embd_phy ? AX_SWRESET_IPRL : AX_SWRESET_IPPD, in ax88172a_reset_phy()
|
H A D | asix.h | 220 int asix_sw_reset(struct usbnet *dev, u8 flags, int in_pm);
|
H A D | asix_common.c | 349 int asix_sw_reset(struct usbnet *dev, u8 flags, int in_pm) in asix_sw_reset() function
|
/openbmc/u-boot/drivers/usb/eth/ |
H A D | asix.c | 207 static int asix_sw_reset(struct ueth_data *dev, u8 flags) in asix_sw_reset() function 379 if (asix_sw_reset(dev, AX_SWRESET_IPPD | AX_SWRESET_PRL) < 0) in asix_basic_reset() 382 if (asix_sw_reset(dev, AX_SWRESET_CLEAR) < 0) in asix_basic_reset() 386 if (asix_sw_reset(dev, AX_SWRESET_IPRL) < 0) in asix_basic_reset() 389 if (asix_sw_reset(dev, AX_SWRESET_PRTE) < 0) in asix_basic_reset()
|