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

/vbox/src/VBox/Devices/PC/
H A DDevPit-i8254.cpp297 static int pit_get_out1(PPITCHANNEL pChan, int64_t current_time) function
314 Log2(("pit_get_out1: d=%llx c=%x %x \n", d, pChan->count, (unsigned)(d % pChan->count)));
335 return pit_get_out1(pChan, current_time);
524 irq_level = pit_get_out1(pChan, current_time) ? PDM_IRQ_LEVEL_HIGH : PDM_IRQ_LEVEL_LOW;
709 pChan->status = (pit_get_out1(pChan, TMTimerGet(pTimer)) << 7)

Completed in 45 milliseconds