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

/linux-master/include/linux/
H A Dserial_8250.h143 #define UART_PROBE_RSA (1 << 0) macro
/linux-master/drivers/tty/serial/8250/
H A D8250_core.c429 up->probe &= ~UART_PROBE_RSA;
432 up->probe |= UART_PROBE_RSA;
439 up->probe |= UART_PROBE_RSA;
447 if (port->type != PORT_RSA && up->probe & UART_PROBE_RSA)
H A D8250_port.c1267 if (port->type == PORT_16550A && up->probe & UART_PROBE_RSA &&

Completed in 183 milliseconds