Home
last modified time | relevance | path

Searched refs:EfiPeiPciCfgWidthUint32 (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/PcatSingleSegmentPciCfg2Pei/
DPciCfg2.c90 } else if (Width == EfiPeiPciCfgWidthUint32) { in PciCfg2Read()
162 } else if (Width == EfiPeiPciCfgWidthUint32) { in PciCfg2Write()
246 } else if (Width == EfiPeiPciCfgWidthUint32) { in PciCfg2Modify()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Include/
DEfiPciCfg.h47 EfiPeiPciCfgWidthUint32 = 2, enumerator
/device/linaro/bootloader/edk2/MdePkg/Include/Ppi/
DPciCfg2.h53 EfiPeiPciCfgWidthUint32 = 2, enumerator
/device/linaro/bootloader/edk2/MdePkg/Library/PeiPciSegmentLibPciCfg2/
DPciSegmentLib.c896 return PeiPciSegmentLibPciCfg2ReadWorker (Address, EfiPeiPciCfgWidthUint32); in PciSegmentRead32()
924 return PeiPciSegmentLibPciCfg2WriteWorker (Address, EfiPeiPciCfgWidthUint32, Value); in PciSegmentWrite32()
/device/linaro/bootloader/edk2/MdePkg/Library/PeiPciLibPciCfg2/
DPciLib.c894 return PeiPciLibPciCfg2ReadWorker (Address, EfiPeiPciCfgWidthUint32); in PciRead32()
923 return PeiPciLibPciCfg2WriteWorker (Address, EfiPeiPciCfgWidthUint32, Value); in PciWrite32()