Home
last modified time | relevance | path

Searched refs:PcdGet32 (Results 1 – 25 of 302) sorted by relevance

12345678910>>...13

/device/linaro/bootloader/OpenPlatformPkg/Drivers/Mmc/DwSdDxe/
DDwSd.h23 #define DWSD_CTRL ((UINT32)PcdGet32 (PcdDwSdDxeBaseAddress) + 0x000)
24 #define DWSD_PWREN ((UINT32)PcdGet32 (PcdDwSdDxeBaseAddress) + 0x004)
25 #define DWSD_CLKDIV ((UINT32)PcdGet32 (PcdDwSdDxeBaseAddress) + 0x008)
26 #define DWSD_CLKSRC ((UINT32)PcdGet32 (PcdDwSdDxeBaseAddress) + 0x00c)
27 #define DWSD_CLKENA ((UINT32)PcdGet32 (PcdDwSdDxeBaseAddress) + 0x010)
28 #define DWSD_TMOUT ((UINT32)PcdGet32 (PcdDwSdDxeBaseAddress) + 0x014)
29 #define DWSD_CTYPE ((UINT32)PcdGet32 (PcdDwSdDxeBaseAddress) + 0x018)
30 #define DWSD_BLKSIZ ((UINT32)PcdGet32 (PcdDwSdDxeBaseAddress) + 0x01c)
31 #define DWSD_BYTCNT ((UINT32)PcdGet32 (PcdDwSdDxeBaseAddress) + 0x020)
32 #define DWSD_INTMASK ((UINT32)PcdGet32 (PcdDwSdDxeBaseAddress) + 0x024)
[all …]
/device/linaro/bootloader/edk2/ArmPlatformPkg/Include/Drivers/
DHdLcd.h22 #define HDLCD_REG_VERSION ((UINTN)PcdGet32 (PcdArmHdLcdBase) + 0x000)
23 #define HDLCD_REG_INT_RAWSTAT ((UINTN)PcdGet32 (PcdArmHdLcdBase) + 0x010)
24 #define HDLCD_REG_INT_CLEAR ((UINTN)PcdGet32 (PcdArmHdLcdBase) + 0x014)
25 #define HDLCD_REG_INT_MASK ((UINTN)PcdGet32 (PcdArmHdLcdBase) + 0x018)
26 #define HDLCD_REG_INT_STATUS ((UINTN)PcdGet32 (PcdArmHdLcdBase) + 0x01C)
27 #define HDLCD_REG_FB_BASE ((UINTN)PcdGet32 (PcdArmHdLcdBase) + 0x100)
28 #define HDLCD_REG_FB_LINE_LENGTH ((UINTN)PcdGet32 (PcdArmHdLcdBase) + 0x104)
29 #define HDLCD_REG_FB_LINE_COUNT ((UINTN)PcdGet32 (PcdArmHdLcdBase) + 0x108)
30 #define HDLCD_REG_FB_LINE_PITCH ((UINTN)PcdGet32 (PcdArmHdLcdBase) + 0x10C)
31 #define HDLCD_REG_BUS_OPTIONS ((UINTN)PcdGet32 (PcdArmHdLcdBase) + 0x110)
[all …]
DSP805Watchdog.h20 #define SP805_WDOG_LOAD_REG ((UINT32)PcdGet32 (PcdSP805WatchdogBase) + 0x000)
21 #define SP805_WDOG_CURRENT_REG ((UINT32)PcdGet32 (PcdSP805WatchdogBase) + 0x004)
22 #define SP805_WDOG_CONTROL_REG ((UINT32)PcdGet32 (PcdSP805WatchdogBase) + 0x008)
23 #define SP805_WDOG_INT_CLR_REG ((UINT32)PcdGet32 (PcdSP805WatchdogBase) + 0x00C)
24 #define SP805_WDOG_RAW_INT_STS_REG ((UINT32)PcdGet32 (PcdSP805WatchdogBase) + 0x010)
25 #define SP805_WDOG_MSK_INT_STS_REG ((UINT32)PcdGet32 (PcdSP805WatchdogBase) + 0x014)
26 #define SP805_WDOG_LOCK_REG ((UINT32)PcdGet32 (PcdSP805WatchdogBase) + 0xC00)
28 #define SP805_WDOG_PERIPH_ID0 ((UINT32)PcdGet32 (PcdSP805WatchdogBase) + 0xFE0)
29 #define SP805_WDOG_PERIPH_ID1 ((UINT32)PcdGet32 (PcdSP805WatchdogBase) + 0xFE4)
30 #define SP805_WDOG_PERIPH_ID2 ((UINT32)PcdGet32 (PcdSP805WatchdogBase) + 0xFE8)
[all …]
DPL111Lcd.h25 #define PL111_REG_LCD_TIMING_0 ((UINTN)PcdGet32 (PcdPL111LcdBase) + 0x000)
26 #define PL111_REG_LCD_TIMING_1 ((UINTN)PcdGet32 (PcdPL111LcdBase) + 0x004)
27 #define PL111_REG_LCD_TIMING_2 ((UINTN)PcdGet32 (PcdPL111LcdBase) + 0x008)
28 #define PL111_REG_LCD_TIMING_3 ((UINTN)PcdGet32 (PcdPL111LcdBase) + 0x00C)
29 #define PL111_REG_LCD_UP_BASE ((UINTN)PcdGet32 (PcdPL111LcdBase) + 0x010)
30 #define PL111_REG_LCD_LP_BASE ((UINTN)PcdGet32 (PcdPL111LcdBase) + 0x014)
31 #define PL111_REG_LCD_CONTROL ((UINTN)PcdGet32 (PcdPL111LcdBase) + 0x018)
32 #define PL111_REG_LCD_IMSC ((UINTN)PcdGet32 (PcdPL111LcdBase) + 0x01C)
33 #define PL111_REG_LCD_RIS ((UINTN)PcdGet32 (PcdPL111LcdBase) + 0x020)
34 #define PL111_REG_LCD_MIS ((UINTN)PcdGet32 (PcdPL111LcdBase) + 0x024)
[all …]
/device/linaro/bootloader/OpenPlatformPkg/Drivers/Mmc/DwEmmcDxe/
DDwEmmc.h23 #define DWEMMC_CTRL ((UINT32)PcdGet32 (PcdDwEmmcDxeBaseAddress) + 0x000)
24 #define DWEMMC_PWREN ((UINT32)PcdGet32 (PcdDwEmmcDxeBaseAddress) + 0x004)
25 #define DWEMMC_CLKDIV ((UINT32)PcdGet32 (PcdDwEmmcDxeBaseAddress) + 0x008)
26 #define DWEMMC_CLKSRC ((UINT32)PcdGet32 (PcdDwEmmcDxeBaseAddress) + 0x00c)
27 #define DWEMMC_CLKENA ((UINT32)PcdGet32 (PcdDwEmmcDxeBaseAddress) + 0x010)
28 #define DWEMMC_TMOUT ((UINT32)PcdGet32 (PcdDwEmmcDxeBaseAddress) + 0x014)
29 #define DWEMMC_CTYPE ((UINT32)PcdGet32 (PcdDwEmmcDxeBaseAddress) + 0x018)
30 #define DWEMMC_BLKSIZ ((UINT32)PcdGet32 (PcdDwEmmcDxeBaseAddress) + 0x01c)
31 #define DWEMMC_BYTCNT ((UINT32)PcdGet32 (PcdDwEmmcDxeBaseAddress) + 0x020)
32 #define DWEMMC_INTMASK ((UINT32)PcdGet32 (PcdDwEmmcDxeBaseAddress) + 0x024)
[all …]
/device/linaro/bootloader/edk2/OvmfPkg/PlatformPei/
DFv.c45 PcdGet32 (PcdOvmfPeiMemFvBase), in PeiFvInitialization()
46 PcdGet32 (PcdOvmfPeiMemFvSize), in PeiFvInitialization()
53 BuildFvHob (PcdGet32 (PcdOvmfDxeMemFvBase), PcdGet32 (PcdOvmfDxeMemFvSize)); in PeiFvInitialization()
66 PcdGet32 (PcdOvmfDxeMemFvBase), in PeiFvInitialization()
67 PcdGet32 (PcdOvmfDxeMemFvSize), in PeiFvInitialization()
78 DxeMemFvEnd = PcdGet32 (PcdOvmfDxeMemFvBase) + in PeiFvInitialization()
79 PcdGet32 (PcdOvmfDxeMemFvSize); in PeiFvInitialization()
82 PcdGet32 (PcdOvmfDecompressionScratchEnd) - DxeMemFvEnd, in PeiFvInitialization()
92 (VOID *)(UINTN) PcdGet32 (PcdOvmfDxeMemFvBase), in PeiFvInitialization()
93 PcdGet32 (PcdOvmfDxeMemFvSize), in PeiFvInitialization()
DMemDetect.c213 MemoryBase = PcdGet32 (PcdS3AcpiReservedMemoryBase); in PublishPeiMemory()
214 MemorySize = PcdGet32 (PcdS3AcpiReservedMemorySize); in PublishPeiMemory()
239 PcdGet32 (PcdOvmfDecompressionScratchEnd) : in PublishPeiMemory()
240 PcdGet32 (PcdOvmfDxeMemFvBase) + PcdGet32 (PcdOvmfDxeMemFvSize); in PublishPeiMemory()
369 (EFI_PHYSICAL_ADDRESS)(UINTN) PcdGet32 (PcdS3AcpiReservedMemoryBase), in InitializeRamRegions()
370 (UINT64)(UINTN) PcdGet32 (PcdS3AcpiReservedMemorySize), in InitializeRamRegions()
380 PcdGet32 (PcdOvmfSecPeiTempRamBase), in InitializeRamRegions()
381 PcdGet32 (PcdOvmfSecPeiTempRamSize), in InitializeRamRegions()
390 PcdGet32 (PcdGuidedExtractHandlerTableSize), in InitializeRamRegions()
402 (EFI_PHYSICAL_ADDRESS)(UINTN) PcdGet32 (PcdOvmfSecPageTablesBase), in InitializeRamRegions()
[all …]
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/SpiFvbServices/
DFvbInfo.c243 mPlatformFtwFvbInfo[0].BaseAddress = PcdGet32 (PcdFlashNvStorageFtwWorkingBase); in GetFtwFvbInfo()
244 mPlatformFtwFvbInfo[0].FvbInfo.FvLength = PcdGet32 (PcdFlashNvStorageFtwWorkingSize); in GetFtwFvbInfo()
245 …mPlatformFtwFvbInfo[0].FvbInfo.BlockMap[0].NumBlocks = PcdGet32 (PcdFlashNvStorageFtwWorkingSize) … in GetFtwFvbInfo()
247 ASSERT ((PcdGet32 (PcdFlashNvStorageFtwWorkingSize) % FVB_MEDIA_BLOCK_SIZE) == 0); in GetFtwFvbInfo()
249 mPlatformFtwFvbInfo[1].BaseAddress = PcdGet32 (PcdFlashNvStorageFtwSpareBase); in GetFtwFvbInfo()
250 mPlatformFtwFvbInfo[1].FvbInfo.FvLength = PcdGet32 (PcdFlashNvStorageFtwSpareSize); in GetFtwFvbInfo()
251 …mPlatformFtwFvbInfo[1].FvbInfo.BlockMap[0].NumBlocks = PcdGet32 (PcdFlashNvStorageFtwSpareSize) / … in GetFtwFvbInfo()
253 ASSERT ((PcdGet32 (PcdFlashNvStorageFtwSpareSize) % FVB_MEDIA_BLOCK_SIZE) == 0); in GetFtwFvbInfo()
292 mPlatformFvbMediaInfo[0].BaseAddress = PcdGet32 (PcdFlashFvMainBase); in GetFvbInfo()
293 mPlatformFvbMediaInfo[0].FvbInfo.FvLength = PcdGet32 (PcdFlashFvMainSize); in GetFvbInfo()
[all …]
/device/linaro/bootloader/edk2/ArmPlatformPkg/Sec/
DSec.c87 ArmGicEnableDistributor (PcdGet32(PcdGicDistributorBase)); in CEntryPoint()
88 ArmGicEnableInterruptInterface (PcdGet32(PcdGicInterruptInterfaceBase)); in CEntryPoint()
91 ArmGicEnableInterruptInterface (PcdGet32(PcdGicInterruptInterfaceBase)); in CEntryPoint()
106 …ASSERT (((PcdGet32(PcdCPUCoresSecMonStackBase) == 0) && (PcdGet32(PcdCPUCoreSecMonStackSize) == 0)… in CEntryPoint()
107 … ((PcdGet32(PcdCPUCoresSecMonStackBase) != 0) && (PcdGet32(PcdCPUCoreSecMonStackSize) != 0))); in CEntryPoint()
112 (VOID*) (PcdGet32 (PcdCPUCoresSecMonStackBase) + in CEntryPoint()
113 (PcdGet32 (PcdCPUCoreSecMonStackSize) * (ArmPlatformGetCorePosition (MpId) + 1))) in CEntryPoint()
148 …ArmGicSetupNonSecure (MpId, PcdGet32(PcdGicDistributorBase), PcdGet32(PcdGicInterruptInterfaceBase… in TrustedWorldInitialization()
177 ArmWriteScr (PcdGet32 (PcdArmScr)); in TrustedWorldInitialization()
190 if (PcdGet32 (PcdArmNonSecModeTransition) != 0) { in NonTrustedWorldTransition()
[all …]
/device/linaro/bootloader/edk2/Nt32Pkg/WinNtFirmwareVolumePei/
DWinntFwh.c110 PcdGet32 (PcdFlashNvStorageVariableSize) + in PeimInitializeWinNtFwh()
111 PcdGet32 (PcdFlashNvStorageFtwWorkingSize) + in PeimInitializeWinNtFwh()
112 PcdGet32 (PcdFlashNvStorageFtwSpareSize) + in PeimInitializeWinNtFwh()
113 PcdGet32 (PcdWinNtFlashNvStorageEventLogSize) in PeimInitializeWinNtFwh()
121 PcdGet32 (PcdFlashNvStorageVariableSize) + in PeimInitializeWinNtFwh()
122 PcdGet32 (PcdFlashNvStorageFtwWorkingSize) + in PeimInitializeWinNtFwh()
123 PcdGet32 (PcdFlashNvStorageFtwSpareSize) + in PeimInitializeWinNtFwh()
124 PcdGet32 (PcdWinNtFlashNvStorageEventLogSize); in PeimInitializeWinNtFwh()
126 BuildFvHob (FdBase + PcdGet32 (PcdWinNtFlashNvStorageVariableBase), FdSize); in PeimInitializeWinNtFwh()
/device/linaro/bootloader/edk2/EmulatorPkg/FirmwareVolumePei/
DFirmwareVolumePei.c95 PcdGet32 (PcdFlashNvStorageVariableSize) + in PeimInitializeFirmwareVolumePei()
96 PcdGet32 (PcdFlashNvStorageFtwWorkingSize) + in PeimInitializeFirmwareVolumePei()
97 PcdGet32 (PcdFlashNvStorageFtwSpareSize) + in PeimInitializeFirmwareVolumePei()
98 PcdGet32 (PcdEmuFlashNvStorageEventLogSize) in PeimInitializeFirmwareVolumePei()
107 PcdGet32 (PcdFlashNvStorageVariableSize) + in PeimInitializeFirmwareVolumePei()
108 PcdGet32 (PcdFlashNvStorageFtwWorkingSize) + in PeimInitializeFirmwareVolumePei()
109 PcdGet32 (PcdFlashNvStorageFtwSpareSize) + in PeimInitializeFirmwareVolumePei()
110 PcdGet32 (PcdEmuFlashNvStorageEventLogSize); in PeimInitializeFirmwareVolumePei()
/device/linaro/bootloader/edk2/ArmPlatformPkg/Drivers/NorFlashDxe/
DNorFlashFvbDxe.c70 …ASSERT(PcdGet32(PcdFlashNvStorageVariableBase) + PcdGet32(PcdFlashNvStorageVariableSize) == PcdGet… in InitializeFvAndVariableStoreHeaders()
71 …ASSERT(PcdGet32(PcdFlashNvStorageFtwWorkingBase) + PcdGet32(PcdFlashNvStorageFtwWorkingSize) == Pc… in InitializeFvAndVariableStoreHeaders()
74 …ASSERT((PcdGet32(PcdFlashNvStorageVariableSize) > 0) && (PcdGet32(PcdFlashNvStorageVariableSize) /… in InitializeFvAndVariableStoreHeaders()
75 …ASSERT((PcdGet32(PcdFlashNvStorageFtwWorkingSize) > 0) && (PcdGet32(PcdFlashNvStorageFtwWorkingSiz… in InitializeFvAndVariableStoreHeaders()
76 …ASSERT((PcdGet32(PcdFlashNvStorageFtwSpareSize) > 0) && (PcdGet32(PcdFlashNvStorageFtwSpareSize) /… in InitializeFvAndVariableStoreHeaders()
79 ASSERT(PcdGet32(PcdFlashNvStorageVariableBase) % Instance->Media.BlockSize == 0); in InitializeFvAndVariableStoreHeaders()
80 ASSERT(PcdGet32(PcdFlashNvStorageFtwWorkingBase) % Instance->Media.BlockSize == 0); in InitializeFvAndVariableStoreHeaders()
81 ASSERT(PcdGet32(PcdFlashNvStorageFtwSpareBase) % Instance->Media.BlockSize == 0); in InitializeFvAndVariableStoreHeaders()
89 PcdGet32(PcdFlashNvStorageVariableSize) + in InitializeFvAndVariableStoreHeaders()
90 PcdGet32(PcdFlashNvStorageFtwWorkingSize) + in InitializeFvAndVariableStoreHeaders()
[all …]
/device/linaro/bootloader/edk2/ArmPlatformPkg/MemoryInitPei/
DMemoryInitPeim.c49 Info[0].NumberOfPages = PcdGet32 (PcdMemoryTypeEfiACPIReclaimMemory); in BuildMemoryTypeInformationHob()
51 Info[1].NumberOfPages = PcdGet32 (PcdMemoryTypeEfiACPIMemoryNVS); in BuildMemoryTypeInformationHob()
53 Info[2].NumberOfPages = PcdGet32 (PcdMemoryTypeEfiReservedMemoryType); in BuildMemoryTypeInformationHob()
55 Info[3].NumberOfPages = PcdGet32 (PcdMemoryTypeEfiRuntimeServicesData); in BuildMemoryTypeInformationHob()
57 Info[4].NumberOfPages = PcdGet32 (PcdMemoryTypeEfiRuntimeServicesCode); in BuildMemoryTypeInformationHob()
59 Info[5].NumberOfPages = PcdGet32 (PcdMemoryTypeEfiBootServicesCode); in BuildMemoryTypeInformationHob()
61 Info[6].NumberOfPages = PcdGet32 (PcdMemoryTypeEfiBootServicesData); in BuildMemoryTypeInformationHob()
63 Info[7].NumberOfPages = PcdGet32 (PcdMemoryTypeEfiLoaderCode); in BuildMemoryTypeInformationHob()
65 Info[8].NumberOfPages = PcdGet32 (PcdMemoryTypeEfiLoaderData); in BuildMemoryTypeInformationHob()
124 FdTop = FdBase + (UINTN)PcdGet32 (PcdFdSize); in InitializeMemory()
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformPei/
DMemoryCallback.c131 …Size = (PcdGet32 (PcdFlashFvRecovery2Base) - PcdGet32 (PcdFlashFvMainBase)) + FixedPcdGet32(PcdFla… in MemoryDiscoveredPpiNotifyCallback()
142 … (VOID *) ((UINTN) Memory + (PcdGet32 (PcdFlashFvRecovery2Base) - PcdGet32 (PcdFlashFvMainBase))), in MemoryDiscoveredPpiNotifyCallback()
143 PcdGet32 (PcdFlashFvRecovery2Size), in MemoryDiscoveredPpiNotifyCallback()
151 PcdGet32 (PcdFlashFvMainSize), in MemoryDiscoveredPpiNotifyCallback()
161 (VOID *) (UINTN) (PcdGet32 (PcdFlashFvRecovery2Base)), in MemoryDiscoveredPpiNotifyCallback()
162 PcdGet32 (PcdFlashFvRecovery2Size), in MemoryDiscoveredPpiNotifyCallback()
/device/linaro/bootloader/OpenPlatformPkg/Drivers/Variable/BlockVariableDxe/
DBlockVariableDxe.c96 *NumberOfBlocks = PcdGet32 (PcdNvStorageVariableBlockCount); in FvbGetBlockSize()
238 …FvLength = (UINTN) (PcdGet32(PcdFlashNvStorageVariableSize) + PcdGet32(PcdFlashNvStorageFtwWorking… in ValidateFvHeader()
239 PcdGet32(PcdFlashNvStorageFtwSpareSize)); in ValidateFvHeader()
279 VariableStoreLength = PcdGet32 (PcdFlashNvStorageVariableSize) - FwVolHeader->HeaderLength; in ValidateFvHeader()
300 …ASSERT((PcdGet32(PcdFlashNvStorageVariableSize) > 0) && (PcdGet32(PcdFlashNvStorageVariableSize) /… in InitNonVolatileVariableStore()
301 …ASSERT((PcdGet32(PcdFlashNvStorageFtwWorkingSize) > 0) && (PcdGet32(PcdFlashNvStorageFtwWorkingSiz… in InitNonVolatileVariableStore()
302 …ASSERT((PcdGet32(PcdFlashNvStorageFtwSpareSize) > 0) && (PcdGet32(PcdFlashNvStorageFtwSpareSize) /… in InitNonVolatileVariableStore()
310 PcdGet32(PcdFlashNvStorageVariableSize) + in InitNonVolatileVariableStore()
311 PcdGet32(PcdFlashNvStorageFtwWorkingSize) + in InitNonVolatileVariableStore()
312 PcdGet32(PcdFlashNvStorageFtwSpareSize); in InitNonVolatileVariableStore()
[all …]
/device/linaro/bootloader/edk2/ArmPlatformPkg/PrePeiCore/
DMainMPCore.c92 …AcknowledgeInterrupt = ArmGicAcknowledgeInterrupt (PcdGet32 (PcdGicInterruptInterfaceBase), &Inter… in SecondaryMain()
94 if (InterruptId < ArmGicGetMaxNumInterrupts (PcdGet32 (PcdGicDistributorBase))) { in SecondaryMain()
96 ArmGicEndOfInterrupt (PcdGet32 (PcdGicInterruptInterfaceBase), AcknowledgeInterrupt); in SecondaryMain()
123 ArmGicEnableDistributor (PcdGet32(PcdGicDistributorBase)); in PrimaryMain()
128 …ArmGicSendSgiTo (PcdGet32(PcdGicDistributorBase), ARM_GIC_ICDSGIR_FILTER_EVERYONEELSE, 0x0E, PcdGe… in PrimaryMain()
135 TemporaryRamSize = (UINTN)PcdGet32 (PcdCPUCorePrimaryStackSize) - PpiListSize; in PrimaryMain()
144 SecCoreData.BootFirmwareVolumeSize = PcdGet32 (PcdFvSize); in PrimaryMain()
/device/linaro/bootloader/edk2/ArmPlatformPkg/PrePi/
DMainMPCore.c29 ArmGicEnableDistributor(PcdGet32(PcdGicDistributorBase)); in PrimaryMain()
34 …ArmGicSendSgiTo (PcdGet32(PcdGicDistributorBase), ARM_GIC_ICDSGIR_FILTER_EVERYONEELSE, 0x0E, PcdGe… in PrimaryMain()
91 …AcknowledgeInterrupt = ArmGicAcknowledgeInterrupt (PcdGet32 (PcdGicInterruptInterfaceBase), &Inter… in SecondaryMain()
93 if (InterruptId < ArmGicGetMaxNumInterrupts (PcdGet32 (PcdGicDistributorBase))) { in SecondaryMain()
95 ArmGicEndOfInterrupt (PcdGet32 (PcdGicInterruptInterfaceBase), AcknowledgeInterrupt); in SecondaryMain()
/device/linaro/bootloader/edk2/ArmPlatformPkg/Library/DebugSecExtraActionLib/
DDebugSecExtraActionLib.c43 …AcknowledgeInterrupt = ArmGicAcknowledgeInterrupt (PcdGet32 (PcdGicInterruptInterfaceBase), &Inter… in NonSecureWaitForFirmware()
45 if (InterruptId < ArmGicGetMaxNumInterrupts (PcdGet32 (PcdGicDistributorBase))) { in NonSecureWaitForFirmware()
47 ArmGicEndOfInterrupt (PcdGet32 (PcdGicInterruptInterfaceBase), AcknowledgeInterrupt); in NonSecureWaitForFirmware()
108 …ArmGicSendSgiTo (PcdGet32 (PcdGicDistributorBase), ARM_GIC_ICDSGIR_FILTER_EVERYONEELSE, 0x0E, PcdG… in ArmPlatformSecExtraAction()
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Library/PlatformSecLib/
DPlatformSecLib.c82 PcdGet32 (PcdFlashAreaBaseAddress), in PlatformSecLibStartup()
83 PcdGet32 (PcdFlashAreaSize), in PlatformSecLibStartup()
91 PcdGet32 (PcdEsramStage1Base), in PlatformSecLibStartup()
104 PcdGet32 (PcdEsramStage1Base) + SIZE_512KB - SIZE_32KB, in PlatformSecLibStartup()
105 (VOID *)(UINTN)PcdGet32 (PcdFlashFvRecoveryBase) in PlatformSecLibStartup()
163 TopOfStack = (UINT32 *)(UINTN)(PcdGet32 (PcdEsramStage1Base) + SIZE_512KB); in SecPlatformInformation()
/device/linaro/bootloader/edk2/Omap35xxPkg/Library/Omap35xxTimerLib/
DTimerLib.c32 UINTN Timer = PcdGet32(PcdOmap35xxFreeTimer); in TimerConstructor()
89 Delay = (NanoSeconds / PcdGet32(PcdEmbeddedPerformanceCounterPeriodInNanoseconds)) + 1; in NanoSecondDelay()
91 TimerCountRegister = TimerBase(PcdGet32(PcdOmap35xxFreeTimer)) + GPTIMER_TCRR; in NanoSecondDelay()
101 NanoSeconds = ElapsedTime * PcdGet32(PcdEmbeddedPerformanceCounterPeriodInNanoseconds); in NanoSecondDelay()
112 return (UINT64)MmioRead32 (TimerBase(PcdGet32(PcdOmap35xxFreeTimer)) + GPTIMER_TCRR); in GetPerformanceCounter()
124 *StartValue = (UINT64)MmioRead32 (TimerBase(PcdGet32(PcdOmap35xxFreeTimer)) + GPTIMER_TLDR); in GetPerformanceCounterProperties()
/device/linaro/bootloader/OpenPlatformPkg/Chips/TexasInstruments/Omap35xx/Library/Omap35xxTimerLib/
DTimerLib.c32 UINTN Timer = PcdGet32(PcdOmap35xxFreeTimer); in TimerConstructor()
89 Delay = (NanoSeconds / PcdGet32(PcdEmbeddedPerformanceCounterPeriodInNanoseconds)) + 1; in NanoSecondDelay()
91 TimerCountRegister = TimerBase(PcdGet32(PcdOmap35xxFreeTimer)) + GPTIMER_TCRR; in NanoSecondDelay()
101 NanoSeconds = ElapsedTime * PcdGet32(PcdEmbeddedPerformanceCounterPeriodInNanoseconds); in NanoSecondDelay()
112 return (UINT64)MmioRead32 (TimerBase(PcdGet32(PcdOmap35xxFreeTimer)) + GPTIMER_TCRR); in GetPerformanceCounter()
124 *StartValue = (UINT64)MmioRead32 (TimerBase(PcdGet32(PcdOmap35xxFreeTimer)) + GPTIMER_TLDR); in GetPerformanceCounterProperties()
/device/linaro/bootloader/edk2/BeagleBoardPkg/Library/GdbSerialLib/
DGdbSerialLib.c52 UINT32 LSR = UartBase(PcdGet32(PcdOmap35xxConsoleUart)) + UART_LSR_REG; in GdbIsCharAvailable()
67 UINT32 LSR = UartBase(PcdGet32(PcdOmap35xxConsoleUart)) + UART_LSR_REG; in GdbGetChar()
68 UINT32 RBR = UartBase(PcdGet32(PcdOmap35xxConsoleUart)) + UART_RBR_REG; in GdbGetChar()
83 UINT32 LSR = UartBase(PcdGet32(PcdOmap35xxConsoleUart)) + UART_LSR_REG; in GdbPutChar()
84 UINT32 THR = UartBase(PcdGet32(PcdOmap35xxConsoleUart)) + UART_THR_REG; in GdbPutChar()
/device/linaro/bootloader/OpenPlatformPkg/Platforms/TexasInstruments/BeagleBoard/Library/GdbSerialLib/
DGdbSerialLib.c52 UINT32 LSR = UartBase(PcdGet32(PcdOmap35xxConsoleUart)) + UART_LSR_REG; in GdbIsCharAvailable()
67 UINT32 LSR = UartBase(PcdGet32(PcdOmap35xxConsoleUart)) + UART_LSR_REG; in GdbGetChar()
68 UINT32 RBR = UartBase(PcdGet32(PcdOmap35xxConsoleUart)) + UART_RBR_REG; in GdbGetChar()
83 UINT32 LSR = UartBase(PcdGet32(PcdOmap35xxConsoleUart)) + UART_LSR_REG; in GdbPutChar()
84 UINT32 THR = UartBase(PcdGet32(PcdOmap35xxConsoleUart)) + UART_THR_REG; in GdbPutChar()
/device/linaro/bootloader/edk2/Omap35xxPkg/Library/GdbSerialLib/
DGdbSerialLib.c51 UINT32 LSR = UartBase(PcdGet32(PcdOmap35xxConsoleUart)) + UART_LSR_REG; in GdbIsCharAvailable()
66 UINT32 LSR = UartBase(PcdGet32(PcdOmap35xxConsoleUart)) + UART_LSR_REG; in GdbGetChar()
67 UINT32 RBR = UartBase(PcdGet32(PcdOmap35xxConsoleUart)) + UART_RBR_REG; in GdbGetChar()
82 UINT32 LSR = UartBase(PcdGet32(PcdOmap35xxConsoleUart)) + UART_LSR_REG; in GdbPutChar()
83 UINT32 THR = UartBase(PcdGet32(PcdOmap35xxConsoleUart)) + UART_THR_REG; in GdbPutChar()
/device/linaro/bootloader/OpenPlatformPkg/Chips/TexasInstruments/Omap35xx/Library/GdbSerialLib/
DGdbSerialLib.c51 UINT32 LSR = UartBase(PcdGet32(PcdOmap35xxConsoleUart)) + UART_LSR_REG; in GdbIsCharAvailable()
66 UINT32 LSR = UartBase(PcdGet32(PcdOmap35xxConsoleUart)) + UART_LSR_REG; in GdbGetChar()
67 UINT32 RBR = UartBase(PcdGet32(PcdOmap35xxConsoleUart)) + UART_RBR_REG; in GdbGetChar()
82 UINT32 LSR = UartBase(PcdGet32(PcdOmap35xxConsoleUart)) + UART_LSR_REG; in GdbPutChar()
83 UINT32 THR = UartBase(PcdGet32(PcdOmap35xxConsoleUart)) + UART_THR_REG; in GdbPutChar()

12345678910>>...13