Searched refs:UART_LCR_STOP (Results 1 – 11 of 11) sorted by relevance
39 #define UART_LCR_STOP 0x4 /* Stop bits: 0=1 bit, 1=2 bits */ macro185 dw8250_write32(base, UART_LCR, dw8250_read32(base, UART_LCR) & (~UART_LCR_STOP)); in dw8250_uart_configure()
105 #define UART_LCR_STOP (BIT(2)) macro
219 value &= ~(UART_LCR_STOP); in uart_set_format()222 value |= UART_LCR_STOP; in uart_set_format()
99 #define UART_LCR_STOP 0x04 /* Stop bits: 0=1 bit, 1=2 bits */ macro
238 … serial->serial_out(serial, UART_LCR, serial->serial_in(serial, UART_LCR) & (~UART_LCR_STOP)); in serial8250_uart_configure()
93 #define UART_LCR_STOP 0x04 /**< Stop bits: 0=1 bit, 1=2 bits */ macro
285 #define UART_LCR_STOP (BIT(2)) macro508 lcr &= ~(UART_LCR_STOP); in uart_set_format()511 lcr |= UART_LCR_STOP; in uart_set_format()
101 lcr |= UART_LCR_STOP; in UART_SetLcrReg()
61 #define UART_LCR_STOP (BIT(2)) macro
1309 #define UART_LCR_STOP ((uint32_t)0x0004) macro
1894 #define UART_LCR_STOP UART_LCR_STOP_Msk macro
Completed in 79 milliseconds