Searched refs:XMIT_FIFO (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/Serial/
H A DDevSerial.cpp139 #define XMIT_FIFO 0 macro
257 if (fifo == XMIT_FIFO || f->count < UART_FIFO_LENGTH)
266 else if (fifo == XMIT_FIFO) /* need to at least adjust tail to maintain pipe state consistency */
395 pThis->tsr = fifo_get(pThis, XMIT_FIFO);
458 fifo_put(pThis, XMIT_FIFO, pThis->thr);
503 fifo_clear(pThis, XMIT_FIFO);
1122 fifo_clear(pThis, XMIT_FIFO);

Completed in 1762 milliseconds