Searched refs:XMIT_FIFO_SIZE (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/tty/
H A Damiserial.c92 #define XMIT_FIFO_SIZE 1 macro
630 info->timeout = (XMIT_FIFO_SIZE*HZ*bits*quot) / baud_base;
906 ss->xmit_fifo_size = XMIT_FIFO_SIZE;
927 ss->xmit_fifo_size != XMIT_FIFO_SIZE) {
1282 char_time = (info->timeout - HZ/50) / XMIT_FIFO_SIZE;

Completed in 162 milliseconds