Searched refs:HW_CFG_LRST_ (Results 1 - 2 of 2) 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.h81 #define HW_CFG_LRST_ (0x00000008) macro
H A Dsmsc95xx.c761 write_buf = HW_CFG_LRST_;
764 netdev_warn(dev->net, "Failed to write HW_CFG_LRST_ bit in HW_CFG register, ret = %d\n",
778 } while ((read_buf & HW_CFG_LRST_) && (timeout < 100));

Completed in 67 milliseconds