OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MmioRead32
(Results
151 - 169
of
169
) sorted by null
1
2
3
4
5
6
7
/device/linaro/bootloader/edk2/Omap35xxPkg/Flash/
Flash.c
268
EccResult =
MmioRead32
(EccResultRegister);
/device/linaro/bootloader/OpenPlatformPkg/Drivers/I2c/MvI2cDxe/
MvI2cDxe.c
82
return
MmioRead32
(I2cMasterContext->BaseAddress + off);
/device/linaro/bootloader/OpenPlatformPkg/Drivers/Usb/DwUsbDxe/
DwUsbDxe.h
20
#define READ_REG32(Offset)
MmioRead32
(DW_USB_BASE + Offset)
/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
[
all
...]
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Pei/
OhciReg.c
36
return
MmioRead32
(Ohc->UsbHostControllerBaseAddress + Offset);
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
Mm.c
262
*(UINT32 *) Buffer =
MmioRead32
((UINTN) Address);
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/BaseXApicLib/
BaseXApicLib.c
142
return
MmioRead32
(GetLocalApicBaseAddress() + MmioOffset);
/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Drivers/SasV1Dxe/
SasV1Dxe.c
35
#define READ_REG32(Base, Offset)
MmioRead32
((Base) + (Offset))
38
#define PHY_READ_REG32(Base, Offset, phy)
MmioRead32
((Base) + (Offset) + 0x400 * (phy))
[
all
...]
/device/linaro/bootloader/OpenPlatformPkg/Drivers/Net/MarvellYukonDxe/
if_mskreg.h
[
all
...]
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/PlatformBdsLib/
BdsPlatform.c
135
PmcDisableAddress = (
MmioRead32
((PCH_PCI_EXPRESS_BASE_ADDRESS + (UINT32) (31 << 15)) + R_PCH_LPC_PMC_BASE) & B_PCH_LPC_PMC_BASE_BAR) + R_PCH_PMC_FUNC_DIS;
[
all
...]
/device/linaro/bootloader/edk2/MdePkg/Library/BaseS3IoLib/
S3IoLib.c
[
all
...]
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/Opal/OpalPasswordSmm/
OpalAhciMode.c
74
Data =
MmioRead32
(mAhciBar + Offset);
[
all
...]
OpalNvmeMode.c
88
*((UINT32 *)MemBuffer) =
MmioRead32
(MmioAddr);
[
all
...]
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformInitPei/
PlatformEarlyInit.c
666
GPI_Routing =
MmioRead32
(PMC_BASE_ADDRESS + R_PCH_PMC_GPI_ROUT);
[
all
...]
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Sd/EmmcBlockIoPei/
EmmcHci.c
68
*(UINT32*)Data =
MmioRead32
(Address);
[
all
...]
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Sd/SdBlockIoPei/
SdHci.c
68
*(UINT32*)Data =
MmioRead32
(Address);
[
all
...]
/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/
DebugAgent.c
[
all
...]
Completed in 567 milliseconds
1
2
3
4
5
6
7