Home
last modified time | relevance | path

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

/drivers/char/
Dhvc_console.c567 #define MIN_TIMEOUT (10) macro
569 static u32 timeout = MIN_TIMEOUT;
593 timeout = (written_total) ? 0 : MIN_TIMEOUT; in hvc_poll()
673 timeout = MIN_TIMEOUT; in hvc_poll()
/drivers/char/rio/
Drio.h107 #define MIN_TIMEOUT 3 macro