Searched refs:UART_17158_TX_AND_FIFO_CLR (Results 1 – 2 of 2) sorted by relevance
359 if (linestatus & (UART_LSR_THRE | UART_17158_TX_AND_FIFO_CLR)) in neo_copy_data_from_uart_to_queue()417 if (linestatus & (UART_LSR_THRE | UART_17158_TX_AND_FIFO_CLR)) { in neo_copy_data_from_uart_to_queue()418 linestatus &= ~(UART_LSR_THRE | UART_17158_TX_AND_FIFO_CLR); in neo_copy_data_from_uart_to_queue()911 else if (linestatus & UART_17158_TX_AND_FIFO_CLR) { in neo_parse_lsr()
392 #define UART_17158_TX_AND_FIFO_CLR 0x40 /* Transmitter Holding Reg Empty */ macro