OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MmioRead16
(Results
51 - 62
of
62
) sorted by null
1
2
3
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BasePciExpressLib/
PciLib.c
449
return
MmioRead16
((UINTN) GetPciExpressBaseAddress () + Address);
[
all
...]
/device/linaro/bootloader/edk2/MdePkg/Library/BasePciExpressLib/
PciExpressLib.c
483
return
MmioRead16
((UINTN) GetPciExpressBaseAddress () + Address);
[
all
...]
/device/linaro/bootloader/edk2/ArmVirtPkg/PciHostBridgeDxe/
PciRootBridgeIo.c
[
all
...]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/
EdkIIGlueIoLib.h
[
all
...]
/device/linaro/bootloader/edk2/MdePkg/Include/Library/
IoLib.h
[
all
...]
/device/linaro/bootloader/edk2/MdePkg/Library/DxeRuntimePciExpressLib/
PciExpressLib.c
737
return
MmioRead16
(GetPciExpressAddress (Address));
[
all
...]
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
Mm.c
256
*(UINT16 *) Buffer =
MmioRead16
((UINTN) Address);
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/PlatformBdsLib/
BdsPlatform.c
120
SataPortStatus =
MmioRead16
(SataBase + R_PCH_SATA_PCS);
[
all
...]
/device/linaro/bootloader/edk2/MdePkg/Library/BaseS3IoLib/
S3IoLib.c
[
all
...]
/device/linaro/bootloader/edk2/OvmfPkg/PciHostBridgeDxe/
PciRootBridgeIo.c
[
all
...]
/device/linaro/bootloader/edk2/PcAtChipsetPkg/PciHostBridgeDxe/
PciRootBridgeIo.c
[
all
...]
/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/
DebugAgent.c
[
all
...]
Completed in 490 milliseconds
1
2
3