Searched refs:UCR2_SRST (Results 1 – 1 of 1) sorted by relevance
97 #define UCR2_SRST (1<<0) /* SW reset */ macro320 if (!(sport->ucr2 & UCR2_SRST)) in imx_uart_readl()1349 ucr2 &= ~UCR2_SRST; in imx_uart_startup()1352 while (!(imx_uart_readl(sport, UCR2) & UCR2_SRST) && (--i > 0)) in imx_uart_startup()1522 ucr2 &= ~UCR2_SRST; in imx_uart_flush_buffer()1525 while (!(imx_uart_readl(sport, UCR2) & UCR2_SRST) && (--i > 0)) in imx_uart_flush_buffer()1558 ucr2 = UCR2_WS | UCR2_SRST | UCR2_IRTS; in imx_uart_set_termios()1560 ucr2 = UCR2_SRST | UCR2_IRTS; in imx_uart_set_termios()2397 imx_uart_writel(sport, sport->saved_reg[1] | UCR2_SRST, UCR2); in imx_uart_restore_context()