Searched refs:UARTCR1 (Results 1 – 1 of 1) sorted by relevance
32 #define UARTCR1 0x02 macro 1535 reg = readb(port->membase + UARTCR1); in lpuart32_get_mctrl() 1558 reg = readb(port->membase + UARTCR1); in lpuart32_set_mctrl() 1565 writeb(reg, port->membase + UARTCR1); in lpuart_break_ctl() 2005 cr1 = old_cr1 = readb(sport->port.membase + UARTCR1); in lpuart_set_termios() 2131 writeb(cr1, sport->port.membase + UARTCR1); in __lpuart32_serial_setbrg() 2569 cr = readb(sport->port.membase + UARTCR1); in lpuart_console_get_options()