Home
last modified time | relevance | path

Searched defs:UART_LSR_BRK_ERROR_BITS (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/include/linux/
H A Dserial_reg.h132 #define UART_LSR_BRK_ERROR_BITS 0x1E /* BI, FE, PE, OE bits */ macro
/openbmc/linux/include/uapi/linux/
H A Dserial_reg.h147 #define UART_LSR_BRK_ERROR_BITS (UART_LSR_BI|UART_LSR_FE|UART_LSR_PE|UART_LSR_OE) macro