Searched refs:UART_ACR_TXDIS (Results 1 – 3 of 3) sorted by relevance
282 #define UART_ACR_TXDIS 0x02 /* Transmitter disable */ macro
250 up->acr |= UART_ACR_TXDIS; in sunsu_stop_tx()268 if (up->port.type == PORT_16C950 && up->acr & UART_ACR_TXDIS) { in sunsu_start_tx()269 up->acr &= ~UART_ACR_TXDIS; in sunsu_start_tx()
1411 up->acr |= UART_ACR_TXDIS; in serial8250_stop_tx()1435 if (port->type == PORT_16C950 && up->acr & UART_ACR_TXDIS) { in __start_tx()1436 up->acr &= ~UART_ACR_TXDIS; in __start_tx()