Searched refs:UCR2 (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/drivers/tty/serial/ |
D | imx.c | 40 #define UCR2 0x84 /* Control Register 2 */ macro 300 ucr->ucr2 = imx_uart_readl(sport, UCR2); in imx_uart_ucrs_save() 309 imx_uart_writel(sport, ucr->ucr2, UCR2); in imx_uart_ucrs_restore() 357 ucr2 = imx_uart_readl(sport, UCR2); in imx_uart_soft_reset() 358 imx_uart_writel(sport, ucr2 & ~UCR2_SRST, UCR2); in imx_uart_soft_reset() 360 while (!(imx_uart_readl(sport, UCR2) & UCR2_SRST) && (--i > 0)) in imx_uart_soft_reset() 388 ucr2 = imx_uart_readl(sport, UCR2); in imx_uart_start_rx() 400 imx_uart_writel(sport, ucr2, UCR2); in imx_uart_start_rx() 454 ucr2 = imx_uart_readl(sport, UCR2); in imx_uart_stop_tx() 459 imx_uart_writel(sport, ucr2, UCR2); in imx_uart_stop_tx() [all …]
|