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

/linux-master/drivers/tty/serial/8250/
H A D8250_fsl.c71 if ((orig_lsr & UART_LSR_OE) && (up->overrun_backoff_time_ms > 0)) {
84 delay = msecs_to_jiffies(up->overrun_backoff_time_ms);
H A D8250_of.c211 &port8250.overrun_backoff_time_ms) != 0)
212 port8250.overrun_backoff_time_ms = 0;
H A D8250_core.c1158 if (up->overrun_backoff_time_ms > 0) {
1159 uart->overrun_backoff_time_ms =
1160 up->overrun_backoff_time_ms;
1164 uart->overrun_backoff_time_ms = 0;
H A D8250_omap.c677 if ((lsr & UART_LSR_OE) && up->overrun_backoff_time_ms > 0) {
693 delay = msecs_to_jiffies(up->overrun_backoff_time_ms);
1475 &up.overrun_backoff_time_ms) != 0)
1476 up.overrun_backoff_time_ms = 0;
/linux-master/include/linux/
H A Dserial_8250.h169 u32 overrun_backoff_time_ms; member in struct:uart_8250_port

Completed in 234 milliseconds