Home
last modified time | relevance | path

Searched refs:MAX_WAIT (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/watchdog/
H A Dlenovo_se10_wdt.c41 #define MAX_WAIT 10 macro
78 if (inb(STATUS_PORT) & condition || loop > MAX_WAIT) in wait_for_buffer()
H A Dlenovo_se30_wdt.c25 #define MAX_WAIT 10 macro
126 while (loop < MAX_WAIT) { in shm_get_ready()
/linux/drivers/misc/
H A Dhpilo.h29 #define MAX_WAIT (MAX_WAIT_TIME / WAIT_TIME) macro
H A Dhpilo.c246 for (retries = MAX_WAIT; retries > 0; retries--) { in ilo_ccb_close()
359 for (i = MAX_WAIT; i > 0; i--) { in ilo_ccb_verify()