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

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
H A DLegacyPci.c894 @param PciIrq Pci IRQ number
902 IN UINT8 PciIrq,
934 LegMask = (UINT16) (LegMask | (UINT16) (1 << PciIrq));
966 Private->IntThunk->PciHandler.PrimaryIrq = PciIrq;
997 Private->IntThunk->PciHandler.SecondaryIrq = PciIrq;
1084 UINT8 PciIrq; local
1257 &PciIrq
1271 PciIrq
1330 PciIrq,
1345 &PciIrq
899 InstallLegacyIrqHandler( IN LEGACY_BIOS_INSTANCE *Private, IN EFI_PCI_IO_PROTOCOL *PciIo, IN UINT8 PciIrq, IN PCI_TYPE00 *PciConfigHeader ) argument
[all...]

Completed in 47 milliseconds