Lines Matching refs:PciSegmentRead8
193 PciSegmentRead8 ( in PciSegmentRead8() function
257 return PciSegmentWrite8 (Address, (UINT8) (PciSegmentRead8 (Address) | OrData)); in PciSegmentOr8()
287 return PciSegmentWrite8 (Address, (UINT8) (PciSegmentRead8 (Address) & AndData)); in PciSegmentAnd8()
320 return PciSegmentWrite8 (Address, (UINT8) ((PciSegmentRead8 (Address) & AndData) | OrData)); in PciSegmentAndThenOr8()
352 return BitFieldRead8 (PciSegmentRead8 (Address), StartBit, EndBit); in PciSegmentBitFieldRead8()
390 BitFieldWrite8 (PciSegmentRead8 (Address), StartBit, EndBit, Value) in PciSegmentBitFieldWrite8()
432 BitFieldOr8 (PciSegmentRead8 (Address), StartBit, EndBit, OrData) in PciSegmentBitFieldOr8()
474 BitFieldAnd8 (PciSegmentRead8 (Address), StartBit, EndBit, AndData) in PciSegmentBitFieldAnd8()
521 BitFieldAndThenOr8 (PciSegmentRead8 (Address), StartBit, EndBit, AndData, OrData) in PciSegmentBitFieldAndThenOr8()
1274 *(volatile UINT8 *)Buffer = PciSegmentRead8 (StartAddress); in PciSegmentReadBuffer()
1314 *(volatile UINT8 *)Buffer = PciSegmentRead8 (StartAddress); in PciSegmentReadBuffer()