Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/tty/serial/
Dimx.c50 #define UCR1 0x80 /* Control Register 1 */ macro
293 ucr->ucr1 = readl(port->membase + UCR1); in imx_port_ucrs_save()
302 writel(ucr->ucr1, port->membase + UCR1); in imx_port_ucrs_restore()
368 temp = readl(port->membase + UCR1); in imx_stop_tx()
369 writel(temp & ~UCR1_TXMPTYEN, port->membase + UCR1); in imx_stop_tx()
408 temp = readl(sport->port.membase + UCR1); in imx_stop_rx()
409 writel(temp & ~UCR1_RRDYEN, sport->port.membase + UCR1); in imx_stop_rx()
446 temp = readl(sport->port.membase + UCR1); in imx_transmit_buffer()
450 writel(temp, sport->port.membase + UCR1); in imx_transmit_buffer()
452 writel(temp, sport->port.membase + UCR1); in imx_transmit_buffer()
[all …]