Searched refs:SRER_TXRDY (Results 1 – 2 of 2) sorted by relevance
117 #define SRER_TXRDY 0x04 /* Enable interrupt on TX FIFO empty */ macro
590 port->SRER &= ~SRER_TXRDY; in aurora_transmit()643 port->SRER &= ~SRER_TXRDY; in aurora_transmit()1551 port->SRER &= ~SRER_TXRDY; in aurora_close()1668 !(port->SRER & SRER_TXRDY)) { in aurora_write()1669 port->SRER |= SRER_TXRDY; in aurora_write()1731 port->SRER |= SRER_TXRDY; in aurora_flush_chars()1897 port->SRER |= SRER_TXRDY; in aurora_send_break()2143 port->SRER &= ~SRER_TXRDY; in aurora_stop()2173 if (port->xmit_cnt && port->xmit_buf && !(port->SRER & SRER_TXRDY)) { in aurora_start()2174 port->SRER |= SRER_TXRDY; in aurora_start()