Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/include/asm/arch-pxa/
H A Dregs-uart.h69 #define LCR_WLS0 (1 << 0) macro
/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/linux/arch/sh/include/asm/
H A Dsmc37c93x.h120 #define LCR_WLS0 0x0100 /* Word Length Select Bit 0 */ macro