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

/vbox/src/VBox/Devices/PC/
H A DDevPit-i8254.cpp517 int irq_level; local
524 irq_level = pit_get_out1(pChan, current_time) ? PDM_IRQ_LEVEL_HIGH : PDM_IRQ_LEVEL_LOW;
550 PDMDevHlpISASetIrq(pDevIns, pChan->irq, irq_level);
555 if (irq_level)
569 LogFlow(("PIT: m=%d count=%#4x irq_level=%#x stopped\n", pChan->mode, pChan->count, irq_level));

Completed in 47 milliseconds