Searched refs:PciSegmentRead8 (Results 1 – 4 of 4) sorted by relevance
/device/linaro/bootloader/edk2/MdePkg/Library/DxePciSegmentLibEsal/ |
D | PciLib.c | 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() [all …]
|
/device/linaro/bootloader/edk2/MdePkg/Library/PeiPciSegmentLibPciCfg2/ |
D | PciSegmentLib.c | 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() [all …]
|
/device/linaro/bootloader/edk2/MdePkg/Library/UefiPciSegmentLibPciRootBridgeIo/ |
D | PciSegmentLib.c | 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() [all …]
|
/device/linaro/bootloader/edk2/MdePkg/Include/Library/ |
D | PciSegmentLib.h | 105 PciSegmentRead8 (
|