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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/usb/
H A Dsmsc95xx.h84 #define HW_CFG_SRST_ (0x00000001) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dsmsc911x.h197 #define HW_CFG_SRST_ 0x00000001 macro
H A Dsmsc911x.c1123 smsc911x_reg_write(pdata, HW_CFG, HW_CFG_SRST_);
1128 } while ((--timeout) && (temp & HW_CFG_SRST_));
1130 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.h469 #define HW_CFG_SRST_ (0x00000001) /* Self Clearing */ macro

Completed in 59 milliseconds