TianoCore EDK2 master
|
#include <DynamicTablesPkg/Library/FdtHwInfoParserLib/Pci/PciConfigSpaceParser.h>
Data Fields | |
CM_ARCH_COMMON_PCI_CONFIG_SPACE_INFO | PciConfigSpaceInfo |
PCI Configuration Space Info. | |
CM_OBJ_DESCRIPTOR | Mapping [PciMappingTableMax] |
PCI parser table
Multiple address-map and interrupt map can correspond to one host-pci device. This structure allows to temporarily store the CmObjects created and generate tokens once the whole device tree is parsed.
Definition at line 84 of file PciConfigSpaceParser.h.
CM_OBJ_DESCRIPTOR PciParserTable::Mapping[PciMappingTableMax] |
Store the address mapping and interrupt mapping as CmObjDesc before adding them to the Configuration Manager.
Definition at line 90 of file PciConfigSpaceParser.h.
CM_ARCH_COMMON_PCI_CONFIG_SPACE_INFO PciParserTable::PciConfigSpaceInfo |
PCI Configuration Space Info.
Definition at line 86 of file PciConfigSpaceParser.h.