Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/char/
H A Dsifive_uart.h52 #define SIFIVE_UART_GET_RXCNT(rxctrl) ((rxctrl >> 16) & 0x7) macro
/openbmc/qemu/hw/char/
H A Dsifive_uart.c41 uint64_t rxcnt = SIFIVE_UART_GET_RXCNT(s->rxctrl); in sifive_uart_ip()