Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/tty/serial/
Dcrisv10.c98 #define MIN_FLUSH_TIME_USEC 250 macro
970 if (info->flush_time_usec < MIN_FLUSH_TIME_USEC) in update_char_time()
971 info->flush_time_usec = MIN_FLUSH_TIME_USEC; in update_char_time()