Searched refs:UART_LCR_SPAR (Results 1 – 4 of 4) sorted by relevance
37 #define UART_LCR_SPAR 0x20 /* Stick parity (?) */ macro137 if ((value & ~UART_LCR_SPAR) == (lcr & ~UART_LCR_SPAR)) in dw8250_write32()
76 if ((value & ~UART_LCR_SPAR) == (lcr & ~UART_LCR_SPAR)) in dw8250_check_lcr()
96 #define UART_LCR_SPAR 0x20 /* Stick parity (?) */ macro
90 #define UART_LCR_SPAR 0x20 /**< Stick parity (?) */ macro
Completed in 17 milliseconds