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

/drivers/platform/x86/
H A Dhdaps.c63 #define INIT_WAIT_MSECS 200 /* ... in 200ms increments */ macro
275 for (total = INIT_TIMEOUT_MSECS; total > 0; total -= INIT_WAIT_MSECS) {
285 msleep(INIT_WAIT_MSECS);
/drivers/hwmon/
H A Dapplesmc.c96 #define INIT_WAIT_MSECS 50 /* ... in 50ms increments */ macro
497 for (total = INIT_TIMEOUT_MSECS; total > 0; total -= INIT_WAIT_MSECS) {
504 msleep(INIT_WAIT_MSECS);
626 for (ms = 0; ms < INIT_TIMEOUT_MSECS; ms += INIT_WAIT_MSECS) {
633 msleep(INIT_WAIT_MSECS);

Completed in 62 milliseconds