Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/serial/
Dimx.c50 #define UCR1 0x80 /* Control Register 1 */ macro
296 ucr->ucr1 = readl(port->membase + UCR1); in imx_port_ucrs_save()
305 writel(ucr->ucr1, port->membase + UCR1); in imx_port_ucrs_restore()
371 temp = readl(port->membase + UCR1); in imx_stop_tx()
372 writel(temp & ~UCR1_TXMPTYEN, port->membase + UCR1); in imx_stop_tx()
411 temp = readl(sport->port.membase + UCR1); in imx_stop_rx()
412 writel(temp & ~UCR1_RRDYEN, sport->port.membase + UCR1); in imx_stop_rx()
449 temp = readl(sport->port.membase + UCR1); in imx_transmit_buffer()
453 writel(temp, sport->port.membase + UCR1); in imx_transmit_buffer()
455 writel(temp, sport->port.membase + UCR1); in imx_transmit_buffer()
[all …]