Symbol: UART_ENABLE_MS
drivers/tty/serial/8250/8250_omap.c
433
if (UART_ENABLE_MS(port, termios->c_cflag))
drivers/tty/serial/8250/8250_port.c
2697
if (!(up->bugs & UART_BUG_NOMSR) && UART_ENABLE_MS(&up->port, termios->c_cflag))
drivers/tty/serial/8250/8250_port.c
2812
if (!UART_ENABLE_MS(port, termios->c_cflag)) {
drivers/tty/serial/amba-pl010.c
425
if (UART_ENABLE_MS(port, termios->c_cflag))
drivers/tty/serial/amba-pl010.c
453
if (!UART_ENABLE_MS(port, termios->c_cflag)) {
drivers/tty/serial/amba-pl011.c
2167
if (UART_ENABLE_MS(port, termios->c_cflag))
drivers/tty/serial/atmel_serial.c
2357
if (UART_ENABLE_MS(port, termios->c_cflag))
drivers/tty/serial/atmel_serial.c
2374
if (!UART_ENABLE_MS(port, termios->c_cflag)) {
drivers/tty/serial/bcm63xx_uart.c
527
if (UART_ENABLE_MS(port, new->c_cflag))
drivers/tty/serial/imx.c
1895
if (UART_ENABLE_MS(&sport->port, termios->c_cflag))
drivers/tty/serial/ip22zilog.c
883
if (UART_ENABLE_MS(&up->port, termios->c_cflag))
drivers/tty/serial/max3100.c
520
if (UART_ENABLE_MS(&s->port, termios->c_cflag))
drivers/tty/serial/mpc52xx_uart.c
1245
if (UART_ENABLE_MS(port, new->c_cflag))
drivers/tty/serial/mxs-auart.c
1059
if (UART_ENABLE_MS(u, termios->c_cflag))
drivers/tty/serial/omap-serial.c
857
if (UART_ENABLE_MS(&up->port, termios->c_cflag))
drivers/tty/serial/pmac_zilog.c
1215
if (UART_ENABLE_MS(&uap->port, termios->c_cflag)) {
drivers/tty/serial/pxa.c
482
if (UART_ENABLE_MS(&up->port, termios->c_cflag))
drivers/tty/serial/rsci.c
330
if (UART_ENABLE_MS(port, termios->c_cflag))
drivers/tty/serial/sa1100.c
485
if (UART_ENABLE_MS(&sport->port, termios->c_cflag))
drivers/tty/serial/sc16is7xx.c
1076
if (UART_ENABLE_MS(port, termios->c_cflag))
drivers/tty/serial/sh-sci.c
2929
if (UART_ENABLE_MS(port, termios->c_cflag))
drivers/tty/serial/stm32-usart.c
1388
if (UART_ENABLE_MS(port, termios->c_cflag))
drivers/tty/serial/sunsu.c
845
if (UART_ENABLE_MS(&up->port, cflag))
drivers/tty/serial/sunzilog.c
953
if (UART_ENABLE_MS(&up->port, termios->c_cflag))
drivers/tty/serial/vt8500_serial.c
407
if (UART_ENABLE_MS(&vt8500_port->uart, termios->c_cflag))