Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/tty/serial/
Dimx.c40 #define UCR1 0x80 /* Control Register 1 */ macro
279 case UCR1: in imx_uart_writel()
303 case UCR1: in imx_uart_readl()
363 ucr->ucr1 = imx_uart_readl(sport, UCR1); in imx_uart_ucrs_save()
372 imx_uart_writel(sport, ucr->ucr1, UCR1); in imx_uart_ucrs_restore()
408 ucr1 = imx_uart_readl(sport, UCR1); in imx_uart_start_rx()
422 imx_uart_writel(sport, ucr1, UCR1); in imx_uart_start_rx()
441 ucr1 = imx_uart_readl(sport, UCR1); in imx_uart_stop_tx()
442 imx_uart_writel(sport, ucr1 & ~UCR1_TRDYEN, UCR1); in imx_uart_stop_tx()
491 ucr1 = imx_uart_readl(sport, UCR1); in imx_uart_stop_rx()
[all …]