Searched refs:LCR_WLS1 (Results 1 – 3 of 3) sorted by relevance
73 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()
68 #define LCR_WLS1 (1 << 1) macro
121 #define LCR_WLS1 0x0200 /* Word Length Select Bit 1 */ macro