Searched refs:SUP_UART_LSR_TX (Results 1 – 1 of 1) sorted by relevance
54 #define SUP_UART_LSR_TX BIT(0) /* 1: transmit fifo is not full */ macro89 return (lsr & SUP_UART_LSR_TX) ? SUP_UART_LSR_TX_NOT_FULL : 0; in sunplus_tx_buf_not_full()452 (val & SUP_UART_LSR_TX), 1, 10000); in wait_for_xmitr()