Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/tty/serial/
Dimx.c41 #define UCR2 0x84 /* Control Register 2 */ macro
282 case UCR2: in imx_uart_writel()
306 case UCR2: in imx_uart_readl()
364 ucr->ucr2 = imx_uart_readl(sport, UCR2); in imx_uart_ucrs_save()
373 imx_uart_writel(sport, ucr->ucr2, UCR2); in imx_uart_ucrs_restore()
409 ucr2 = imx_uart_readl(sport, UCR2); in imx_uart_start_rx()
421 imx_uart_writel(sport, ucr2, UCR2); in imx_uart_start_rx()
469 ucr2 = imx_uart_readl(sport, UCR2); in imx_uart_stop_tx()
474 imx_uart_writel(sport, ucr2, UCR2); in imx_uart_stop_tx()
492 ucr2 = imx_uart_readl(sport, UCR2); in imx_uart_stop_rx()
[all …]