Lines Matching refs:PciSegmentRead8
209 PciSegmentRead8 ( in PciSegmentRead8() function
268 return PciSegmentWrite8 (Address, (UINT8) (PciSegmentRead8 (Address) | OrData)); in PciSegmentOr8()
294 return PciSegmentWrite8 (Address, (UINT8) (PciSegmentRead8 (Address) & AndData)); in PciSegmentAnd8()
325 return PciSegmentWrite8 (Address, (UINT8) ((PciSegmentRead8 (Address) & AndData) | OrData)); in PciSegmentAndThenOr8()
357 return BitFieldRead8 (PciSegmentRead8 (Address), StartBit, EndBit); in PciSegmentBitFieldRead8()
395 BitFieldWrite8 (PciSegmentRead8 (Address), StartBit, EndBit, Value) in PciSegmentBitFieldWrite8()
437 BitFieldOr8 (PciSegmentRead8 (Address), StartBit, EndBit, OrData) in PciSegmentBitFieldOr8()
479 BitFieldAnd8 (PciSegmentRead8 (Address), StartBit, EndBit, AndData) in PciSegmentBitFieldAnd8()
526 BitFieldAndThenOr8 (PciSegmentRead8 (Address), StartBit, EndBit, AndData, OrData) in PciSegmentBitFieldAndThenOr8()
1272 *(volatile UINT8 *)Buffer = PciSegmentRead8 (StartAddress); in PciSegmentReadBuffer()
1312 *(volatile UINT8 *)Buffer = PciSegmentRead8 (StartAddress); in PciSegmentReadBuffer()