UART_ACR_TXDIS   1499 drivers/tty/serial/8250/8250_port.c 		up->acr |= UART_ACR_TXDIS;
UART_ACR_TXDIS   1526 drivers/tty/serial/8250/8250_port.c 	if (port->type == PORT_16C950 && up->acr & UART_ACR_TXDIS) {
UART_ACR_TXDIS   1527 drivers/tty/serial/8250/8250_port.c 		up->acr &= ~UART_ACR_TXDIS;
UART_ACR_TXDIS    277 drivers/tty/serial/sunsu.c 		up->acr |= UART_ACR_TXDIS;
UART_ACR_TXDIS    295 drivers/tty/serial/sunsu.c 	if (up->port.type == PORT_16C950 && up->acr & UART_ACR_TXDIS) {
UART_ACR_TXDIS    296 drivers/tty/serial/sunsu.c 		up->acr &= ~UART_ACR_TXDIS;