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

/drivers/net/usb/
H A Dsmsc95xx.h89 #define HW_CFG_SRST_ (0x00000001) macro
/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_);
1477 } while ((--timeout) && (temp & HW_CFG_SRST_));
1479 if (unlikely(temp & HW_CFG_SRST_)) {
H A Dsmc911x.c202 SMC_SET_HW_CFG(lp, HW_CFG_SRST_);
213 } while (--timeout && (reg & HW_CFG_SRST_));
H A Dsmc911x.h468 #define HW_CFG_SRST_ (0x00000001) /* Self Clearing */ macro

Completed in 65 milliseconds