Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/serial/
Damba-pl011.c1432 cr = readw(uap->port.membase + UART011_CR); in pl011_set_mctrl()
1452 writew(cr, uap->port.membase + UART011_CR); in pl011_set_mctrl()
1632 writew(cr, uap->port.membase + UART011_CR); in pl011_startup()
1696 cr = readw(uap->port.membase + UART011_CR); in pl011_disable_uart()
1700 writew(cr, uap->port.membase + UART011_CR); in pl011_disable_uart()
1870 old_cr = readw(port->membase + UART011_CR); in pl011_set_termios()
1871 writew(0, port->membase + UART011_CR); in pl011_set_termios()
1914 writew(old_cr, port->membase + UART011_CR); in pl011_set_termios()
2082 old_cr = readw(uap->port.membase + UART011_CR); in pl011_console_write()
2085 writew(new_cr, uap->port.membase + UART011_CR); in pl011_console_write()
[all …]
/linux-4.4.14/include/linux/amba/
Dserial.h51 #define UART011_CR 0x30 /* Control register. */ macro