Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/usb/
H A Dasix_devices.c354 ret = asix_write_gpio(dev, AX_GPIO_RSE | AX_GPIO_GPO_2 | in ax88772_hw_reset()
450 ret = asix_write_gpio(dev, AX_GPIO_RSE, 5, in_pm); in ax88772a_hw_reset()
898 asix_write_gpio(dev, AX_GPIO_RSE | AX_GPIO_GPO_1 | in ax88178_reset()
901 asix_write_gpio(dev, 0x003c, 30, 0); in ax88178_reset()
902 asix_write_gpio(dev, 0x001c, 300, 0); in ax88178_reset()
903 asix_write_gpio(dev, 0x003c, 30, 0); in ax88178_reset()
906 asix_write_gpio(dev, AX_GPIO_GPO1EN, 30, 0); in ax88178_reset()
907 asix_write_gpio(dev, AX_GPIO_GPO1EN | AX_GPIO_GPO_1, 30, 0); in ax88178_reset()
H A Dasix.h219 int asix_write_gpio(struct usbnet *dev, u16 value, int sleep, int in_pm);
H A Dasix_common.c386 int asix_write_gpio(struct usbnet *dev, u16 value, int sleep, int in_pm) in asix_write_gpio() function
/OK3568_Linux_fs/u-boot/drivers/usb/eth/
H A Dasix.c280 static int asix_write_gpio(struct ueth_data *dev, u16 value, int sleep) in asix_write_gpio() function
368 if (asix_write_gpio(dev, in asix_basic_reset()