Searched refs:UCR1 (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/drivers/tty/serial/ |
D | imx.c | 39 #define UCR1 0x80 /* Control Register 1 */ macro 299 ucr->ucr1 = imx_uart_readl(sport, UCR1); in imx_uart_ucrs_save() 308 imx_uart_writel(sport, ucr->ucr1, UCR1); in imx_uart_ucrs_restore() 387 ucr1 = imx_uart_readl(sport, UCR1); in imx_uart_start_rx() 401 imx_uart_writel(sport, ucr1, UCR1); in imx_uart_start_rx() 421 ucr1 = imx_uart_readl(sport, UCR1); in imx_uart_stop_tx() 422 imx_uart_writel(sport, ucr1 & ~UCR1_TRDYEN, UCR1); in imx_uart_stop_tx() 477 ucr1 = imx_uart_readl(sport, UCR1); in imx_uart_stop_rx() 488 imx_uart_writel(sport, ucr1, UCR1); in imx_uart_stop_rx() 542 ucr1 = imx_uart_readl(sport, UCR1); in imx_uart_transmit_buffer() [all …]
|