Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/tty/serial/
Dfsl_lpuart.c127 #define UARTWATER 0x1c macro
710 if (!(lpuart32_read(port, UARTWATER) >> UARTWATER_RXCNT_OFF)) in lpuart32_poll_get_char()
764 txcnt = lpuart32_read(&sport->port, UARTWATER); in lpuart32_transmit_buffer()
771 txcnt = lpuart32_read(&sport->port, UARTWATER); in lpuart32_transmit_buffer()
1045 rxcount = lpuart32_read(&sport->port, UARTWATER); in lpuart32_int()
1543 lpuart32_write(&sport->port, val, UARTWATER); in lpuart32_setup_watermark()
1689 temp = lpuart32_read(&sport->port, UARTWATER); in lpuart32_configure()
1691 lpuart32_write(&sport->port, temp, UARTWATER); in lpuart32_configure()