Home
last modified time | relevance | path

Searched defs:vuart_fifo (Results 1 – 1 of 1) sorted by relevance

/hypervisor/include/dm/
A Dvuart.h64 struct vuart_fifo { struct
65 char *buf;
66 uint32_t rindex; /* index to read from */
67 uint32_t windex; /* index to write to */
68 uint32_t num; /* number of characters in the fifo */
69 uint32_t size; /* size of the fifo */

Completed in 3 milliseconds