Lines Matching defs:PciSegmentRead32
765 PciSegmentRead32 (
826 return PciSegmentWrite32 (Address, PciSegmentRead32 (Address) | OrData);
854 return PciSegmentWrite32 (Address, PciSegmentRead32 (Address) & AndData);
886 return PciSegmentWrite32 (Address, (PciSegmentRead32 (Address) & AndData) | OrData);
919 return BitFieldRead32 (PciSegmentRead32 (Address), StartBit, EndBit);
958 BitFieldWrite32 (PciSegmentRead32 (Address), StartBit, EndBit, Value)
1000 BitFieldOr32 (PciSegmentRead32 (Address), StartBit, EndBit, OrData)
1042 BitFieldAnd32 (PciSegmentRead32 (Address), StartBit, EndBit, AndData)
1089 BitFieldAndThenOr32 (PciSegmentRead32 (Address), StartBit, EndBit, AndData, OrData)
1164 WriteUnaligned32 (Buffer, PciSegmentRead32 (StartAddress));