Home
last modified time | relevance | path

Searched refs:HW_CFG_LRST_ (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/usb/
H A Dsmsc95xx.h83 #define HW_CFG_LRST_ (0x00000008) /* Soft Lite Reset */ macro
H A Dlan78xx.h158 #define HW_CFG_LRST_ (0x00000002) macro
H A Dsmsc95xx.c853 ret = smsc95xx_write_reg(dev, HW_CFG, HW_CFG_LRST_); in smsc95xx_reset()
864 } while ((read_buf & HW_CFG_LRST_) && (timeout < 100)); in smsc95xx_reset()
H A Dlan78xx.c2432 buf |= HW_CFG_LRST_; in lan78xx_reset()
2444 } while (buf & HW_CFG_LRST_); in lan78xx_reset()
/kernel/linux/linux-6.6/drivers/net/usb/
H A Dsmsc95xx.h83 #define HW_CFG_LRST_ (0x00000008) /* Soft Lite Reset */ macro
H A Dlan78xx.h158 #define HW_CFG_LRST_ (0x00000002) macro
H A Dsmsc95xx.c887 ret = smsc95xx_write_reg(dev, HW_CFG, HW_CFG_LRST_); in smsc95xx_reset()
898 } while ((read_buf & HW_CFG_LRST_) && (timeout < 100)); in smsc95xx_reset()
H A Dlan78xx.c2891 buf |= HW_CFG_LRST_; in lan78xx_reset()
2910 } while (buf & HW_CFG_LRST_); in lan78xx_reset()
/kernel/linux/linux-5.10/drivers/net/ethernet/microchip/
H A Dlan743x_main.h32 #define HW_CFG_LRST_ BIT(1) macro
H A Dlan743x_main.c79 data |= HW_CFG_LRST_; in lan743x_csr_light_reset()
83 !(data & HW_CFG_LRST_), 100000, 10000000); in lan743x_csr_light_reset()
/kernel/linux/linux-6.6/drivers/net/ethernet/microchip/
H A Dlan743x_main.h53 #define HW_CFG_LRST_ BIT(1) macro
H A Dlan743x_main.c140 data |= HW_CFG_LRST_; in lan743x_csr_light_reset()
144 !(data & HW_CFG_LRST_), 100000, 10000000); in lan743x_csr_light_reset()

Completed in 37 milliseconds