Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tty/serial/
Dfsl_lpuart.c122 #define UARTMODIR 0x14 macro
1137 reg = lpuart32_read(port, UARTMODIR); in lpuart32_get_mctrl()
1172 temp = lpuart32_read(port, UARTMODIR) & in lpuart32_set_mctrl()
1181 lpuart32_write(port, temp, UARTMODIR); in lpuart32_set_mctrl()
1636 modem = lpuart32_read(&sport->port, UARTMODIR); in lpuart32_set_termios()
1730 lpuart32_write(&sport->port, modem, UARTMODIR); in lpuart32_set_termios()