Searched refs:HW_CFG_LRST_ (Results 1 – 7 of 7) sorted by relevance
49 #define HW_CFG_LRST_ 0x00000008 macro486 write_buf = HW_CFG_LRST_; in smsc95xx_init_common()498 } while ((read_buf & HW_CFG_LRST_) && (timeout < 100)); in smsc95xx_init_common()
83 #define HW_CFG_LRST_ (0x00000008) /* Soft Lite Reset */ macro
158 #define HW_CFG_LRST_ (0x00000002) macro
851 ret = smsc95xx_write_reg(dev, HW_CFG, HW_CFG_LRST_); in smsc95xx_reset()862 } while ((read_buf & HW_CFG_LRST_) && (timeout < 100)); in smsc95xx_reset()
2468 buf |= HW_CFG_LRST_; in lan78xx_reset()2480 } while (buf & HW_CFG_LRST_); in lan78xx_reset()
32 #define HW_CFG_LRST_ BIT(1) macro
79 data |= HW_CFG_LRST_; in lan743x_csr_light_reset()83 !(data & HW_CFG_LRST_), 100000, 10000000); in lan743x_csr_light_reset()