Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/usb/eth/
H A Dlan7x.c362 ret = lan7x_write_reg(udev, HW_CFG, HW_CFG_LRST); in lan7x_basic_reset()
367 HW_CFG, HW_CFG_LRST, in lan7x_basic_reset()
H A Dlan7x.h33 #define HW_CFG_LRST BIT(1) macro
/OK3568_Linux_fs/kernel/drivers/net/usb/
H A Dsmsc75xx.h91 #define HW_CFG_LRST (0x00000002) macro
H A Dsmsc75xx.c1063 buf |= HW_CFG_LRST; in smsc75xx_reset()
1080 } while ((buf & HW_CFG_LRST) && (timeout < 100)); in smsc75xx_reset()