Searched refs:UCR1 (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/tty/serial/ |
D | imx.c | 43 #define UCR1 0x80 /* Control Register 1 */ macro 286 case UCR1: in imx_uart_writel() 310 case UCR1: in imx_uart_readl() 370 ucr->ucr1 = imx_uart_readl(sport, UCR1); in imx_uart_ucrs_save() 379 imx_uart_writel(sport, ucr->ucr1, UCR1); in imx_uart_ucrs_restore() 413 ucr1 = imx_uart_readl(sport, UCR1); in imx_uart_start_rx() 427 imx_uart_writel(sport, ucr1, UCR1); in imx_uart_start_rx() 443 ucr1 = imx_uart_readl(sport, UCR1); in imx_uart_stop_tx() 444 imx_uart_writel(sport, ucr1 & ~UCR1_TXMPTYEN, UCR1); in imx_uart_stop_tx() 470 ucr1 = imx_uart_readl(sport, UCR1); in imx_uart_stop_rx() [all …]
|