Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/serial/jsm/
H A Djsm_neo.c360 if (linestatus & (UART_LSR_THRE | UART_17158_TX_AND_FIFO_CLR)) in neo_copy_data_from_uart_to_queue()
418 if (linestatus & (UART_LSR_THRE | UART_17158_TX_AND_FIFO_CLR)) { in neo_copy_data_from_uart_to_queue()
419 linestatus &= ~(UART_LSR_THRE | UART_17158_TX_AND_FIFO_CLR); in neo_copy_data_from_uart_to_queue()
912 else if (linestatus & UART_17158_TX_AND_FIFO_CLR) { in neo_parse_lsr()
H A Djsm.h392 #define UART_17158_TX_AND_FIFO_CLR 0x40 /* Transmitter Holding Reg Empty */ macro