Searched refs:UART_LCR_WLEN8 (Results 1 – 6 of 6) sorted by relevance
26 #define UART_LCR_WLEN8 0x03 /* Wordlength: 8 bits */ macro65 out_8(reg_base + (UART_LCR << reg_shift), UART_LCR_WLEN8); in virtex_ns16550_console_init()
52 #define UART_LCR_WLEN8 0x03 /* Wordlength: 8 bits */ macro
58 __UART(LCR) = UART_LCR_WLEN8; /* 1N8 */ in gdbstub_io_init()
35 GDBPORT_SERIAL_LCR = UART_LCR_WLEN8; /* 1N8 */ in gdbstub_io_init()
60 unsigned char cval = UART_LCR_WLEN8; in avr_uart_configure()
1279 #define UART_LCR_WLEN8 0x03 /* Wordlength: 8 bits */ macro