Home
last modified time | relevance | path

Searched refs:PciSegmentRead32 (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/MdePkg/Library/BasePciSegmentLibPci/
DPciSegmentLib.c765 PciSegmentRead32 ( in PciSegmentRead32() function
826 return PciSegmentWrite32 (Address, PciSegmentRead32 (Address) | OrData); in PciSegmentOr32()
854 return PciSegmentWrite32 (Address, PciSegmentRead32 (Address) & AndData); in PciSegmentAnd32()
886 return PciSegmentWrite32 (Address, (PciSegmentRead32 (Address) & AndData) | OrData); in PciSegmentAndThenOr32()
919 return BitFieldRead32 (PciSegmentRead32 (Address), StartBit, EndBit); in PciSegmentBitFieldRead32()
958 BitFieldWrite32 (PciSegmentRead32 (Address), StartBit, EndBit, Value) in PciSegmentBitFieldWrite32()
1000 BitFieldOr32 (PciSegmentRead32 (Address), StartBit, EndBit, OrData) in PciSegmentBitFieldOr32()
1042 BitFieldAnd32 (PciSegmentRead32 (Address), StartBit, EndBit, AndData) in PciSegmentBitFieldAnd32()
1089 BitFieldAndThenOr32 (PciSegmentRead32 (Address), StartBit, EndBit, AndData, OrData) in PciSegmentBitFieldAndThenOr32()
1164 WriteUnaligned32 (Buffer, PciSegmentRead32 (StartAddress)); in PciSegmentReadBuffer()
/device/linaro/bootloader/edk2/MdePkg/Library/PeiPciSegmentLibPciCfg2/
DPciSegmentLib.c890 PciSegmentRead32 ( in PciSegmentRead32() function
952 return PciSegmentWrite32 (Address, PciSegmentRead32 (Address) | OrData); in PciSegmentOr32()
981 return PciSegmentWrite32 (Address, PciSegmentRead32 (Address) & AndData); in PciSegmentAnd32()
1014 return PciSegmentWrite32 (Address, (PciSegmentRead32 (Address) & AndData) | OrData); in PciSegmentAndThenOr32()
1047 return BitFieldRead32 (PciSegmentRead32 (Address), StartBit, EndBit); in PciSegmentBitFieldRead32()
1086 BitFieldWrite32 (PciSegmentRead32 (Address), StartBit, EndBit, Value) in PciSegmentBitFieldWrite32()
1128 BitFieldOr32 (PciSegmentRead32 (Address), StartBit, EndBit, OrData) in PciSegmentBitFieldOr32()
1170 BitFieldAnd32 (PciSegmentRead32 (Address), StartBit, EndBit, AndData) in PciSegmentBitFieldAnd32()
1217 BitFieldAndThenOr32 (PciSegmentRead32 (Address), StartBit, EndBit, AndData, OrData) in PciSegmentBitFieldAndThenOr32()
1292 WriteUnaligned32 (Buffer, PciSegmentRead32 (StartAddress)); in PciSegmentReadBuffer()
/device/linaro/bootloader/edk2/MdePkg/Library/DxePciSegmentLibEsal/
DPciLib.c891 PciSegmentRead32 ( in PciSegmentRead32() function
955 return PciSegmentWrite32 (Address, PciSegmentRead32 (Address) | OrData); in PciSegmentOr32()
985 return PciSegmentWrite32 (Address, PciSegmentRead32 (Address) & AndData); in PciSegmentAnd32()
1018 return PciSegmentWrite32 (Address, (PciSegmentRead32 (Address) & AndData) | OrData); in PciSegmentAndThenOr32()
1050 return BitFieldRead32 (PciSegmentRead32 (Address), StartBit, EndBit); in PciSegmentBitFieldRead32()
1088 BitFieldWrite32 (PciSegmentRead32 (Address), StartBit, EndBit, Value) in PciSegmentBitFieldWrite32()
1130 BitFieldOr32 (PciSegmentRead32 (Address), StartBit, EndBit, OrData) in PciSegmentBitFieldOr32()
1172 BitFieldAnd32 (PciSegmentRead32 (Address), StartBit, EndBit, AndData) in PciSegmentBitFieldAnd32()
1219 BitFieldAndThenOr32 (PciSegmentRead32 (Address), StartBit, EndBit, AndData, OrData) in PciSegmentBitFieldAndThenOr32()
1294 *(volatile UINT32 *)Buffer = PciSegmentRead32 (StartAddress); in PciSegmentReadBuffer()
/device/linaro/bootloader/edk2/MdePkg/Library/UefiPciSegmentLibPciRootBridgeIo/
DPciSegmentLib.c966 PciSegmentRead32 ( in PciSegmentRead32() function
1027 return PciSegmentWrite32 (Address, PciSegmentRead32 (Address) | OrData); in PciSegmentOr32()
1055 return PciSegmentWrite32 (Address, PciSegmentRead32 (Address) & AndData); in PciSegmentAnd32()
1087 return PciSegmentWrite32 (Address, (PciSegmentRead32 (Address) & AndData) | OrData); in PciSegmentAndThenOr32()
1120 return BitFieldRead32 (PciSegmentRead32 (Address), StartBit, EndBit); in PciSegmentBitFieldRead32()
1159 BitFieldWrite32 (PciSegmentRead32 (Address), StartBit, EndBit, Value) in PciSegmentBitFieldWrite32()
1201 BitFieldOr32 (PciSegmentRead32 (Address), StartBit, EndBit, OrData) in PciSegmentBitFieldOr32()
1243 BitFieldAnd32 (PciSegmentRead32 (Address), StartBit, EndBit, AndData) in PciSegmentBitFieldAnd32()
1290 BitFieldAndThenOr32 (PciSegmentRead32 (Address), StartBit, EndBit, AndData, OrData) in PciSegmentBitFieldAndThenOr32()
1365 WriteUnaligned32 (Buffer, PciSegmentRead32 (StartAddress)); in PciSegmentReadBuffer()
/device/linaro/bootloader/edk2/MdePkg/Include/Library/
DPciSegmentLib.h700 PciSegmentRead32 (
/device/linaro/bootloader/edk2/MdeModulePkg/Library/PiDxeS3BootScriptLib/
DBootScriptExecute.c711 *Out.Uint32 = PciSegmentRead32 (PciAddress); in ScriptPciCfg2Read()
715 *Out.Uint32 = PciSegmentRead32 (PciAddress); in ScriptPciCfg2Read()
719 *Out.Uint32 = PciSegmentRead32 (PciAddress); in ScriptPciCfg2Read()