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

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/DxePciSegmentLibEsal/
H A DPciLib.c193 PciSegmentRead8 ( function
257 return PciSegmentWrite8 (Address, (UINT8) (PciSegmentRead8 (Address) | OrData));
287 return PciSegmentWrite8 (Address, (UINT8) (PciSegmentRead8 (Address) & AndData));
320 return PciSegmentWrite8 (Address, (UINT8) ((PciSegmentRead8 (Address) & AndData) | OrData));
352 return BitFieldRead8 (PciSegmentRead8 (Address), StartBit, EndBit);
389 BitFieldWrite8 (PciSegmentRead8 (Address), StartBit, EndBit, Value)
430 BitFieldOr8 (PciSegmentRead8 (Address), StartBit, EndBit, OrData)
471 BitFieldAnd8 (PciSegmentRead8 (Address), StartBit, EndBit, AndData)
516 BitFieldAndThenOr8 (PciSegmentRead8 (Address), StartBit, EndBit, AndData, OrData)
1259 *(volatile UINT8 *)Buffer = PciSegmentRead8 (StartAddres
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/PeiPciSegmentLibPciCfg2/
H A DPciSegmentLib.c209 PciSegmentRead8 ( function
268 return PciSegmentWrite8 (Address, (UINT8) (PciSegmentRead8 (Address) | OrData));
294 return PciSegmentWrite8 (Address, (UINT8) (PciSegmentRead8 (Address) & AndData));
325 return PciSegmentWrite8 (Address, (UINT8) ((PciSegmentRead8 (Address) & AndData) | OrData));
357 return BitFieldRead8 (PciSegmentRead8 (Address), StartBit, EndBit);
394 BitFieldWrite8 (PciSegmentRead8 (Address), StartBit, EndBit, Value)
435 BitFieldOr8 (PciSegmentRead8 (Address), StartBit, EndBit, OrData)
476 BitFieldAnd8 (PciSegmentRead8 (Address), StartBit, EndBit, AndData)
521 BitFieldAndThenOr8 (PciSegmentRead8 (Address), StartBit, EndBit, AndData, OrData)
1258 *(volatile UINT8 *)Buffer = PciSegmentRead8 (StartAddres
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiPciSegmentLibPciRootBridgeIo/
H A DPciSegmentLib.c286 PciSegmentRead8 ( function
345 return PciSegmentWrite8 (Address, (UINT8) (PciSegmentRead8 (Address) | OrData));
371 return PciSegmentWrite8 (Address, (UINT8) (PciSegmentRead8 (Address) & AndData));
402 return PciSegmentWrite8 (Address, (UINT8) ((PciSegmentRead8 (Address) & AndData) | OrData));
434 return BitFieldRead8 (PciSegmentRead8 (Address), StartBit, EndBit);
471 BitFieldWrite8 (PciSegmentRead8 (Address), StartBit, EndBit, Value)
512 BitFieldOr8 (PciSegmentRead8 (Address), StartBit, EndBit, OrData)
553 BitFieldAnd8 (PciSegmentRead8 (Address), StartBit, EndBit, AndData)
598 BitFieldAndThenOr8 (PciSegmentRead8 (Address), StartBit, EndBit, AndData, OrData)
1331 *(volatile UINT8 *)Buffer = PciSegmentRead8 (StartAddres
[all...]

Completed in 51 milliseconds