Searched refs:HW_CFG_LRST_ (Results 1 – 5 of 5) sorted by relevance
83 #define HW_CFG_LRST_ (0x00000008) /* Soft Lite Reset */ macro
161 #define HW_CFG_LRST_ (0x00000002) macro
939 ret = smsc95xx_write_reg(dev, HW_CFG, HW_CFG_LRST_); in smsc95xx_reset()950 } while ((read_buf & HW_CFG_LRST_) && (timeout < 100)); in smsc95xx_reset()
3234 buf |= HW_CFG_LRST_; in lan78xx_reset()3253 } while (buf & HW_CFG_LRST_); in lan78xx_reset()
150 data |= HW_CFG_LRST_; in lan743x_csr_light_reset()154 !(data & HW_CFG_LRST_), 100000, 10000000); in lan743x_csr_light_reset()