Searched refs:HW_CFG_SRST_ (Results 1 - 6 of 6) sorted by relevance

/linux-4.4.14/drivers/net/usb/
H A Dsmsc95xx.h89 #define HW_CFG_SRST_ (0x00000001) macro
H A Dlan78xx.h169 #define HW_CFG_SRST_ (0x00000001) macro
/linux-4.4.14/drivers/net/ethernet/smsc/
H A Dsmsc911x.h192 #define HW_CFG_SRST_ 0x00000001 macro
H A Dsmsc911x.c1472 smsc911x_reg_write(pdata, HW_CFG, HW_CFG_SRST_); smsc911x_soft_reset()
1477 } while ((--timeout) && (temp & HW_CFG_SRST_)); smsc911x_soft_reset()
1479 if (unlikely(temp & HW_CFG_SRST_)) { smsc911x_soft_reset()
H A Dsmc911x.c202 SMC_SET_HW_CFG(lp, HW_CFG_SRST_); smc911x_reset()
213 } while (--timeout && (reg & HW_CFG_SRST_)); smc911x_reset()
H A Dsmc911x.h468 #define HW_CFG_SRST_ (0x00000001) /* Self Clearing */ macro

Completed in 106 milliseconds