Searched refs:INIT_WAIT_MSECS (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/hwmon/
H A Dhdaps.c62 #define INIT_WAIT_MSECS 200 /* ... in 200ms increments */ macro
271 for (total = INIT_TIMEOUT_MSECS; total > 0; total -= INIT_WAIT_MSECS) {
281 msleep(INIT_WAIT_MSECS);
H A Dapplesmc.c100 #define INIT_WAIT_MSECS 50 /* ... in 50ms increments */ macro
364 for (total = INIT_TIMEOUT_MSECS; total > 0; total -= INIT_WAIT_MSECS) {
386 msleep(INIT_WAIT_MSECS);

Completed in 32 milliseconds