HomeSort by relevance Sort by last modified time
    Searched refs:MmioRead32 (Results 51 - 75 of 155) sorted by null

1 23 4 5 6 7

  /device/linaro/bootloader/edk2/MdePkg/Library/DxeIoLibCpuIo2/
IoHighLevel.c     [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/DxeIoLibEsal/
IoHighLevel.c     [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/PeiIoLibCpuIo/
IoHighLevel.c     [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/SmmIoLibSmmCpuIo2/
IoHighLevel.c     [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/VlvPlatformInitDxe/
VlvPlatformInit.c 67 GtStatus = MmioRead32 ((UINTN)Base+ Offset);
71 GtStatus = MmioRead32 ((UINTN)Base + Offset);
  /device/linaro/bootloader/OpenPlatformPkg/Chips/TexasInstruments/Omap35xx/Library/DebugAgentTimerLib/
DebugAgentTimerLib.c 159 while ((MmioRead32 (gTISR) & TISR_ALL_INTERRUPT_MASK) != TISR_NO_INTERRUPTS_PENDING);
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/TexasInstruments/BeagleBoard/Library/ResetSystemLib/
ResetSystemLib.c 136 while ((MmioRead32(PRM_RSTST) & GLOBAL_COLD_RST) != 0x1);
  /device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressLibCTA15-A7/
CTA15-A7.c 124 if (MmioRead32(ARM_CTA15A7_SCC_SYSINFO) & ARM_CTA15A7_SCC_SYSINFO_UEFI_RESTORE_DEFAULT_NORFLASH) {
  /device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressLibRTSM/
RTSM.c 167 ProcType = MmioRead32 (ARM_VE_SYS_PROCID0_REG) & ARM_VE_SYS_PROC_ID_MASK;
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Drivers/ArmTrustZone/
ArmTrustZone.c 76 return (MmioRead32 ((UINTN)TzascBase + TZASC_CONFIGURATION_REG) & 0xF);
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Drivers/LcdGraphicsOutputDxe/
PL111Lcd.c 99 LcdControl = MmioRead32( PL111_REG_LCD_CONTROL);
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Drivers/PL301Axi/
PL301Axi.c 53 #define FAxiReadReg(reg) MmioRead32(FAxiBase + reg)
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Drivers/PL310L2Cache/
PL310L2Cache.c 22 #define L2x0ReadReg(reg) MmioRead32(PcdGet32(PcdL2x0ControllerBase) + reg)
  /device/linaro/bootloader/edk2/ArmPlatformPkg/PrePi/
MainMPCore.c 88 SecondaryEntryAddr = MmioRead32 (ArmCoreInfoTable[Index].MailboxGetAddress);
  /device/linaro/bootloader/edk2/BeagleBoardPkg/Library/ResetSystemLib/
ResetSystemLib.c 136 while ((MmioRead32(PRM_RSTST) & GLOBAL_COLD_RST) != 0x1);
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseIoLibIntrinsic/
IoLib.c 209 MmioRead32 (
  /device/linaro/bootloader/edk2/Omap35xxPkg/Library/DebugAgentTimerLib/
DebugAgentTimerLib.c 159 while ((MmioRead32 (gTISR) & TISR_ALL_INTERRUPT_MASK) != TISR_NO_INTERRUPTS_PENDING);
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Library/IohLib/
IohLib.c 95 GipData = MmioRead32(TempBarAddr + GPIO_EXT_PORTA);
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformDxe/
IchTcoReset.c 123 *RcrbGcsSaveValue = MmioRead32 (PMC_BASE_ADDRESS + R_PCH_PMC_PM_CFG);
  /device/linaro/bootloader/OpenPlatformPkg/Chips/TexasInstruments/Omap35xx/InterruptDxe/
HardwareInterrupt.c 88 if ((MmioRead32 (INTCPS_ILR(Source)) & INTCPS_ILR_FIQ) == INTCPS_ILR_FIQ) {
212 if ((MmioRead32(INTCPS_MIR(Bank)) & Bit) == Bit) {
266 Vector = MmioRead32 (INTCPS_SIR_IRQ) & INTCPS_SIR_IRQ_MASK;
  /device/linaro/bootloader/edk2/ArmPkg/Include/
AsmMacroIoLib.h 86 #define MmioRead32(_Address) \
190 #define MmioRead32(Address) \
244 #define MmioRead32(Address) MmioRead32Macro Address
  /device/linaro/bootloader/edk2/Omap35xxPkg/InterruptDxe/
HardwareInterrupt.c 88 if ((MmioRead32 (INTCPS_ILR(Source)) & INTCPS_ILR_FIQ) == INTCPS_ILR_FIQ) {
212 if ((MmioRead32(INTCPS_MIR(Bank)) & Bit) == Bit) {
266 Vector = MmioRead32 (INTCPS_SIR_IRQ) & INTCPS_SIR_IRQ_MASK;
  /device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugCommunicationLibUsb3/
DebugCommunicationLibUsb3Common.c 60 RegisterValue = MmioRead32 (Register);
79 RegisterValue = MmioRead32 (Register);
126 Data = MmioRead32 ((UINTN)(DebugCapabilityBase + Offset));
259 CapabilityPointer = Handle->XhciMmioBase + (MmioRead32 ((UINTN)(Handle->XhciMmioBase + XHC_HCCPARAMS_OFFSET)) >> 16) * 4;
265 Capability = MmioRead32 ((UINTN)CapabilityPointer);
278 Capability = MmioRead32 ((UINTN)CapabilityPointer);
649 TotalUsb3Port = MmioRead32 (((UINTN) Handle->XhciMmioBase + XHC_HCSPARAMS1_OFFSET)) >> 24;
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ufs/UfsBlockIoPei/
UfsHci.c 53 Value = MmioRead32 (Address) & MaskValue;
715 Data = MmioRead32 (Address);
744 Data = MmioRead32 (Address);
747 Data = MmioRead32 (Address);
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Chips/TexasInstruments/Omap35xx/Gpio/
Gpio.c 46 if (MmioRead32 (DataInRegister) & GPIO_DATAIN_MASK(Pin)) {

Completed in 962 milliseconds

1 23 4 5 6 7