Searched refs:asix_write_gpio (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/net/usb/ |
H A D | asix_devices.c | 381 ret = asix_write_gpio(dev, AX_GPIO_RSE | AX_GPIO_GPO_2 | in ax88772_hw_reset() 475 ret = asix_write_gpio(dev, AX_GPIO_RSE, 5, in_pm); in ax88772a_hw_reset() 1093 asix_write_gpio(dev, AX_GPIO_RSE | AX_GPIO_GPO_1 | in ax88178_reset() 1096 asix_write_gpio(dev, 0x003c, 30, 0); in ax88178_reset() 1097 asix_write_gpio(dev, 0x001c, 300, 0); in ax88178_reset() 1098 asix_write_gpio(dev, 0x003c, 30, 0); in ax88178_reset() 1101 asix_write_gpio(dev, AX_GPIO_GPO1EN, 30, 0); in ax88178_reset() 1102 asix_write_gpio(dev, AX_GPIO_GPO1EN | AX_GPIO_GPO_1, 30, 0); in ax88178_reset()
|
H A D | asix.h | 229 int asix_write_gpio(struct usbnet *dev, u16 value, int sleep, int in_pm);
|
H A D | asix_common.c | 439 int asix_write_gpio(struct usbnet *dev, u16 value, int sleep, int in_pm) in asix_write_gpio() function
|
/openbmc/u-boot/drivers/usb/eth/ |
H A D | asix.c | 279 static int asix_write_gpio(struct ueth_data *dev, u16 value, int sleep) in asix_write_gpio() function 367 if (asix_write_gpio(dev, in asix_basic_reset()
|