ms_enabled         80 drivers/tty/serial/sirfsoc_uart.c 	if (!sirfport->hw_flow_ctrl || !sirfport->ms_enabled)
ms_enabled        128 drivers/tty/serial/sirfsoc_uart.c 	if (!sirfport->hw_flow_ctrl || !sirfport->ms_enabled)
ms_enabled        326 drivers/tty/serial/sirfsoc_uart.c 	sirfport->ms_enabled = false;
ms_enabled        346 drivers/tty/serial/sirfsoc_uart.c 	if (gpio_is_valid(sirfport->cts_gpio) && sirfport->ms_enabled)
ms_enabled        361 drivers/tty/serial/sirfsoc_uart.c 	sirfport->ms_enabled = true;
ms_enabled        788 drivers/tty/serial/sirfsoc_uart.c 		if (!sirfport->ms_enabled)
ms_enabled        791 drivers/tty/serial/sirfsoc_uart.c 		if (sirfport->ms_enabled)
ms_enabled        946 drivers/tty/serial/sirfsoc_uart.c 	sirfport->ms_enabled = false;
ms_enabled       1015 drivers/tty/serial/sirfsoc_uart.c 	if (sirfport->ms_enabled)
ms_enabled        414 drivers/tty/serial/sirfsoc_uart.h 	bool				ms_enabled;