Searched refs:INIT_WAIT_MSECS (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/hwmon/
H A Dhdaps.c61 #define INIT_WAIT_MSECS 200 /* ... in 200ms increments */ macro
273 for (total = INIT_TIMEOUT_MSECS; total > 0; total -= INIT_WAIT_MSECS) {
283 msleep(INIT_WAIT_MSECS);
H A Dapplesmc.c181 #define INIT_WAIT_MSECS 50 /* ... in 50ms increments */ macro
463 for (total = INIT_TIMEOUT_MSECS; total > 0; total -= INIT_WAIT_MSECS) {
470 msleep(INIT_WAIT_MSECS);

Completed in 69 milliseconds