Searched refs:UCR1 (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/tty/serial/ |
H A D | imx.c | 41 #define UCR1 0x80 /* Control Register 1 */ macro 303 ucr->ucr1 = imx_uart_readl(sport, UCR1); in imx_uart_ucrs_save() 312 imx_uart_writel(sport, ucr->ucr1, UCR1); in imx_uart_ucrs_restore() 392 ucr1 = imx_uart_readl(sport, UCR1); in imx_uart_start_rx() 406 imx_uart_writel(sport, ucr1, UCR1); in imx_uart_start_rx() 426 ucr1 = imx_uart_readl(sport, UCR1); in imx_uart_stop_tx() 427 imx_uart_writel(sport, ucr1 & ~UCR1_TRDYEN, UCR1); in imx_uart_stop_tx() 482 ucr1 = imx_uart_readl(sport, UCR1); in imx_uart_stop_rx_with_loopback_ctrl() 493 imx_uart_writel(sport, ucr1, UCR1); in imx_uart_stop_rx_with_loopback_ctrl() 559 ucr1 = imx_uart_readl(sport, UCR1); in imx_uart_transmit_buffer() [all …]
|