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

/vbox/src/VBox/Devices/EFI/Firmware/PcAtChipsetPkg/8254TimerDxe/
H A DTimer.c40 EFI_LEGACY_8259_PROTOCOL *mLegacy8259; variable
88 mLegacy8259->EndOfInterrupt (mLegacy8259, Efi8259Irq0);
209 mLegacy8259->DisableIrq (mLegacy8259, Efi8259Irq0);
234 mLegacy8259->EnableIrq (mLegacy8259, Efi8259Irq0, FALSE);
306 Status = mLegacy8259->GetMask (mLegacy8259, NULL, NULL, &IRQMask, NULL);
369 Status = gBS->LocateProtocol (&gEfiLegacy8259ProtocolGuid, NULL, (VOID **) &mLegacy8259);
[all...]

Completed in 264 milliseconds