Home
last modified time | relevance | path

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

/drivers/tty/hvc/
Dhvc_console.c599 #define MIN_TIMEOUT (10) macro
601 static u32 timeout = MIN_TIMEOUT;
625 timeout = (written_total) ? 0 : MIN_TIMEOUT; in hvc_poll()
705 timeout = MIN_TIMEOUT; in hvc_poll()