Searched refs:HW_CFG_SRST_ (Results 1 – 5 of 5) sorted by relevance
89 #define HW_CFG_SRST_ (0x00000001) macro
192 #define HW_CFG_SRST_ 0x00000001 macro
1472 smsc911x_reg_write(pdata, HW_CFG, HW_CFG_SRST_); in smsc911x_soft_reset()1477 } while ((--timeout) && (temp & HW_CFG_SRST_)); in smsc911x_soft_reset()1479 if (unlikely(temp & HW_CFG_SRST_)) { in smsc911x_soft_reset()
202 SMC_SET_HW_CFG(lp, HW_CFG_SRST_); in smc911x_reset()213 } while (--timeout && (reg & HW_CFG_SRST_)); in smc911x_reset()
468 #define HW_CFG_SRST_ (0x00000001) /* Self Clearing */ macro