Searched refs:PciSegmentWrite32 (Results 1 - 4 of 4) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/DxePciSegmentLibEsal/ |
H A D | PciLib.c | 908 PciSegmentWrite32 ( function 945 return PciSegmentWrite32 (Address, PciSegmentRead32 (Address) | OrData); 975 return PciSegmentWrite32 (Address, PciSegmentRead32 (Address) & AndData); 1008 return PciSegmentWrite32 (Address, (PciSegmentRead32 (Address) & AndData) | OrData); 1075 return PciSegmentWrite32 ( 1116 return PciSegmentWrite32 ( 1157 return PciSegmentWrite32 ( 1202 return PciSegmentWrite32 ( 1377 PciSegmentWrite32 (StartAddress, *(UINT32*)Buffer);
|
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/PeiPciSegmentLibPciCfg2/ |
H A D | PciSegmentLib.c | 907 PciSegmentWrite32 ( function 942 return PciSegmentWrite32 (Address, PciSegmentRead32 (Address) | OrData); 971 return PciSegmentWrite32 (Address, PciSegmentRead32 (Address) & AndData); 1004 return PciSegmentWrite32 (Address, (PciSegmentRead32 (Address) & AndData) | OrData); 1073 return PciSegmentWrite32 ( 1114 return PciSegmentWrite32 ( 1156 return PciSegmentWrite32 ( 1201 return PciSegmentWrite32 ( 1377 PciSegmentWrite32 (StartAddress, ReadUnaligned32 (Buffer));
|
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiPciSegmentLibPciRootBridgeIo/ |
H A D | PciSegmentLib.c | 982 PciSegmentWrite32 ( function 1017 return PciSegmentWrite32 (Address, PciSegmentRead32 (Address) | OrData); 1045 return PciSegmentWrite32 (Address, PciSegmentRead32 (Address) & AndData); 1077 return PciSegmentWrite32 (Address, (PciSegmentRead32 (Address) & AndData) | OrData); 1146 return PciSegmentWrite32 ( 1187 return PciSegmentWrite32 ( 1229 return PciSegmentWrite32 ( 1274 return PciSegmentWrite32 ( 1449 PciSegmentWrite32 (StartAddress, ReadUnaligned32 (Buffer));
|
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Library/ |
H A D | PciSegmentLib.h | 704 PciSegmentWrite32 (
|
Completed in 99 milliseconds