Searched defs:fifo_timeout_timer (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/Serial/
H A DDevSerial.cpp185 PTMTIMERR3 fifo_timeout_timer; member in struct:SerialState
498 TMTimerStop(pThis->fifo_timeout_timer);
591 TMTimerSet(pThis->fifo_timeout_timer,
592 TMTimerGet(pThis->fifo_timeout_timer) + pThis->char_transmit_time * 4);
709 TMTimerSet(pThis->fifo_timeout_timer, TMTimerGet(pThis->fifo_timeout_timer) + pThis->char_transmit_time * 4);
939 TMR3TimerSave(pThis->fifo_timeout_timer, pSSM);
1000 TMR3TimerLoad(pThis->fifo_timeout_timer, pSSM);
1294 &pThis->fifo_timeout_timer);

Completed in 48 milliseconds