Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/tty/serial/
Dimx.c51 #define UCR2 0x84 /* Control Register 2 */ macro
294 ucr->ucr2 = readl(port->membase + UCR2); in imx_port_ucrs_save()
303 writel(ucr->ucr2, port->membase + UCR2); in imx_port_ucrs_restore()
374 temp = readl(port->membase + UCR2); in imx_stop_tx()
379 writel(temp, port->membase + UCR2); in imx_stop_tx()
404 temp = readl(sport->port.membase + UCR2); in imx_stop_rx()
405 writel(temp & ~UCR2_RXEN, sport->port.membase + UCR2); in imx_stop_rx()
580 temp = readl(port->membase + UCR2); in imx_start_tx()
585 writel(temp, port->membase + UCR2); in imx_start_tx()
805 if (readl(sport->port.membase + UCR2) & UCR2_CTS) in imx_get_mctrl()
[all …]