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

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/DxePciSegmentLibEsal/
H A DPciLib.c537 PciSegmentRead16 ( function
601 return PciSegmentWrite16 (Address, (UINT16) (PciSegmentRead16 (Address) | OrData));
631 return PciSegmentWrite16 (Address, (UINT16) (PciSegmentRead16 (Address) & AndData));
664 return PciSegmentWrite16 (Address, (UINT16) ((PciSegmentRead16 (Address) & AndData) | OrData));
696 return BitFieldRead16 (PciSegmentRead16 (Address), StartBit, EndBit);
733 BitFieldWrite16 (PciSegmentRead16 (Address), StartBit, EndBit, Value)
774 BitFieldOr16 (PciSegmentRead16 (Address), StartBit, EndBit, OrData)
815 BitFieldAnd16 (PciSegmentRead16 (Address), StartBit, EndBit, AndData)
860 BitFieldAndThenOr16 (PciSegmentRead16 (Address), StartBit, EndBit, AndData, OrData)
1269 *(volatile UINT16 *)Buffer = PciSegmentRead16 (StartAddres
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/PeiPciSegmentLibPciCfg2/
H A DPciSegmentLib.c541 PciSegmentRead16 ( function
605 return PciSegmentWrite16 (Address, (UINT16) (PciSegmentRead16 (Address) | OrData));
633 return PciSegmentWrite16 (Address, (UINT16) (PciSegmentRead16 (Address) & AndData));
665 return PciSegmentWrite16 (Address, (UINT16) ((PciSegmentRead16 (Address) & AndData) | OrData));
698 return BitFieldRead16 (PciSegmentRead16 (Address), StartBit, EndBit);
736 BitFieldWrite16 (PciSegmentRead16 (Address), StartBit, EndBit, Value)
772 BitFieldOr16 (PciSegmentRead16 (Address), StartBit, EndBit, OrData)
814 BitFieldAnd16 (PciSegmentRead16 (Address), StartBit, EndBit, AndData)
859 BitFieldAndThenOr16 (PciSegmentRead16 (Address), StartBit, EndBit, AndData, OrData)
1268 WriteUnaligned16 (Buffer, PciSegmentRead16 (StartAddres
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiPciSegmentLibPciRootBridgeIo/
H A DPciSegmentLib.c618 PciSegmentRead16 ( function
682 return PciSegmentWrite16 (Address, (UINT16) (PciSegmentRead16 (Address) | OrData));
710 return PciSegmentWrite16 (Address, (UINT16) (PciSegmentRead16 (Address) & AndData));
742 return PciSegmentWrite16 (Address, (UINT16) ((PciSegmentRead16 (Address) & AndData) | OrData));
775 return BitFieldRead16 (PciSegmentRead16 (Address), StartBit, EndBit);
813 BitFieldWrite16 (PciSegmentRead16 (Address), StartBit, EndBit, Value)
849 BitFieldOr16 (PciSegmentRead16 (Address), StartBit, EndBit, OrData)
891 BitFieldAnd16 (PciSegmentRead16 (Address), StartBit, EndBit, AndData)
936 BitFieldAndThenOr16 (PciSegmentRead16 (Address), StartBit, EndBit, AndData, OrData)
1341 WriteUnaligned16 (Buffer, PciSegmentRead16 (StartAddres
[all...]

Completed in 39 milliseconds