Home | History | Annotate | Download | only in PcatSingleSegmentPciCfg2Pei

Lines Matching refs:Pci

2   This driver installs Single Segment Pci Configuration 2 PPI 

3 to provide read, write and modify access to Pci configuration space in PEI phase.
4 To follow PI specification, these services also support access to the unaligned Pci address.
24 #include <IndustryStandard/Pci.h>
29 @param Address PCI address with EFI_PEI_PCI_CFG_PPI_PCI_ADDRESS format.
31 @return PCI address with PCI_LIB_ADDRESS format.
47 Reads from a given location in the PCI configuration space.
80 // Aligned Pci address access
85 // Unaligned Pci address access, break up the request into byte by byte.
93 // Aligned Pci address access
98 // Unaligned Pci address access, break up the request into word by word.
104 // Unaligned Pci address access, break up the request into byte by byte.
119 Write to a given location in the PCI configuration space.
152 // Aligned Pci address access
157 // Unaligned Pci address access, break up the request into byte by byte.
165 // Aligned Pci address access
170 // Unaligned Pci address access, break up the request into word by word.
176 // Unaligned Pci address access, break up the request into byte by byte.
193 location in the PCI configuration space.
234 // Aligned Pci address access
241 // Unaligned Pci address access, break up the request into byte by byte.
249 // Aligned Pci address access
256 // Unaligned Pci address access, break up the request into word by word.
267 // Unaligned Pci address access, break up the request into byte by byte.