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

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/IndustryStandard/
H A DPci22.h60 UINT8 InterruptPin; member in struct:__anon11695
99 UINT8 InterruptPin; member in struct:__anon11697
139 UINT8 InterruptPin; ///< Interrupt Pin member in struct:__anon11700
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Include/IndustryStandard/
H A Dpci22.h57 UINT8 InterruptPin; member in struct:__anon10183
88 UINT8 InterruptPin; member in struct:__anon10185
121 UINT8 InterruptPin; // Interrupt Pin member in struct:__anon10188
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DPci.h356 UINT8 InterruptPin; // Interrupt Pin member in struct:__anon12825
386 UINT8 InterruptPin; // Interrupt Pin member in struct:__anon12826
414 UINT8 InterruptPin; // Interrupt Pin member in struct:__anon12827
H A DPci.c2923 INDEX_OF (&(Device->InterruptPin)),
2924 Device->InterruptPin
3141 INDEX_OF (&(Bridge->InterruptPin)),
3142 Bridge->InterruptPin
3432 INDEX_OF (&(CardBus->InterruptPin)),
3433 CardBus->InterruptPin
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/IndustryStandard/
H A DPci22.h62 UINT8 InterruptPin; member in struct:__anon15500
101 UINT8 InterruptPin; member in struct:__anon15502
141 UINT8 InterruptPin; ///< Interrupt Pin member in struct:__anon15505
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
H A DLegacyPci.c1077 UINT8 InterruptPin; local
1215 InterruptPin = PciConfigHeader.Device.InterruptPin;
1217 if ((InterruptPin != 0) && (PciConfigHeader.Device.InterruptLine == PCI_INT_LINE_UNKNOWN)) {
1226 // Translate PIRQ index back thru busses to slot bus with InterruptPin
1229 InterruptPin -= 1;
1245 &InterruptPin
1249 // Translate InterruptPin(0-3) into PIRQ
1256 &InterruptPin,
1270 InterruptPin,
[all...]

Completed in 1227 milliseconds