Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/tty/serial/
Dfsl_lpuart.c28 #define UARTCR1 0x02 macro
1410 reg = readb(port->membase + UARTCR1); in lpuart_get_mctrl()
1433 reg = readb(port->membase + UARTCR1); in lpuart_set_mctrl()
1440 writeb(reg, port->membase + UARTCR1); in lpuart_set_mctrl()
1816 cr1 = old_cr1 = readb(sport->port.membase + UARTCR1); in lpuart_set_termios()
1944 writeb(cr1, sport->port.membase + UARTCR1); in lpuart_set_termios()
2373 cr = readb(sport->port.membase + UARTCR1); in lpuart_console_get_options()