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

/vbox/src/VBox/Devices/PC/
H A DDevHPET.cpp107 #define HPET_TN_CMP 0x008 /**< Timer N comparator. */ macro
467 case HPET_TN_CMP:
469 Log(("read HPET_TN_CMP on %d: %#x (%#llx)\n", pHpetTimer->idxTimer, u32Value, pHpetTimer->u64Cmp));
472 case HPET_TN_CMP + 4:
474 Log(("read HPET_TN_CMP+4 on %d: %#x (%#llx)\n", pHpetTimer->idxTimer, u32Value, pHpetTimer->u64Cmp));
556 case HPET_TN_CMP: /* lower bits of comparator register */
559 Log(("write HPET_TN_CMP on %d: %#x\n", iTimerNo, u32NewValue));
565 Log2(("after HPET_TN_CMP cmp=%#llx per=%#llx\n", pHpetTimer->u64Cmp, pHpetTimer->u64Period));
573 case HPET_TN_CMP + 4: /* upper bits of comparator register */
576 Log(("write HPET_TN_CMP
[all...]

Completed in 43 milliseconds