Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/usb/
Dsmsc95xx.h95 #define HW_CFG_LRST_ (0x00000008) /* Soft Lite Reset */ macro
Dlan78xx.h170 #define HW_CFG_LRST_ (0x00000002) macro
Dsmsc95xx.c1042 ret = smsc95xx_write_reg(dev, HW_CFG, HW_CFG_LRST_); in smsc95xx_reset()
1053 } while ((read_buf & HW_CFG_LRST_) && (timeout < 100)); in smsc95xx_reset()
Dlan78xx.c2473 buf |= HW_CFG_LRST_; in lan78xx_reset()
2485 } while (buf & HW_CFG_LRST_); in lan78xx_reset()
/Linux-v4.19/drivers/net/ethernet/microchip/
Dlan743x_main.h29 #define HW_CFG_LRST_ BIT(1) macro
Dlan743x_main.c76 data |= HW_CFG_LRST_; in lan743x_csr_light_reset()
80 !(data & HW_CFG_LRST_), 100000, 10000000); in lan743x_csr_light_reset()