Home
last modified time | relevance | path

Searched refs:LCR_WLS0 (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/arch/arm/include/asm/arch-pxa/
H A Dregs-uart.h70 #define LCR_WLS0 (1 << 0) macro
/rk3399_rockchip-uboot/drivers/serial/
H A Dserial_pxa.c74 writel(LCR_WLS0 | LCR_WLS1 | LCR_DLAB, &uart_regs->lcr); in pxa_setbrg_common()
77 writel(LCR_WLS0 | LCR_WLS1, &uart_regs->lcr); in pxa_setbrg_common()