Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/usb/
Dsmsc95xx.h86 #define HW_CFG_LRST_ (0x00000008) macro
Dlan78xx.h168 #define HW_CFG_LRST_ (0x00000002) macro
Dsmsc95xx.c883 ret = smsc95xx_write_reg(dev, HW_CFG, HW_CFG_LRST_); in smsc95xx_reset()
894 } while ((read_buf & HW_CFG_LRST_) && (timeout < 100)); in smsc95xx_reset()
Dlan78xx.c1817 buf |= HW_CFG_LRST_; in lan78xx_reset()
1829 } while (buf & HW_CFG_LRST_); in lan78xx_reset()