Searched defs:PciSegmentRead32 (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/DxePciSegmentLibEsal/
H A DPciLib.c881 PciSegmentRead32 ( function
945 return PciSegmentWrite32 (Address, PciSegmentRead32 (Address) | OrData);
975 return PciSegmentWrite32 (Address, PciSegmentRead32 (Address) & AndData);
1008 return PciSegmentWrite32 (Address, (PciSegmentRead32 (Address) & AndData) | OrData);
1040 return BitFieldRead32 (PciSegmentRead32 (Address), StartBit, EndBit);
1077 BitFieldWrite32 (PciSegmentRead32 (Address), StartBit, EndBit, Value)
1118 BitFieldOr32 (PciSegmentRead32 (Address), StartBit, EndBit, OrData)
1159 BitFieldAnd32 (PciSegmentRead32 (Address), StartBit, EndBit, AndData)
1204 BitFieldAndThenOr32 (PciSegmentRead32 (Address), StartBit, EndBit, AndData, OrData)
1279 *(volatile UINT32 *)Buffer = PciSegmentRead32 (StartAddres
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/PeiPciSegmentLibPciCfg2/
H A DPciSegmentLib.c880 PciSegmentRead32 ( function
942 return PciSegmentWrite32 (Address, PciSegmentRead32 (Address) | OrData);
971 return PciSegmentWrite32 (Address, PciSegmentRead32 (Address) & AndData);
1004 return PciSegmentWrite32 (Address, (PciSegmentRead32 (Address) & AndData) | OrData);
1037 return BitFieldRead32 (PciSegmentRead32 (Address), StartBit, EndBit);
1075 BitFieldWrite32 (PciSegmentRead32 (Address), StartBit, EndBit, Value)
1116 BitFieldOr32 (PciSegmentRead32 (Address), StartBit, EndBit, OrData)
1158 BitFieldAnd32 (PciSegmentRead32 (Address), StartBit, EndBit, AndData)
1203 BitFieldAndThenOr32 (PciSegmentRead32 (Address), StartBit, EndBit, AndData, OrData)
1278 WriteUnaligned32 (Buffer, PciSegmentRead32 (StartAddres
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiPciSegmentLibPciRootBridgeIo/
H A DPciSegmentLib.c956 PciSegmentRead32 ( function
1017 return PciSegmentWrite32 (Address, PciSegmentRead32 (Address) | OrData);
1045 return PciSegmentWrite32 (Address, PciSegmentRead32 (Address) & AndData);
1077 return PciSegmentWrite32 (Address, (PciSegmentRead32 (Address) & AndData) | OrData);
1110 return BitFieldRead32 (PciSegmentRead32 (Address), StartBit, EndBit);
1148 BitFieldWrite32 (PciSegmentRead32 (Address), StartBit, EndBit, Value)
1189 BitFieldOr32 (PciSegmentRead32 (Address), StartBit, EndBit, OrData)
1231 BitFieldAnd32 (PciSegmentRead32 (Address), StartBit, EndBit, AndData)
1276 BitFieldAndThenOr32 (PciSegmentRead32 (Address), StartBit, EndBit, AndData, OrData)
1351 WriteUnaligned32 (Buffer, PciSegmentRead32 (StartAddres
[all...]

Completed in 78 milliseconds