Lines Matching defs:PciSegmentRead32
966 PciSegmentRead32 (
1027 return PciSegmentWrite32 (Address, PciSegmentRead32 (Address) | OrData);
1055 return PciSegmentWrite32 (Address, PciSegmentRead32 (Address) & AndData);
1087 return PciSegmentWrite32 (Address, (PciSegmentRead32 (Address) & AndData) | OrData);
1120 return BitFieldRead32 (PciSegmentRead32 (Address), StartBit, EndBit);
1159 BitFieldWrite32 (PciSegmentRead32 (Address), StartBit, EndBit, Value)
1201 BitFieldOr32 (PciSegmentRead32 (Address), StartBit, EndBit, OrData)
1243 BitFieldAnd32 (PciSegmentRead32 (Address), StartBit, EndBit, AndData)
1290 BitFieldAndThenOr32 (PciSegmentRead32 (Address), StartBit, EndBit, AndData, OrData)
1365 WriteUnaligned32 (Buffer, PciSegmentRead32 (StartAddress));