Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/serial/
Dimx.c51 #define UCR2 0x84 /* Control Register 2 */ macro
297 ucr->ucr2 = readl(port->membase + UCR2); in imx_port_ucrs_save()
306 writel(ucr->ucr2, port->membase + UCR2); in imx_port_ucrs_restore()
377 temp = readl(port->membase + UCR2); in imx_stop_tx()
382 writel(temp, port->membase + UCR2); in imx_stop_tx()
407 temp = readl(sport->port.membase + UCR2); in imx_stop_rx()
408 writel(temp & ~UCR2_RXEN, sport->port.membase + UCR2); in imx_stop_rx()
583 temp = readl(port->membase + UCR2); in imx_start_tx()
588 writel(temp, port->membase + UCR2); in imx_start_tx()
737 temp = readl(sport->port.membase + UCR2); in imx_dma_rxint()
[all …]