Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/arch/arm/mach-uniphier/debug-uart/
H A Ddebug-uart.c76 writel(UART_LCR_WLEN8 << 8, base + UNIPHIER_UART_LCR_MCR); in _debug_uart_init()
/rk3399_rockchip-uboot/arch/mips/mach-au1x00/
H A Dau1x00_serial.c73 *uart_lcr = UART_LCR_WLEN8; in au1x00_serial_setbrg()
/rk3399_rockchip-uboot/drivers/serial/
H A Dserial_uniphier.c114 tmp |= UART_LCR_WLEN8 << LCR_SHIFT; in uniphier_serial_probe()
/rk3399_rockchip-uboot/include/linux/
H A Dserial_reg.h104 #define UART_LCR_WLEN8 0x03 /* Wordlength: 8 bits */ macro
/rk3399_rockchip-uboot/arch/arm/mach-uniphier/arm32/
H A Ddebug_ll.S161 mov r1, #UART_LCR_WLEN8 << 8
/rk3399_rockchip-uboot/arch/mips/mach-au1x00/include/mach/
H A Dau1x00.h670 #define UART_LCR_WLEN8 0x03 /* Wordlength: 8 bits */ macro