Home
last modified time | relevance | path

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

/linux-6.15/drivers/tty/serial/
H A Dfsl_lpuart.c33 #define UARTCR1 0x02 macro
1522 cr1 = readb(port->membase + UARTCR1); in lpuart_get_mctrl()
1545 cr1 = readb(port->membase + UARTCR1); in lpuart_set_mctrl()
1552 writeb(cr1, port->membase + UARTCR1); in lpuart_set_mctrl()
1995 cr1 = old_cr1 = readb(port->membase + UARTCR1); in lpuart_set_termios()
2121 writeb(cr1, port->membase + UARTCR1); in lpuart_set_termios()
2571 cr = readb(sport->port.membase + UARTCR1); in lpuart_console_get_options()