Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/serial/
H A Dfsl_lpuart.c37 #define UARTCR4 0x0a macro
1991 cr4 = readb(sport->port.membase + UARTCR4); in lpuart_set_termios()
2110 writeb(cr4 | brfa, sport->port.membase + UARTCR4); in lpuart_set_termios()
2573 brfa = readb(sport->port.membase + UARTCR4); in lpuart_console_get_options()