Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/serial/
H A Dsunplus-uart.c54 #define SUP_UART_LSR_TX BIT(0) /* 1: transmit fifo is not full */ macro
89 return (lsr & SUP_UART_LSR_TX) ? SUP_UART_LSR_TX_NOT_FULL : 0; in sunplus_tx_buf_not_full()
450 (val & SUP_UART_LSR_TX), 1, 10000); in wait_for_xmitr()