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

/vbox/src/VBox/Devices/PC/
H A DDevPit-i8254.cpp246 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) argument
254 PTMTIMER pTimer = pChan->CTX_SUFF(pPit)->channels[0].CTX_SUFF(pTimer);
257 if (EFFECTIVE_MODE(pChan->mode) == 2)
259 if (pChan->u64NextTS == UINT64_MAX)
261 d = ASMMultU64ByU32DivByU32(TMTimerGet(pTimer) - pChan->count_load_time, PIT_FREQ, TMTimerGetFreq(pTimer));
262 return pChan->count - (d % pChan->count); /** @todo check this value. */
264 uint64_t Interval = pChan->u64NextTS - pChan
297 pit_get_out1(PPITCHANNEL pChan, int64_t current_time) argument
334 PPITCHANNEL pChan = &pThis->channels[channel]; local
341 PPITCHANNEL pChan = &pThis->channels[channel]; local
347 pit_latch_count(PPITCHANNEL pChan) argument
364 PPITCHANNEL pChan = &pThis->channels[channel]; local
402 pit_load_count(PPITCHANNEL pChan, int val) argument
431 pit_get_next_transition_time(PPITCHANNEL pChan, uint64_t current_time) argument
514 pit_irq_timer_update(PPITCHANNEL pChan, uint64_t current_time, uint64_t now, bool in_timer) argument
594 PPITCHANNEL pChan = &pThis->channels[Port]; local
700 PPITCHANNEL pChan = &pThis->channels[channel]; local
721 PPITCHANNEL pChan = &pThis->channels[channel]; local
877 PPITCHANNEL pChan = &pThis->channels[i]; local
953 PPITCHANNEL pChan = &pThis->channels[i]; local
1004 PPITCHANNEL pChan = (PPITCHANNEL)pvUser; local
1028 const PITCHANNEL *pChan = &pThis->channels[i]; local
1101 PPITCHANNEL pChan = &pThis->channels[i]; local
1123 PPITCHANNEL pChan = &pThis->channels[i]; local
[all...]

Completed in 43 milliseconds