Home
last modified time | relevance | path

Searched refs:UCR1 (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/tty/serial/ !
H A Dimx.c41 #define UCR1 0x80 /* Control Register 1 */ macro
304 ucr->ucr1 = imx_uart_readl(sport, UCR1); in imx_uart_ucrs_save()
313 imx_uart_writel(sport, ucr->ucr1, UCR1); in imx_uart_ucrs_restore()
393 ucr1 = imx_uart_readl(sport, UCR1); in imx_uart_start_rx()
407 imx_uart_writel(sport, ucr1, UCR1); in imx_uart_start_rx()
427 ucr1 = imx_uart_readl(sport, UCR1); in imx_uart_stop_tx()
428 imx_uart_writel(sport, ucr1 & ~UCR1_TRDYEN, UCR1); in imx_uart_stop_tx()
483 ucr1 = imx_uart_readl(sport, UCR1); in imx_uart_stop_rx_with_loopback_ctrl()
494 imx_uart_writel(sport, ucr1, UCR1); in imx_uart_stop_rx_with_loopback_ctrl()
560 ucr1 = imx_uart_readl(sport, UCR1); in imx_uart_transmit_buffer()
[all …]