Searched refs:UART_ACR_TXDIS (Results 1 – 3 of 3) sorted by relevance
275 #define UART_ACR_TXDIS 0x02 /* Transmitter disable */ macro
277 up->acr |= UART_ACR_TXDIS; in sunsu_stop_tx()295 if (up->port.type == PORT_16C950 && up->acr & UART_ACR_TXDIS) { in sunsu_start_tx()296 up->acr &= ~UART_ACR_TXDIS; in sunsu_start_tx()
1499 up->acr |= UART_ACR_TXDIS; in serial8250_stop_tx()1526 if (port->type == PORT_16C950 && up->acr & UART_ACR_TXDIS) { in __start_tx()1527 up->acr &= ~UART_ACR_TXDIS; in __start_tx()