Searched refs:UCR2 (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/drivers/tty/serial/ |
| H A D | imx.c | 42 #define UCR2 0x84 /* Control Register 2 */ macro 361 ucr2 = imx_uart_readl(sport, UCR2); in imx_uart_soft_reset() 393 ucr2 = imx_uart_readl(sport, UCR2); in imx_uart_start_rx() 405 imx_uart_writel(sport, ucr2, UCR2); in imx_uart_start_rx() 483 ucr2 = imx_uart_readl(sport, UCR2); in imx_uart_stop_rx_with_loopback_ctrl() 508 imx_uart_writel(sport, ucr2, UCR2); in imx_uart_stop_rx_with_loopback_ctrl() 1002 ucr2 = imx_uart_readl(sport, UCR2); in imx_uart_int() 1555 imx_uart_writel(sport, ucr2, UCR2); in imx_uart_startup() 1614 ucr2 = imx_uart_readl(sport, UCR2); in imx_uart_shutdown() 1616 imx_uart_writel(sport, ucr2, UCR2); in imx_uart_shutdown() [all …]
|