Searched refs:INIT_TIMEOUT_MSECS (Results 1 – 2 of 2) sorted by relevance
50 #define INIT_TIMEOUT_MSECS 4000 /* wait up to 4s for device init ... */ macro263 for (total = INIT_TIMEOUT_MSECS; total > 0; total -= INIT_WAIT_MSECS) { in hdaps_device_init()
87 #define INIT_TIMEOUT_MSECS 5000 /* wait up to 5s for device init ... */ macro525 for (total = INIT_TIMEOUT_MSECS; total > 0; total -= INIT_WAIT_MSECS) { in applesmc_device_init()656 for (ms = 0; ms < INIT_TIMEOUT_MSECS; ms += INIT_WAIT_MSECS) { in applesmc_init_smcreg()