TianoCore EDK2 master
Loading...
Searching...
No Matches
PciParserTable Struct Reference

#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]
 

Detailed Description

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.

Field Documentation

◆ Mapping

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.

◆ PciConfigSpaceInfo

CM_ARCH_COMMON_PCI_CONFIG_SPACE_INFO PciParserTable::PciConfigSpaceInfo

PCI Configuration Space Info.

Definition at line 86 of file PciConfigSpaceParser.h.


The documentation for this struct was generated from the following file: