Searched refs:UCR2 (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.10/drivers/tty/serial/ |
| D | imx.c | 42 #define UCR2 0x84 /* Control Register 2 */ macro 300 case UCR2: in imx_uart_writel() 324 case UCR2: in imx_uart_readl() 382 ucr->ucr2 = imx_uart_readl(sport, UCR2); in imx_uart_ucrs_save() 391 imx_uart_writel(sport, ucr->ucr2, UCR2); in imx_uart_ucrs_restore() 431 ucr2 = imx_uart_readl(sport, UCR2); in imx_uart_start_rx() 443 imx_uart_writel(sport, ucr2, UCR2); in imx_uart_start_rx() 491 ucr2 = imx_uart_readl(sport, UCR2); in imx_uart_stop_tx() 496 imx_uart_writel(sport, ucr2, UCR2); in imx_uart_stop_tx() 514 ucr2 = imx_uart_readl(sport, UCR2); in imx_uart_stop_rx() [all …]
|