Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/serial/
Dfsl_lpuart.c39 #define UARTCR4 0x0a macro
1213 cr4 = readb(sport->port.membase + UARTCR4); in lpuart_set_termios()
1325 writeb(cr4 | brfa, sport->port.membase + UARTCR4); in lpuart_set_termios()
1635 brfa = readb(sport->port.membase + UARTCR4); in lpuart_console_get_options()