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

/vbox/src/VBox/Devices/PC/
H A DDevPit-i8254.cpp203 typedef PITCHANNEL *PPITCHANNEL; typedef
246 static void pit_irq_timer_update(PPITCHANNEL pChan, uint64_t current_time, uint64_t now, bool in_timer);
251 static int pit_get_count(PPITCHANNEL pChan)
297 static int pit_get_out1(PPITCHANNEL pChan, int64_t current_time)
334 PPITCHANNEL pChan = &pThis->channels[channel];
341 PPITCHANNEL pChan = &pThis->channels[channel];
347 static void pit_latch_count(PPITCHANNEL pChan)
364 PPITCHANNEL pChan = &pThis->channels[channel];
402 static void pit_load_count(PPITCHANNEL pChan, int val)
431 static int64_t pit_get_next_transition_time(PPITCHANNEL pCha
[all...]

Completed in 69 milliseconds