Home
last modified time | relevance | path

Searched refs:UART_LCR_WLEN8 (Results 1 – 6 of 6) sorted by relevance

/arch/powerpc/boot/
Dvirtex.c26 #define UART_LCR_WLEN8 0x03 /* Wordlength: 8 bits */ macro
65 out_8(reg_base + (UART_LCR << reg_shift), UART_LCR_WLEN8); in virtex_ns16550_console_init()
/arch/frv/kernel/
Dgdb-io.h52 #define UART_LCR_WLEN8 0x03 /* Wordlength: 8 bits */ macro
Dgdb-io.c58 __UART(LCR) = UART_LCR_WLEN8; /* 1N8 */ in gdbstub_io_init()
/arch/mn10300/kernel/
Dgdb-io-serial.c35 GDBPORT_SERIAL_LCR = UART_LCR_WLEN8; /* 1N8 */ in gdbstub_io_init()
/arch/powerpc/platforms/embedded6xx/
Dls_uart.c60 unsigned char cval = UART_LCR_WLEN8; in avr_uart_configure()
/arch/mips/include/asm/mach-au1x00/
Dau1000.h1279 #define UART_LCR_WLEN8 0x03 /* Wordlength: 8 bits */ macro