Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/char/
H A Dsifive_uart.h51 #define SIFIVE_UART_GET_TXCNT(txctrl) ((txctrl >> 16) & 0x7) macro
/openbmc/qemu/hw/char/
H A Dsifive_uart.c40 uint64_t txcnt = SIFIVE_UART_GET_TXCNT(s->txctrl); in sifive_uart_ip()