OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PciHandler
(Results
1 - 3
of
3
) sorted by null
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/Ipf/
IpfThunk.i
68
#define
PciHandler
InterruptRedirectionCode + 32
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
LegacyPci.c
951
Private->IntThunk->
PciHandler
.PciBus = (UINT8) PciBus;
952
Private->IntThunk->
PciHandler
.PciDeviceFun = (UINT8) ((PciDevice << 3) + PciFunction);
953
Private->IntThunk->
PciHandler
.PciSegment = (UINT8) PciSegment;
954
Private->IntThunk->
PciHandler
.PciClass = PciConfigHeader->Hdr.ClassCode[2];
955
Private->IntThunk->
PciHandler
.PciSubclass = PciConfigHeader->Hdr.ClassCode[1];
956
Private->IntThunk->
PciHandler
.PciInterface = PciConfigHeader->Hdr.ClassCode[0];
964
Private->IntThunk->
PciHandler
.PrimaryBusMaster = (UINT16)(PciConfigHeader->Device.Bar[4] & 0xfffc);
966
Private->IntThunk->
PciHandler
.PrimaryIrq = PciIrq;
967
Private->IntThunk->
PciHandler
.PrimaryBase = (UINT16) (PciConfigHeader->Device.Bar[0] & 0xfffc);
968
Private->IntThunk->
PciHandler
.PrimaryControl = (UINT16) ((PciConfigHeader->Device.Bar[1] & 0xfffc) + 2);
[
all
...]
LegacyBiosInterface.h
295
EFI_LEGACY_INSTALL_PCI_HANDLER
PciHandler
;
340
EFI_LEGACY_INSTALL_PCI_HANDLER
PciHandler
;
413
EFI_LEGACY_INSTALL_PCI_HANDLER
PciHandler
;
[
all
...]
Completed in 535 milliseconds