Home
last modified time | relevance | path

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

/external/u-boot/arch/arm/mach-uniphier/debug-uart/
Ddebug-uart.c75 writel(UART_LCR_WLEN8 << 8, base + UNIPHIER_UART_LCR_MCR); in _debug_uart_init()
/external/u-boot/arch/mips/mach-au1x00/
Dau1x00_serial.c72 *uart_lcr = UART_LCR_WLEN8; in au1x00_serial_setbrg()
/external/u-boot/drivers/serial/
Dserial_uniphier.c148 tmp |= UART_LCR_WLEN8 << LCR_SHIFT; in uniphier_serial_probe()
/external/kernel-headers/original/uapi/linux/
Dserial_reg.h112 #define UART_LCR_WLEN8 0x03 /* Wordlength: 8 bits */ macro
/external/u-boot/include/linux/
Dserial_reg.h103 #define UART_LCR_WLEN8 0x03 /* Wordlength: 8 bits */ macro
/external/u-boot/arch/arm/mach-uniphier/arm32/
Ddebug_ll.S160 mov r1, #UART_LCR_WLEN8 << 8
/external/u-boot/arch/mips/mach-au1x00/include/mach/
Dau1x00.h669 #define UART_LCR_WLEN8 0x03 /* Wordlength: 8 bits */ macro