ucr2              210 drivers/tty/serial/imx.c 	unsigned int ucr2;
ucr2              233 drivers/tty/serial/imx.c 	unsigned int	ucr2;
ucr2              291 drivers/tty/serial/imx.c 		sport->ucr2 = val;
ucr2              321 drivers/tty/serial/imx.c 		if (!(sport->ucr2 & UCR2_SRST))
ucr2              322 drivers/tty/serial/imx.c 			sport->ucr2 = readl(sport->port.membase + offset);
ucr2              323 drivers/tty/serial/imx.c 		return sport->ucr2;
ucr2              372 drivers/tty/serial/imx.c 	ucr->ucr2 = imx_uart_readl(sport, UCR2);
ucr2              381 drivers/tty/serial/imx.c 	imx_uart_writel(sport, ucr->ucr2, UCR2);
ucr2              387 drivers/tty/serial/imx.c static void imx_uart_rts_active(struct imx_port *sport, u32 *ucr2)
ucr2              389 drivers/tty/serial/imx.c 	*ucr2 &= ~(UCR2_CTSC | UCR2_CTS);
ucr2              396 drivers/tty/serial/imx.c static void imx_uart_rts_inactive(struct imx_port *sport, u32 *ucr2)
ucr2              398 drivers/tty/serial/imx.c 	*ucr2 &= ~UCR2_CTSC;
ucr2              399 drivers/tty/serial/imx.c 	*ucr2 |= UCR2_CTS;
ucr2              409 drivers/tty/serial/imx.c 	unsigned int ucr1, ucr2;
ucr2              412 drivers/tty/serial/imx.c 	ucr2 = imx_uart_readl(sport, UCR2);
ucr2              414 drivers/tty/serial/imx.c 	ucr2 |= UCR2_RXEN;
ucr2              420 drivers/tty/serial/imx.c 		ucr2 |= UCR2_ATEN;
ucr2              424 drivers/tty/serial/imx.c 	imx_uart_writel(sport, ucr2, UCR2);
ucr2              447 drivers/tty/serial/imx.c 		u32 ucr2 = imx_uart_readl(sport, UCR2), ucr4;
ucr2              449 drivers/tty/serial/imx.c 			imx_uart_rts_active(sport, &ucr2);
ucr2              451 drivers/tty/serial/imx.c 			imx_uart_rts_inactive(sport, &ucr2);
ucr2              452 drivers/tty/serial/imx.c 		imx_uart_writel(sport, ucr2, UCR2);
ucr2              466 drivers/tty/serial/imx.c 	u32 ucr1, ucr2;
ucr2              469 drivers/tty/serial/imx.c 	ucr2 = imx_uart_readl(sport, UCR2);
ucr2              475 drivers/tty/serial/imx.c 		ucr2 &= ~UCR2_ATEN;
ucr2              479 drivers/tty/serial/imx.c 	ucr2 &= ~UCR2_RXEN;
ucr2              480 drivers/tty/serial/imx.c 	imx_uart_writel(sport, ucr2, UCR2);
ucr2              657 drivers/tty/serial/imx.c 		u32 ucr2;
ucr2              659 drivers/tty/serial/imx.c 		ucr2 = imx_uart_readl(sport, UCR2);
ucr2              661 drivers/tty/serial/imx.c 			imx_uart_rts_active(sport, &ucr2);
ucr2              663 drivers/tty/serial/imx.c 			imx_uart_rts_inactive(sport, &ucr2);
ucr2              664 drivers/tty/serial/imx.c 		imx_uart_writel(sport, ucr2, UCR2);
ucr2              878 drivers/tty/serial/imx.c 	unsigned int usr1, usr2, ucr1, ucr2, ucr3, ucr4;
ucr2              886 drivers/tty/serial/imx.c 	ucr2 = imx_uart_readl(sport, UCR2);
ucr2              900 drivers/tty/serial/imx.c 	if ((ucr2 & UCR2_ATEN) == 0)
ucr2              989 drivers/tty/serial/imx.c 		u32 ucr2;
ucr2              995 drivers/tty/serial/imx.c 		ucr2 = imx_uart_readl(sport, UCR2);
ucr2              996 drivers/tty/serial/imx.c 		ucr2 &= ~(UCR2_CTS | UCR2_CTSC);
ucr2              998 drivers/tty/serial/imx.c 			ucr2 |= UCR2_CTS;
ucr2             1004 drivers/tty/serial/imx.c 			if (!(ucr2 & UCR2_IRTS))
ucr2             1005 drivers/tty/serial/imx.c 				ucr2 |= UCR2_CTSC;
ucr2             1007 drivers/tty/serial/imx.c 		imx_uart_writel(sport, ucr2, UCR2);
ucr2             1345 drivers/tty/serial/imx.c 	u32 ucr1, ucr2, ucr4;
ucr2             1377 drivers/tty/serial/imx.c 	ucr2 = imx_uart_readl(sport, UCR2);
ucr2             1378 drivers/tty/serial/imx.c 	ucr2 &= ~UCR2_SRST;
ucr2             1379 drivers/tty/serial/imx.c 	imx_uart_writel(sport, ucr2, UCR2);
ucr2             1402 drivers/tty/serial/imx.c 	ucr2 = imx_uart_readl(sport, UCR2) & ~UCR2_ATEN;
ucr2             1403 drivers/tty/serial/imx.c 	ucr2 |= (UCR2_RXEN | UCR2_TXEN);
ucr2             1405 drivers/tty/serial/imx.c 		ucr2 |= UCR2_IRTS;
ucr2             1411 drivers/tty/serial/imx.c 		ucr2 &= ~UCR2_RTSEN;
ucr2             1412 drivers/tty/serial/imx.c 	imx_uart_writel(sport, ucr2, UCR2);
ucr2             1441 drivers/tty/serial/imx.c 		ucr2 = imx_uart_readl(sport, UCR2);
ucr2             1442 drivers/tty/serial/imx.c 		ucr2 |= UCR2_ATEN;
ucr2             1443 drivers/tty/serial/imx.c 		imx_uart_writel(sport, ucr2, UCR2);
ucr2             1455 drivers/tty/serial/imx.c 	u32 ucr1, ucr2, ucr4;
ucr2             1482 drivers/tty/serial/imx.c 	ucr2 = imx_uart_readl(sport, UCR2);
ucr2             1483 drivers/tty/serial/imx.c 	ucr2 &= ~(UCR2_TXEN | UCR2_ATEN);
ucr2             1484 drivers/tty/serial/imx.c 	imx_uart_writel(sport, ucr2, UCR2);
ucr2             1516 drivers/tty/serial/imx.c 	u32 ucr2;
ucr2             1550 drivers/tty/serial/imx.c 	ucr2 = imx_uart_readl(sport, UCR2);
ucr2             1551 drivers/tty/serial/imx.c 	ucr2 &= ~UCR2_SRST;
ucr2             1552 drivers/tty/serial/imx.c 	imx_uart_writel(sport, ucr2, UCR2);
ucr2             1569 drivers/tty/serial/imx.c 	u32 ucr2, old_ucr2, ufcr;
ucr2             1601 drivers/tty/serial/imx.c 	ucr2 = old_ucr2 & (UCR2_TXEN | UCR2_RXEN | UCR2_ATEN | UCR2_CTS);
ucr2             1603 drivers/tty/serial/imx.c 	ucr2 |= UCR2_SRST | UCR2_IRTS;
ucr2             1605 drivers/tty/serial/imx.c 		ucr2 |= UCR2_WS;
ucr2             1617 drivers/tty/serial/imx.c 			imx_uart_rts_active(sport, &ucr2);
ucr2             1619 drivers/tty/serial/imx.c 			imx_uart_rts_inactive(sport, &ucr2);
ucr2             1626 drivers/tty/serial/imx.c 		if (ucr2 & UCR2_CTS)
ucr2             1627 drivers/tty/serial/imx.c 			ucr2 |= UCR2_CTSC;
ucr2             1631 drivers/tty/serial/imx.c 		ucr2 &= ~UCR2_IRTS;
ucr2             1634 drivers/tty/serial/imx.c 		ucr2 |= UCR2_STPB;
ucr2             1636 drivers/tty/serial/imx.c 		ucr2 |= UCR2_PREN;
ucr2             1638 drivers/tty/serial/imx.c 			ucr2 |= UCR2_PROE;
ucr2             1718 drivers/tty/serial/imx.c 	imx_uart_writel(sport, ucr2, UCR2);
ucr2             1778 drivers/tty/serial/imx.c 	u32 ucr1, ucr2;
ucr2             1800 drivers/tty/serial/imx.c 	ucr2 = imx_uart_readl(sport, UCR2);
ucr2             1808 drivers/tty/serial/imx.c 	ucr2 |= UCR2_RXEN;
ucr2             1809 drivers/tty/serial/imx.c 	ucr2 &= ~UCR2_ATEN;
ucr2             1812 drivers/tty/serial/imx.c 	imx_uart_writel(sport, ucr2, UCR2);
ucr2             1816 drivers/tty/serial/imx.c 	imx_uart_writel(sport, ucr2 | UCR2_ATEN, UCR2);
ucr2             1857 drivers/tty/serial/imx.c 	u32 ucr2;
ucr2             1874 drivers/tty/serial/imx.c 		ucr2 = imx_uart_readl(sport, UCR2);
ucr2             1876 drivers/tty/serial/imx.c 			imx_uart_rts_active(sport, &ucr2);
ucr2             1878 drivers/tty/serial/imx.c 			imx_uart_rts_inactive(sport, &ucr2);
ucr2             1879 drivers/tty/serial/imx.c 		imx_uart_writel(sport, ucr2, UCR2);
ucr2             1970 drivers/tty/serial/imx.c 	imx_uart_writel(sport, old_ucr.ucr2 | UCR2_TXEN, UCR2);
ucr2             2000 drivers/tty/serial/imx.c 		unsigned int ucr2, ubir, ubmr, uartclk;
ucr2             2004 drivers/tty/serial/imx.c 		ucr2 = imx_uart_readl(sport, UCR2);
ucr2             2007 drivers/tty/serial/imx.c 		if (ucr2 & UCR2_PREN) {
ucr2             2008 drivers/tty/serial/imx.c 			if (ucr2 & UCR2_PROE)
ucr2             2014 drivers/tty/serial/imx.c 		if (ucr2 & UCR2_WS)
ucr2             2294 drivers/tty/serial/imx.c 	sport->ucr2 = readl(sport->port.membase + UCR2);