Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/tty/serial/
Dfsl_lpuart.c126 #define UARTWATER 0x1c macro
730 if (!(lpuart32_read(port, UARTWATER) >> UARTWATER_RXCNT_OFF)) in lpuart32_poll_get_char()
784 txcnt = lpuart32_read(&sport->port, UARTWATER); in lpuart32_transmit_buffer()
791 txcnt = lpuart32_read(&sport->port, UARTWATER); in lpuart32_transmit_buffer()
1060 rxcount = lpuart32_read(&sport->port, UARTWATER); in lpuart32_int()
1588 lpuart32_write(&sport->port, val, UARTWATER); in lpuart32_setup_watermark()
1734 temp = lpuart32_read(&sport->port, UARTWATER); in lpuart32_configure()
1736 lpuart32_write(&sport->port, temp, UARTWATER); in lpuart32_configure()