Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/platform/x86/
Dhdaps.c61 #define INIT_WAIT_MSECS 200 /* ... in 200ms increments */ macro
273 for (total = INIT_TIMEOUT_MSECS; total > 0; total -= INIT_WAIT_MSECS) { in hdaps_device_init()
283 msleep(INIT_WAIT_MSECS); in hdaps_device_init()
/linux-2.6.39/drivers/hwmon/
Dapplesmc.c93 #define INIT_WAIT_MSECS 50 /* ... in 50ms increments */ macro
468 for (total = INIT_TIMEOUT_MSECS; total > 0; total -= INIT_WAIT_MSECS) { in applesmc_device_init()
475 msleep(INIT_WAIT_MSECS); in applesmc_device_init()
551 for (ms = 0; ms < INIT_TIMEOUT_MSECS; ms += INIT_WAIT_MSECS) { in applesmc_init_smcreg()
558 msleep(INIT_WAIT_MSECS); in applesmc_init_smcreg()