Searched refs:UCR2 (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/tty/serial/ |
| H A D | imx.c | 42 #define UCR2 0x84 /* Control Register 2 */ macro 305 ucr->ucr2 = imx_uart_readl(sport, UCR2); in imx_uart_ucrs_save() 314 imx_uart_writel(sport, ucr->ucr2, UCR2); in imx_uart_ucrs_restore() 362 ucr2 = imx_uart_readl(sport, UCR2); in imx_uart_soft_reset() 363 imx_uart_writel(sport, ucr2 & ~UCR2_SRST, UCR2); in imx_uart_soft_reset() 365 while (!(imx_uart_readl(sport, UCR2) & UCR2_SRST) && (--i > 0)) in imx_uart_soft_reset() 394 ucr2 = imx_uart_readl(sport, UCR2); in imx_uart_start_rx() 406 imx_uart_writel(sport, ucr2, UCR2); in imx_uart_start_rx() 460 ucr2 = imx_uart_readl(sport, UCR2); in imx_uart_stop_tx() 465 imx_uart_writel(sport, ucr2, UCR2); in imx_uart_stop_tx() [all …]
|