Searched refs:UART_17158_TX_AND_FIFO_CLR (Results 1 – 4 of 4) sorted by relevance
122 #define UART_17158_TX_AND_FIFO_CLR 0x40 /* Transmitter Holding Reg Empty */ macro
571 } else if (linestatus & UART_17158_TX_AND_FIFO_CLR) { in neo_parse_lsr()1176 if (linestatus & (UART_LSR_THRE | UART_17158_TX_AND_FIFO_CLR)) in neo_copy_data_from_uart_to_queue()1235 if (linestatus & (UART_LSR_THRE | UART_17158_TX_AND_FIFO_CLR)) { in neo_copy_data_from_uart_to_queue()1237 UART_17158_TX_AND_FIFO_CLR); in neo_copy_data_from_uart_to_queue()
371 if (linestatus & (UART_LSR_THRE | UART_17158_TX_AND_FIFO_CLR)) in neo_copy_data_from_uart_to_queue()429 if (linestatus & (UART_LSR_THRE | UART_17158_TX_AND_FIFO_CLR)) { in neo_copy_data_from_uart_to_queue()430 linestatus &= ~(UART_LSR_THRE | UART_17158_TX_AND_FIFO_CLR); in neo_copy_data_from_uart_to_queue()921 else if (linestatus & UART_17158_TX_AND_FIFO_CLR) { in neo_parse_lsr()
401 #define UART_17158_TX_AND_FIFO_CLR 0x40 /* Transmitter Holding Reg Empty */ macro