Searched refs:PciSegmentWrite8 (Results 1 – 4 of 4) sorted by relevance
/device/linaro/bootloader/edk2/MdePkg/Library/DxePciSegmentLibEsal/ |
D | PciLib.c | 220 PciSegmentWrite8 ( in PciSegmentWrite8() 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() 388 return PciSegmentWrite8 ( in PciSegmentBitFieldWrite8() 430 return PciSegmentWrite8 ( in PciSegmentBitFieldOr8() 472 return PciSegmentWrite8 ( in PciSegmentBitFieldAnd8() 519 return PciSegmentWrite8 ( in PciSegmentBitFieldAndThenOr8() 1372 PciSegmentWrite8 (StartAddress, *(UINT8*)Buffer); in PciSegmentWriteBuffer() 1412 PciSegmentWrite8 (StartAddress, *(UINT8*)Buffer); in PciSegmentWriteBuffer()
|
/device/linaro/bootloader/edk2/MdePkg/Library/PeiPciSegmentLibPciCfg2/ |
D | PciSegmentLib.c | 234 PciSegmentWrite8 ( in PciSegmentWrite8() 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() 393 return PciSegmentWrite8 ( in PciSegmentBitFieldWrite8() 435 return PciSegmentWrite8 ( in PciSegmentBitFieldOr8() 477 return PciSegmentWrite8 ( in PciSegmentBitFieldAnd8() 524 return PciSegmentWrite8 ( in PciSegmentBitFieldAndThenOr8() 1371 PciSegmentWrite8 (StartAddress, *(UINT8*)Buffer); in PciSegmentWriteBuffer() 1411 PciSegmentWrite8 (StartAddress, *(UINT8*)Buffer); in PciSegmentWriteBuffer()
|
/device/linaro/bootloader/edk2/MdePkg/Library/UefiPciSegmentLibPciRootBridgeIo/ |
D | PciSegmentLib.c | 311 PciSegmentWrite8 ( in PciSegmentWrite8() 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() 470 return PciSegmentWrite8 ( in PciSegmentBitFieldWrite8() 512 return PciSegmentWrite8 ( in PciSegmentBitFieldOr8() 554 return PciSegmentWrite8 ( in PciSegmentBitFieldAnd8() 601 return PciSegmentWrite8 ( in PciSegmentBitFieldAndThenOr8() 1443 PciSegmentWrite8 (StartAddress, *(UINT8*)Buffer); in PciSegmentWriteBuffer() 1483 PciSegmentWrite8 (StartAddress, *(UINT8*)Buffer); in PciSegmentWriteBuffer()
|
/device/linaro/bootloader/edk2/MdePkg/Include/Library/ |
D | PciSegmentLib.h | 125 PciSegmentWrite8 (
|