Searched refs:UART_LCR_PARITY (Results 1 – 9 of 9) sorted by relevance
89 lcr |= UART_LCR_PARITY; in UART_SetLcrReg()93 lcr &= ~UART_LCR_PARITY; in UART_SetLcrReg()
38 #define UART_LCR_PARITY 0x8 /* Parity Enable */ macro186 dw8250_write32(base, UART_LCR, dw8250_read32(base, UART_LCR) & (~UART_LCR_PARITY)); in dw8250_uart_configure()
104 #define UART_LCR_PARITY (BIT(3)) macro
231 value &= ~(UART_LCR_PARITY); in uart_set_format()234 value |= UART_LCR_PARITY; in uart_set_format()237 value |= UART_LCR_PARITY; in uart_set_format()
284 #define UART_LCR_PARITY (BIT(3)) macro520 lcr &= ~(UART_LCR_PARITY); in uart_set_format()523 lcr |= UART_LCR_PARITY; in uart_set_format()526 lcr |= UART_LCR_PARITY; in uart_set_format()
98 #define UART_LCR_PARITY 0x08 /* Parity Enable */ macro
239 … serial->serial_out(serial, UART_LCR, serial->serial_in(serial, UART_LCR) & (~UART_LCR_PARITY)); in serial8250_uart_configure()
92 #define UART_LCR_PARITY 0x08 /**< Parity Enable */ macro
60 #define UART_LCR_PARITY (BIT(3)) macro
Completed in 24 milliseconds