Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/PcatSingleSegmentPciCfg2Pei/
DPciCfg2.c75 if (Width == EfiPeiPciCfgWidthUint8) { in PciCfg2Read()
147 if (Width == EfiPeiPciCfgWidthUint8) { in PciCfg2Write()
229 if (Width == EfiPeiPciCfgWidthUint8) { in PciCfg2Modify()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Include/
DEfiPciCfg.h45 EfiPeiPciCfgWidthUint8 = 0, enumerator
/device/linaro/bootloader/edk2/MdePkg/Include/Ppi/
DPciCfg2.h45 EfiPeiPciCfgWidthUint8 = 0, enumerator
/device/linaro/bootloader/edk2/MdePkg/Library/PeiPciLibPciCfg2/
DPciLib.c185 return (UINT8) PeiPciLibPciCfg2ReadWorker (Address, EfiPeiPciCfgWidthUint8); in PciRead8()
213 return (UINT8) PeiPciLibPciCfg2WriteWorker (Address, EfiPeiPciCfgWidthUint8, Value); in PciWrite8()
/device/linaro/bootloader/edk2/MdePkg/Library/PeiPciSegmentLibPciCfg2/
DPciSegmentLib.c215 return (UINT8) PeiPciSegmentLibPciCfg2ReadWorker (Address, EfiPeiPciCfgWidthUint8); in PciSegmentRead8()
241 return (UINT8) PeiPciSegmentLibPciCfg2WriteWorker (Address, EfiPeiPciCfgWidthUint8, Value); in PciSegmentWrite8()