Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/tty/serial/8250/
D8250_fsl.c62 if ((orig_lsr & UART_LSR_OE) && (up->overrun_backoff_time_ms > 0)) { in fsl8250_handle_irq()
75 delay = msecs_to_jiffies(up->overrun_backoff_time_ms); in fsl8250_handle_irq()
D8250_of.c229 &port8250.overrun_backoff_time_ms) != 0) in of_platform_serial_probe()
230 port8250.overrun_backoff_time_ms = 0; in of_platform_serial_probe()
D8250_core.c1100 if (up->overrun_backoff_time_ms > 0) { in serial8250_register_8250_port()
1101 uart->overrun_backoff_time_ms = in serial8250_register_8250_port()
1102 up->overrun_backoff_time_ms; in serial8250_register_8250_port()
1106 uart->overrun_backoff_time_ms = 0; in serial8250_register_8250_port()
D8250_omap.c647 if ((lsr & UART_LSR_OE) && up->overrun_backoff_time_ms > 0) { in omap8250_irq()
660 delay = msecs_to_jiffies(up->overrun_backoff_time_ms); in omap8250_irq()
1376 &up.overrun_backoff_time_ms) != 0) in omap8250_probe()
1377 up.overrun_backoff_time_ms = 0; in omap8250_probe()
/Linux-v5.15/include/linux/
Dserial_8250.h141 u32 overrun_backoff_time_ms; member