Searched refs:rxctrl (Results 1 – 2 of 2) sorted by relevance
55 #define SIFIVE_UART_GET_RXCNT(rxctrl) ((rxctrl >> 16) & 0x7) argument76 uint32_t rxctrl; member
43 uint64_t rxcnt = SIFIVE_UART_GET_RXCNT(s->rxctrl); in sifive_uart_ip()161 return s->rxctrl; in sifive_uart_read()191 s->rxctrl = val64; in sifive_uart_write()291 s->rxctrl = 0; in sifive_uart_reset_enter()317 VMSTATE_UINT32(rxctrl, SiFiveUARTState),
Completed in 6 milliseconds