Home | History | Annotate | Download | only in mach-au1x00

Lines Matching full:parity

1237 #define UART_LCR_SPAR	0x20	/* Stick parity (?) */
1238 #define UART_LCR_EPAR 0x10 /* Even parity select */
1239 #define UART_LCR_PARITY 0x08 /* Parity Enable */
1253 #define UART_LSR_PE 0x04 /* Parity error indicator */