Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/tty/serial/
Dimx.c52 #define UCR3 0x88 /* Control Register 3 */ macro
295 ucr->ucr3 = readl(port->membase + UCR3); in imx_port_ucrs_save()
304 writel(ucr->ucr3, port->membase + UCR3); in imx_port_ucrs_restore()
1159 temp = readl(sport->port.membase + UCR3); in imx_startup()
1161 writel(temp, sport->port.membase + UCR3); in imx_startup()
1821 val = readl(sport->port.membase + UCR3); in serial_imx_suspend()
1823 writel(val, sport->port.membase + UCR3); in serial_imx_suspend()
1836 val = readl(sport->port.membase + UCR3); in serial_imx_resume()
1838 writel(val, sport->port.membase + UCR3); in serial_imx_resume()