Home
last modified time | relevance | path

Searched refs:LCR_WLS1 (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/drivers/serial/
H A Dserial_pxa.c73 writel(LCR_WLS0 | LCR_WLS1 | LCR_DLAB, &uart_regs->lcr); in pxa_setbrg_common()
76 writel(LCR_WLS0 | LCR_WLS1, &uart_regs->lcr); in pxa_setbrg_common()
/openbmc/u-boot/arch/arm/include/asm/arch-pxa/
H A Dregs-uart.h68 #define LCR_WLS1 (1 << 1) macro
/openbmc/linux/arch/sh/include/asm/
H A Dsmc37c93x.h121 #define LCR_WLS1 0x0200 /* Word Length Select Bit 1 */ macro