Lines Matching refs:PciSegmentRead8
286 PciSegmentRead8 ( in PciSegmentRead8() function
345 return PciSegmentWrite8 (Address, (UINT8) (PciSegmentRead8 (Address) | OrData)); in PciSegmentOr8()
371 return PciSegmentWrite8 (Address, (UINT8) (PciSegmentRead8 (Address) & AndData)); in PciSegmentAnd8()
402 return PciSegmentWrite8 (Address, (UINT8) ((PciSegmentRead8 (Address) & AndData) | OrData)); in PciSegmentAndThenOr8()
434 return BitFieldRead8 (PciSegmentRead8 (Address), StartBit, EndBit); in PciSegmentBitFieldRead8()
472 BitFieldWrite8 (PciSegmentRead8 (Address), StartBit, EndBit, Value) in PciSegmentBitFieldWrite8()
514 BitFieldOr8 (PciSegmentRead8 (Address), StartBit, EndBit, OrData) in PciSegmentBitFieldOr8()
556 BitFieldAnd8 (PciSegmentRead8 (Address), StartBit, EndBit, AndData) in PciSegmentBitFieldAnd8()
603 BitFieldAndThenOr8 (PciSegmentRead8 (Address), StartBit, EndBit, AndData, OrData) in PciSegmentBitFieldAndThenOr8()
1345 *(volatile UINT8 *)Buffer = PciSegmentRead8 (StartAddress); in PciSegmentReadBuffer()
1385 *(volatile UINT8 *)Buffer = PciSegmentRead8 (StartAddress); in PciSegmentReadBuffer()