Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/tty/serial/
Dimx.c41 #define UCR1 0x80 /* Control Register 1 */ macro
301 ucr->ucr1 = imx_uart_readl(sport, UCR1); in imx_uart_ucrs_save()
310 imx_uart_writel(sport, ucr->ucr1, UCR1); in imx_uart_ucrs_restore()
389 ucr1 = imx_uart_readl(sport, UCR1); in imx_uart_start_rx()
403 imx_uart_writel(sport, ucr1, UCR1); in imx_uart_start_rx()
423 ucr1 = imx_uart_readl(sport, UCR1); in imx_uart_stop_tx()
424 imx_uart_writel(sport, ucr1 & ~UCR1_TRDYEN, UCR1); in imx_uart_stop_tx()
478 ucr1 = imx_uart_readl(sport, UCR1); in imx_uart_stop_rx_with_loopback_ctrl()
489 imx_uart_writel(sport, ucr1, UCR1); in imx_uart_stop_rx_with_loopback_ctrl()
555 ucr1 = imx_uart_readl(sport, UCR1); in imx_uart_transmit_buffer()
[all …]