Searched refs:EfiPeiPciCfgWidthUint32 (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Ppi/
H A DPciCfg2.h53 EfiPeiPciCfgWidthUint32 = 2, enumerator in enum:__anon12008
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/PcatSingleSegmentPciCfg2Pei/
H A DPciCfg2.c90 } else if (Width == EfiPeiPciCfgWidthUint32) {
162 } else if (Width == EfiPeiPciCfgWidthUint32) {
246 } else if (Width == EfiPeiPciCfgWidthUint32) {
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/PeiPciLibPciCfg2/
H A DPciLib.c884 return PeiPciLibPciCfg2ReadWorker (Address, EfiPeiPciCfgWidthUint32);
913 return PeiPciLibPciCfg2WriteWorker (Address, EfiPeiPciCfgWidthUint32, Value);
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/PeiPciSegmentLibPciCfg2/
H A DPciSegmentLib.c886 return PeiPciSegmentLibPciCfg2ReadWorker (Address, EfiPeiPciCfgWidthUint32);
914 return PeiPciSegmentLibPciCfg2WriteWorker (Address, EfiPeiPciCfgWidthUint32, Value);

Completed in 502 milliseconds