Home | History | Annotate | Download | only in PeiPciSegmentLibPciCfg2

Lines Matching defs:PciSegmentRead32

890 PciSegmentRead32 (

952 return PciSegmentWrite32 (Address, PciSegmentRead32 (Address) | OrData);
981 return PciSegmentWrite32 (Address, PciSegmentRead32 (Address) & AndData);
1014 return PciSegmentWrite32 (Address, (PciSegmentRead32 (Address) & AndData) | OrData);
1047 return BitFieldRead32 (PciSegmentRead32 (Address), StartBit, EndBit);
1086 BitFieldWrite32 (PciSegmentRead32 (Address), StartBit, EndBit, Value)
1128 BitFieldOr32 (PciSegmentRead32 (Address), StartBit, EndBit, OrData)
1170 BitFieldAnd32 (PciSegmentRead32 (Address), StartBit, EndBit, AndData)
1217 BitFieldAndThenOr32 (PciSegmentRead32 (Address), StartBit, EndBit, AndData, OrData)
1292 WriteUnaligned32 (Buffer, PciSegmentRead32 (StartAddress));