Searched refs:UCR2 (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.1/drivers/tty/serial/ |
D | imx.c | 41 #define UCR2 0x84 /* Control Register 2 */ macro 282 case UCR2: in imx_uart_writel() 306 case UCR2: in imx_uart_readl() 364 ucr->ucr2 = imx_uart_readl(sport, UCR2); in imx_uart_ucrs_save() 373 imx_uart_writel(sport, ucr->ucr2, UCR2); in imx_uart_ucrs_restore() 407 ucr2 = imx_uart_readl(sport, UCR2); in imx_uart_start_rx() 419 imx_uart_writel(sport, ucr2, UCR2); in imx_uart_start_rx() 472 ucr2 = imx_uart_readl(sport, UCR2); in imx_uart_stop_tx() 477 imx_uart_writel(sport, ucr2, UCR2); in imx_uart_stop_tx() 495 ucr2 = imx_uart_readl(sport, UCR2); in imx_uart_stop_rx() [all …]
|