Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tty/serial/
Dimx.c44 #define UCR2 0x84 /* Control Register 2 */ macro
289 case UCR2: in imx_uart_writel()
313 case UCR2: in imx_uart_readl()
371 ucr->ucr2 = imx_uart_readl(sport, UCR2); in imx_uart_ucrs_save()
380 imx_uart_writel(sport, ucr->ucr2, UCR2); in imx_uart_ucrs_restore()
414 ucr2 = imx_uart_readl(sport, UCR2); in imx_uart_start_rx()
426 imx_uart_writel(sport, ucr2, UCR2); in imx_uart_start_rx()
449 u32 ucr2 = imx_uart_readl(sport, UCR2), ucr4; in imx_uart_stop_tx()
454 imx_uart_writel(sport, ucr2, UCR2); in imx_uart_stop_tx()
471 ucr2 = imx_uart_readl(sport, UCR2); in imx_uart_stop_rx()
[all …]