Home
last modified time | relevance | path

Searched refs:STAT_TX_RDY (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/tty/serial/
H A Dmvebu-uart.c177 #define STAT_TX_RDY(port) (to_mvuart(port)->data->flags.stat_tx_rdy) macro
354 if (st & STAT_TX_RDY(port)) in mvebu_uart_isr()
377 if (st & STAT_TX_RDY(port)) in mvebu_uart_tx_isr()
546 STAT_TX_RDY(port) | STAT_TX_FIFO_FUL; in mvebu_uart_set_termios()
712 (val & STAT_TX_RDY(port)), 1, 10000); in wait_for_xmitr()