Lines Matching defs:PciSegmentRead32
891 PciSegmentRead32 (
955 return PciSegmentWrite32 (Address, PciSegmentRead32 (Address) | OrData);
985 return PciSegmentWrite32 (Address, PciSegmentRead32 (Address) & AndData);
1018 return PciSegmentWrite32 (Address, (PciSegmentRead32 (Address) & AndData) | OrData);
1050 return BitFieldRead32 (PciSegmentRead32 (Address), StartBit, EndBit);
1088 BitFieldWrite32 (PciSegmentRead32 (Address), StartBit, EndBit, Value)
1130 BitFieldOr32 (PciSegmentRead32 (Address), StartBit, EndBit, OrData)
1172 BitFieldAnd32 (PciSegmentRead32 (Address), StartBit, EndBit, AndData)
1219 BitFieldAndThenOr32 (PciSegmentRead32 (Address), StartBit, EndBit, AndData, OrData)
1294 *(volatile UINT32 *)Buffer = PciSegmentRead32 (StartAddress);