Searched defs:UART_LSR_BRK_ERROR_BITS (Results 1 – 2 of 2) sorted by relevance
132 #define UART_LSR_BRK_ERROR_BITS 0x1E /* BI, FE, PE, OE bits */ macro
147 #define UART_LSR_BRK_ERROR_BITS (UART_LSR_BI|UART_LSR_FE|UART_LSR_PE|UART_LSR_OE) macro