lcr_h             301 drivers/tty/serial/amba-pl010.c 	unsigned int lcr_h;
lcr_h             304 drivers/tty/serial/amba-pl010.c 	lcr_h = readb(uap->port.membase + UART010_LCRH);
lcr_h             306 drivers/tty/serial/amba-pl010.c 		lcr_h |= UART01x_LCRH_BRK;
lcr_h             308 drivers/tty/serial/amba-pl010.c 		lcr_h &= ~UART01x_LCRH_BRK;
lcr_h             309 drivers/tty/serial/amba-pl010.c 	writel(lcr_h, uap->port.membase + UART010_LCRH);
lcr_h             386 drivers/tty/serial/amba-pl010.c 	unsigned int lcr_h, old_cr;
lcr_h             398 drivers/tty/serial/amba-pl010.c 		lcr_h = UART01x_LCRH_WLEN_5;
lcr_h             401 drivers/tty/serial/amba-pl010.c 		lcr_h = UART01x_LCRH_WLEN_6;
lcr_h             404 drivers/tty/serial/amba-pl010.c 		lcr_h = UART01x_LCRH_WLEN_7;
lcr_h             407 drivers/tty/serial/amba-pl010.c 		lcr_h = UART01x_LCRH_WLEN_8;
lcr_h             411 drivers/tty/serial/amba-pl010.c 		lcr_h |= UART01x_LCRH_STP2;
lcr_h             413 drivers/tty/serial/amba-pl010.c 		lcr_h |= UART01x_LCRH_PEN;
lcr_h             415 drivers/tty/serial/amba-pl010.c 			lcr_h |= UART01x_LCRH_EPS;
lcr_h             418 drivers/tty/serial/amba-pl010.c 		lcr_h |= UART01x_LCRH_FEN;
lcr_h             473 drivers/tty/serial/amba-pl010.c 	writel(lcr_h, uap->port.membase + UART010_LCRH);
lcr_h             615 drivers/tty/serial/amba-pl010.c 		unsigned int lcr_h, quot;
lcr_h             616 drivers/tty/serial/amba-pl010.c 		lcr_h = readb(uap->port.membase + UART010_LCRH);
lcr_h             619 drivers/tty/serial/amba-pl010.c 		if (lcr_h & UART01x_LCRH_PEN) {
lcr_h             620 drivers/tty/serial/amba-pl010.c 			if (lcr_h & UART01x_LCRH_EPS)
lcr_h             626 drivers/tty/serial/amba-pl010.c 		if ((lcr_h & 0x60) == UART01x_LCRH_WLEN_7)
lcr_h            1583 drivers/tty/serial/amba-pl011.c 	unsigned int lcr_h;
lcr_h            1586 drivers/tty/serial/amba-pl011.c 	lcr_h = pl011_read(uap, REG_LCRH_TX);
lcr_h            1588 drivers/tty/serial/amba-pl011.c 		lcr_h |= UART01x_LCRH_BRK;
lcr_h            1590 drivers/tty/serial/amba-pl011.c 		lcr_h &= ~UART01x_LCRH_BRK;
lcr_h            1591 drivers/tty/serial/amba-pl011.c 	pl011_write(lcr_h, uap, REG_LCRH_TX);
lcr_h            1699 drivers/tty/serial/amba-pl011.c static void pl011_write_lcr_h(struct uart_amba_port *uap, unsigned int lcr_h)
lcr_h            1701 drivers/tty/serial/amba-pl011.c 	pl011_write(lcr_h, uap, REG_LCRH_RX);
lcr_h            1710 drivers/tty/serial/amba-pl011.c 		pl011_write(lcr_h, uap, REG_LCRH_TX);
lcr_h            1951 drivers/tty/serial/amba-pl011.c 	unsigned int lcr_h, old_cr;
lcr_h            1980 drivers/tty/serial/amba-pl011.c 		lcr_h = UART01x_LCRH_WLEN_5;
lcr_h            1983 drivers/tty/serial/amba-pl011.c 		lcr_h = UART01x_LCRH_WLEN_6;
lcr_h            1986 drivers/tty/serial/amba-pl011.c 		lcr_h = UART01x_LCRH_WLEN_7;
lcr_h            1989 drivers/tty/serial/amba-pl011.c 		lcr_h = UART01x_LCRH_WLEN_8;
lcr_h            1993 drivers/tty/serial/amba-pl011.c 		lcr_h |= UART01x_LCRH_STP2;
lcr_h            1995 drivers/tty/serial/amba-pl011.c 		lcr_h |= UART01x_LCRH_PEN;
lcr_h            1997 drivers/tty/serial/amba-pl011.c 			lcr_h |= UART01x_LCRH_EPS;
lcr_h            1999 drivers/tty/serial/amba-pl011.c 			lcr_h |= UART011_LCRH_SPS;
lcr_h            2002 drivers/tty/serial/amba-pl011.c 		lcr_h |= UART01x_LCRH_FEN;
lcr_h            2060 drivers/tty/serial/amba-pl011.c 	pl011_write_lcr_h(uap, lcr_h);
lcr_h            2260 drivers/tty/serial/amba-pl011.c 		unsigned int lcr_h, ibrd, fbrd;
lcr_h            2262 drivers/tty/serial/amba-pl011.c 		lcr_h = pl011_read(uap, REG_LCRH_TX);
lcr_h            2265 drivers/tty/serial/amba-pl011.c 		if (lcr_h & UART01x_LCRH_PEN) {
lcr_h            2266 drivers/tty/serial/amba-pl011.c 			if (lcr_h & UART01x_LCRH_EPS)
lcr_h            2272 drivers/tty/serial/amba-pl011.c 		if ((lcr_h & 0x60) == UART01x_LCRH_WLEN_7)
lcr_h            1405 drivers/tty/serial/mxs-auart.c 	unsigned int lcr_h, quot;
lcr_h            1410 drivers/tty/serial/mxs-auart.c 	lcr_h = mxs_read(s, REG_LINECTRL);
lcr_h            1413 drivers/tty/serial/mxs-auart.c 	if (lcr_h & AUART_LINECTRL_PEN) {
lcr_h            1414 drivers/tty/serial/mxs-auart.c 		if (lcr_h & AUART_LINECTRL_EPS)
lcr_h            1420 drivers/tty/serial/mxs-auart.c 	if ((lcr_h & AUART_LINECTRL_WLEN_MASK) == AUART_LINECTRL_WLEN(2))