Lines Matching refs:UARTFIFO
119 #define UARTFIFO 0x18 macro
560 val = lpuart32_read(&sport->port, UARTFIFO); in lpuart_flush_buffer()
562 lpuart32_write(&sport->port, val, UARTFIFO); in lpuart_flush_buffer()
652 temp = lpuart32_read(&sport->port, UARTFIFO); in lpuart32_poll_init()
655 lpuart32_write(&sport->port, temp | UARTFIFO_RXFE | UARTFIFO_TXFE, UARTFIFO); in lpuart32_poll_init()
658 lpuart32_write(&sport->port, UARTFIFO_TXFLUSH | UARTFIFO_RXFLUSH, UARTFIFO); in lpuart32_poll_init()
663 lpuart32_write(&sport->port, UARTFIFO_RXUF, UARTFIFO); in lpuart32_poll_init()
811 unsigned long sfifo = lpuart32_read(port, UARTFIFO); in lpuart32_tx_empty()
919 while (!(lpuart32_read(&sport->port, UARTFIFO) & UARTFIFO_RXEMPT)) { in lpuart32_rxint()
1516 val = lpuart32_read(&sport->port, UARTFIFO); in lpuart32_setup_watermark()
1519 lpuart32_write(&sport->port, val, UARTFIFO); in lpuart32_setup_watermark()
1688 temp = lpuart32_read(&sport->port, UARTFIFO); in lpuart32_startup()