Searched refs:PciSegmentWrite16 (Results 1 – 6 of 6) sorted by relevance
/device/linaro/bootloader/edk2/MdePkg/Library/BasePciSegmentLibPci/ |
D | PciSegmentLib.c | 448 PciSegmentWrite16 ( in PciSegmentWrite16() function 486 return PciSegmentWrite16 (Address, (UINT16) (PciSegmentRead16 (Address) | OrData)); in PciSegmentOr16() 514 return PciSegmentWrite16 (Address, (UINT16) (PciSegmentRead16 (Address) & AndData)); in PciSegmentAnd16() 546 return PciSegmentWrite16 (Address, (UINT16) ((PciSegmentRead16 (Address) & AndData) | OrData)); in PciSegmentAndThenOr16() 616 return PciSegmentWrite16 ( in PciSegmentBitFieldWrite16() 653 return PciSegmentWrite16 ( in PciSegmentBitFieldOr16() 696 return PciSegmentWrite16 ( in PciSegmentBitFieldAnd16() 743 return PciSegmentWrite16 ( in PciSegmentBitFieldAndThenOr16() 1252 PciSegmentWrite16 (StartAddress, ReadUnaligned16 (Buffer)); in PciSegmentWriteBuffer() 1272 PciSegmentWrite16 (StartAddress, ReadUnaligned16 (Buffer)); in PciSegmentWriteBuffer()
|
/device/linaro/bootloader/edk2/MdePkg/Library/DxePciSegmentLibEsal/ |
D | PciLib.c | 569 PciSegmentWrite16 ( in PciSegmentWrite16() function 606 return PciSegmentWrite16 (Address, (UINT16) (PciSegmentRead16 (Address) | OrData)); in PciSegmentOr16() 636 return PciSegmentWrite16 (Address, (UINT16) (PciSegmentRead16 (Address) & AndData)); in PciSegmentAnd16() 669 return PciSegmentWrite16 (Address, (UINT16) ((PciSegmentRead16 (Address) & AndData) | OrData)); in PciSegmentAndThenOr16() 737 return PciSegmentWrite16 ( in PciSegmentBitFieldWrite16() 779 return PciSegmentWrite16 ( in PciSegmentBitFieldOr16() 821 return PciSegmentWrite16 ( in PciSegmentBitFieldAnd16() 868 return PciSegmentWrite16 ( in PciSegmentBitFieldAndThenOr16() 1382 PciSegmentWrite16 (StartAddress, *(UINT16*)Buffer); in PciSegmentWriteBuffer() 1402 PciSegmentWrite16 (StartAddress, *(UINT16*)Buffer); in PciSegmentWriteBuffer()
|
/device/linaro/bootloader/edk2/MdePkg/Library/PeiPciSegmentLibPciCfg2/ |
D | PciSegmentLib.c | 572 PciSegmentWrite16 ( in PciSegmentWrite16() function 610 return PciSegmentWrite16 (Address, (UINT16) (PciSegmentRead16 (Address) | OrData)); in PciSegmentOr16() 638 return PciSegmentWrite16 (Address, (UINT16) (PciSegmentRead16 (Address) & AndData)); in PciSegmentAnd16() 670 return PciSegmentWrite16 (Address, (UINT16) ((PciSegmentRead16 (Address) & AndData) | OrData)); in PciSegmentAndThenOr16() 740 return PciSegmentWrite16 ( in PciSegmentBitFieldWrite16() 777 return PciSegmentWrite16 ( in PciSegmentBitFieldOr16() 820 return PciSegmentWrite16 ( in PciSegmentBitFieldAnd16() 867 return PciSegmentWrite16 ( in PciSegmentBitFieldAndThenOr16() 1381 PciSegmentWrite16 (StartAddress, ReadUnaligned16 (Buffer)); in PciSegmentWriteBuffer() 1401 PciSegmentWrite16 (StartAddress, ReadUnaligned16 (Buffer)); in PciSegmentWriteBuffer()
|
/device/linaro/bootloader/edk2/MdePkg/Library/UefiPciSegmentLibPciRootBridgeIo/ |
D | PciSegmentLib.c | 649 PciSegmentWrite16 ( in PciSegmentWrite16() function 687 return PciSegmentWrite16 (Address, (UINT16) (PciSegmentRead16 (Address) | OrData)); in PciSegmentOr16() 715 return PciSegmentWrite16 (Address, (UINT16) (PciSegmentRead16 (Address) & AndData)); in PciSegmentAnd16() 747 return PciSegmentWrite16 (Address, (UINT16) ((PciSegmentRead16 (Address) & AndData) | OrData)); in PciSegmentAndThenOr16() 817 return PciSegmentWrite16 ( in PciSegmentBitFieldWrite16() 854 return PciSegmentWrite16 ( in PciSegmentBitFieldOr16() 897 return PciSegmentWrite16 ( in PciSegmentBitFieldAnd16() 944 return PciSegmentWrite16 ( in PciSegmentBitFieldAndThenOr16() 1453 PciSegmentWrite16 (StartAddress, ReadUnaligned16 (Buffer)); in PciSegmentWriteBuffer() 1473 PciSegmentWrite16 (StartAddress, ReadUnaligned16 (Buffer)); in PciSegmentWriteBuffer()
|
/device/linaro/bootloader/edk2/MdePkg/Include/Library/ |
D | PciSegmentLib.h | 424 PciSegmentWrite16 (
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/PiDxeS3BootScriptLib/ |
D | BootScriptExecute.c | 789 PciSegmentWrite16 (PciAddress, *In.Uint16); in ScriptPciCfg2Write() 793 PciSegmentWrite16 (OriginalPciAddress, *In.Uint16); in ScriptPciCfg2Write() 797 PciSegmentWrite16 (PciAddress, *OriginalIn.Uint16); in ScriptPciCfg2Write()
|