Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/tty/serial/
Dfsl_lpuart.c122 #define UARTMODIR 0x14 macro
1303 reg = lpuart32_read(port, UARTMODIR); in lpuart32_get_mctrl()
1338 temp = lpuart32_read(port, UARTMODIR) & in lpuart32_set_mctrl()
1347 lpuart32_write(port, temp, UARTMODIR); in lpuart32_set_mctrl()
1864 modem = lpuart32_read(&sport->port, UARTMODIR); in lpuart32_set_termios()
1971 lpuart32_write(&sport->port, modem, UARTMODIR); in lpuart32_set_termios()