Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/tty/serial/
Dimx.c45 #define UCR2 0x84 /* Control Register 2 */ macro
290 case UCR2: in imx_uart_writel()
314 case UCR2: in imx_uart_readl()
372 ucr->ucr2 = imx_uart_readl(sport, UCR2); in imx_uart_ucrs_save()
381 imx_uart_writel(sport, ucr->ucr2, UCR2); in imx_uart_ucrs_restore()
412 ucr2 = imx_uart_readl(sport, UCR2); in imx_uart_start_rx()
424 imx_uart_writel(sport, ucr2, UCR2); in imx_uart_start_rx()
447 u32 ucr2 = imx_uart_readl(sport, UCR2), ucr4; in imx_uart_stop_tx()
452 imx_uart_writel(sport, ucr2, UCR2); in imx_uart_stop_tx()
469 ucr2 = imx_uart_readl(sport, UCR2); in imx_uart_stop_rx()
[all …]