Home
last modified time | relevance | path

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

/linux/drivers/tty/serial/8250/
H A D8250_fsl.c71 if ((orig_lsr & UART_LSR_OE) && (up->overrun_backoff_time_ms > 0)) { in fsl8250_handle_irq()
84 delay = msecs_to_jiffies(up->overrun_backoff_time_ms); in fsl8250_handle_irq()
H A D8250_of.c243 &port8250.overrun_backoff_time_ms) != 0) in of_platform_serial_probe()
244 port8250.overrun_backoff_time_ms = 0; in of_platform_serial_probe()
H A D8250_core.c849 if (up->overrun_backoff_time_ms > 0) { in serial8250_register_8250_port()
850 uart->overrun_backoff_time_ms = in serial8250_register_8250_port()
851 up->overrun_backoff_time_ms; in serial8250_register_8250_port()
855 uart->overrun_backoff_time_ms = 0; in serial8250_register_8250_port()
H A D8250_omap.c691 if ((lsr & UART_LSR_OE) && up->overrun_backoff_time_ms > 0) { in omap8250_irq()
707 delay = msecs_to_jiffies(up->overrun_backoff_time_ms); in omap8250_irq()
1501 &up.overrun_backoff_time_ms) != 0) in omap8250_probe()
1502 up.overrun_backoff_time_ms = 0; in omap8250_probe()