Home
last modified time | relevance | path

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

/drivers/tty/serial/
Dimx.c41 #define UCR2 0x84 /* Control Register 2 */ macro
302 ucr->ucr2 = imx_uart_readl(sport, UCR2); in imx_uart_ucrs_save()
311 imx_uart_writel(sport, ucr->ucr2, UCR2); in imx_uart_ucrs_restore()
359 ucr2 = imx_uart_readl(sport, UCR2); in imx_uart_soft_reset()
360 imx_uart_writel(sport, ucr2 & ~UCR2_SRST, UCR2); in imx_uart_soft_reset()
362 while (!(imx_uart_readl(sport, UCR2) & UCR2_SRST) && (--i > 0)) in imx_uart_soft_reset()
390 ucr2 = imx_uart_readl(sport, UCR2); in imx_uart_start_rx()
402 imx_uart_writel(sport, ucr2, UCR2); in imx_uart_start_rx()
456 ucr2 = imx_uart_readl(sport, UCR2); in imx_uart_stop_tx()
461 imx_uart_writel(sport, ucr2, UCR2); in imx_uart_stop_tx()
[all …]