Home
last modified time | relevance | path

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

/hypervisor/dm/
A Dvuart.c126 c = fifo_getchar(&vu->txfifo); in vuart_getchar()
133 vu->txfifo.buf = vu->vuart_tx_buf; in init_fifo()
135 vu->txfifo.size = TX_BUF_SIZE; in init_fifo()
137 reset_fifo(&(vu->txfifo)); in init_fifo()
325 fifo_putchar(&vu->txfifo, (char)value_u8); in write_reg()
/hypervisor/include/dm/
A Dvuart.h95 struct vuart_fifo txfifo; /**< FIFO queue for transmitted data. */ member

Completed in 5 milliseconds