Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/PcatSingleSegmentPciCfg2Pei/
DPciCfg2.c77 } else if (Width == EfiPeiPciCfgWidthUint16) { in PciCfg2Read()
149 } else if (Width == EfiPeiPciCfgWidthUint16) { in PciCfg2Write()
231 } else if (Width == EfiPeiPciCfgWidthUint16) { in PciCfg2Modify()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Include/
DEfiPciCfg.h46 EfiPeiPciCfgWidthUint16 = 1, enumerator
/device/linaro/bootloader/edk2/MdePkg/Include/Ppi/
DPciCfg2.h49 EfiPeiPciCfgWidthUint16 = 1, enumerator
/device/linaro/bootloader/edk2/MdePkg/Library/PeiPciLibPciCfg2/
DPciLib.c535 return (UINT16) PeiPciLibPciCfg2ReadWorker (Address, EfiPeiPciCfgWidthUint16); in PciRead16()
564 return (UINT16) PeiPciLibPciCfg2WriteWorker (Address, EfiPeiPciCfgWidthUint16, Value); in PciWrite16()
/device/linaro/bootloader/edk2/MdePkg/Library/PeiPciSegmentLibPciCfg2/
DPciSegmentLib.c552 return (UINT16) PeiPciSegmentLibPciCfg2ReadWorker (Address, EfiPeiPciCfgWidthUint16); in PciSegmentRead16()
579 return (UINT16) PeiPciSegmentLibPciCfg2WriteWorker (Address, EfiPeiPciCfgWidthUint16, Value); in PciSegmentWrite16()