Home
last modified time | relevance | path

Searched refs:PcdGet8 (Results 1 – 25 of 100) sorted by relevance

1234

/device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/Dxe/AcpiPlatform/
DMadtPlatform.c26 …mConfigData->MadtInterruptSetting[0].Enable = PcdGet8 (PcdInterruptOverrideSettingTable0Enable… in InitMadtConfigData()
27 …mConfigData->MadtInterruptSetting[0].SourceIrq = PcdGet8 (PcdInterruptOverrideSettingTable0Source… in InitMadtConfigData()
28 …mConfigData->MadtInterruptSetting[0].Polarity = PcdGet8 (PcdInterruptOverrideSettingTable0Polari… in InitMadtConfigData()
29 …mConfigData->MadtInterruptSetting[0].TrigerMode = PcdGet8 (PcdInterruptOverrideSettingTable0Triger… in InitMadtConfigData()
32 …mConfigData->MadtInterruptSetting[1].Enable = PcdGet8 (PcdInterruptOverrideSettingTable1Enable… in InitMadtConfigData()
33 …mConfigData->MadtInterruptSetting[1].SourceIrq = PcdGet8 (PcdInterruptOverrideSettingTable1Source… in InitMadtConfigData()
34 …mConfigData->MadtInterruptSetting[1].Polarity = PcdGet8 (PcdInterruptOverrideSettingTable1Polari… in InitMadtConfigData()
35 …mConfigData->MadtInterruptSetting[1].TrigerMode = PcdGet8 (PcdInterruptOverrideSettingTable1Triger… in InitMadtConfigData()
38 …mConfigData->MadtInterruptSetting[2].Enable = PcdGet8 (PcdInterruptOverrideSettingTable2Enable… in InitMadtConfigData()
39 …mConfigData->MadtInterruptSetting[2].SourceIrq = PcdGet8 (PcdInterruptOverrideSettingTable2Source… in InitMadtConfigData()
[all …]
DMadt.h152 #define _PcdIntSettingTblEnable(x) PcdGet8 (PcdInterruptOverrideSettingTable##x##Enable)
155 #define _PcdIntSettingTblSourceIrq(x) PcdGet8 (PcdInterruptOverrideSettingTable##x##Enable)
158 #define _PcdIntSettingTblPolarity(x) PcdGet8 (PcdInterruptOverrideSettingTable##x##Polarity)
161 #define _PcdIntSettingTableTrigerMode(x) PcdGet8 (PcdInterruptOverrideSettingTable##x##TrigerMode)
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/Dxe/SmbiosMiscDxe/
DMiscSystemSlotDesignationFunction.c77 SMBIOSlotConfig.SMBIOSSystemSlotNumber = PcdGet8 (PcdSMBIOSSystemSlotNumber); in GetMiscSLotConfigFromPcd()
79 SMBIOSlotConfig.SMBIOSSystemSlot[0].SlotType = PcdGet8(PcdSMBIOSSystemSlot1Type); in GetMiscSLotConfigFromPcd()
80 SMBIOSlotConfig.SMBIOSSystemSlot[0].SlotDataBusWidth = PcdGet8(PcdSMBIOSSystemSlot1DataBusWidth); in GetMiscSLotConfigFromPcd()
81 SMBIOSlotConfig.SMBIOSSystemSlot[0].SlotUsage = PcdGet8(PcdSMBIOSSystemSlot1Usage); in GetMiscSLotConfigFromPcd()
82 SMBIOSlotConfig.SMBIOSSystemSlot[0].SlotLength = PcdGet8(PcdSMBIOSSystemSlot1Length); in GetMiscSLotConfigFromPcd()
87 SMBIOSlotConfig.SMBIOSSystemSlot[1].SlotType = PcdGet8(PcdSMBIOSSystemSlot2Type); in GetMiscSLotConfigFromPcd()
88 SMBIOSlotConfig.SMBIOSSystemSlot[1].SlotDataBusWidth = PcdGet8(PcdSMBIOSSystemSlot2DataBusWidth); in GetMiscSLotConfigFromPcd()
89 SMBIOSlotConfig.SMBIOSSystemSlot[1].SlotUsage = PcdGet8(PcdSMBIOSSystemSlot2Usage); in GetMiscSLotConfigFromPcd()
90 SMBIOSlotConfig.SMBIOSSystemSlot[1].SlotLength = PcdGet8(PcdSMBIOSSystemSlot2Length); in GetMiscSLotConfigFromPcd()
95 SMBIOSlotConfig.SMBIOSSystemSlot[2].SlotType = PcdGet8(PcdSMBIOSSystemSlot3Type); in GetMiscSLotConfigFromPcd()
[all …]
DMiscPortInternalConnectorDesignatorFunction.c89 SMBIOSPortConnector.SMBIOSConnectorNumber = PcdGet8 (PcdSMBIOSConnectorNumber); in GetMiscPortConfigFromPcd()
92 …SMBIOSPortConnector.SMBIOSPortConnector[0].PortInternalConnectorType = PcdGet8 (PcdSMBIOSPort1Inte… in GetMiscPortConfigFromPcd()
93 …SMBIOSPortConnector.SMBIOSPortConnector[0].PortExternalConnectorType = PcdGet8 (PcdSMBIOSPort1Exte… in GetMiscPortConfigFromPcd()
94 SMBIOSPortConnector.SMBIOSPortConnector[0].PortType = PcdGet8 (PcdSMBIOSPort1Type); in GetMiscPortConfigFromPcd()
98 …SMBIOSPortConnector.SMBIOSPortConnector[1].PortInternalConnectorType = PcdGet8 (PcdSMBIOSPort2Inte… in GetMiscPortConfigFromPcd()
99 …SMBIOSPortConnector.SMBIOSPortConnector[1].PortExternalConnectorType = PcdGet8 (PcdSMBIOSPort2Exte… in GetMiscPortConfigFromPcd()
100 SMBIOSPortConnector.SMBIOSPortConnector[1].PortType = PcdGet8 (PcdSMBIOSPort2Type); in GetMiscPortConfigFromPcd()
104 …SMBIOSPortConnector.SMBIOSPortConnector[2].PortInternalConnectorType = PcdGet8 (PcdSMBIOSPort3Inte… in GetMiscPortConfigFromPcd()
105 …SMBIOSPortConnector.SMBIOSPortConnector[2].PortExternalConnectorType = PcdGet8 (PcdSMBIOSPort3Exte… in GetMiscPortConfigFromPcd()
106 SMBIOSPortConnector.SMBIOSPortConnector[2].PortType = PcdGet8 (PcdSMBIOSPort3Type); in GetMiscPortConfigFromPcd()
[all …]
DMiscChassisManufacturerFunction.c132 SmbiosRecord->Type = PcdGet8 (PcdSMBIOSChassisType); in MISC_SMBIOS_TABLE_FUNCTION()
145 SmbiosRecord->BootupState = PcdGet8 (PcdSMBIOSChassisBootupState); in MISC_SMBIOS_TABLE_FUNCTION()
146 SmbiosRecord->PowerSupplyState = PcdGet8 (PcdSMBIOSChassisPowerSupplyState); in MISC_SMBIOS_TABLE_FUNCTION()
148 SmbiosRecord->SecurityStatus = PcdGet8 (PcdSMBIOSChassisSecurityState); in MISC_SMBIOS_TABLE_FUNCTION()
150 SmbiosRecord->Height = PcdGet8 (PcdSMBIOSChassisHeight); in MISC_SMBIOS_TABLE_FUNCTION()
151 SmbiosRecord->NumberofPowerCords = PcdGet8 (PcdSMBIOSChassisNumberPowerCords); in MISC_SMBIOS_TABLE_FUNCTION()
152 SmbiosRecord->ContainedElementCount = PcdGet8 (PcdSMBIOSChassisElementCount); in MISC_SMBIOS_TABLE_FUNCTION()
153 SmbiosRecord->ContainedElementRecordLength = PcdGet8 (PcdSMBIOSChassisElementRecordLength); in MISC_SMBIOS_TABLE_FUNCTION()
/device/linaro/bootloader/edk2/ArmPkg/Library/SemiHostingDebugLib/
DDebugLib.c121 if ((PcdGet8(PcdDebugPropertyMask) & DEBUG_PROPERTY_ASSERT_BREAKPOINT_ENABLED) != 0) { in DebugAssert()
123 } else if ((PcdGet8(PcdDebugPropertyMask) & DEBUG_PROPERTY_ASSERT_DEADLOOP_ENABLED) != 0) { in DebugAssert()
161 return SetMem (Buffer, Length, PcdGet8(PcdDebugClearMemoryValue)); in DebugClearMemory()
182 return (BOOLEAN) ((PcdGet8(PcdDebugPropertyMask) & DEBUG_PROPERTY_DEBUG_ASSERT_ENABLED) != 0); in DebugAssertEnabled()
203 return (BOOLEAN) ((PcdGet8(PcdDebugPropertyMask) & DEBUG_PROPERTY_DEBUG_PRINT_ENABLED) != 0); in DebugPrintEnabled()
224 return (BOOLEAN) ((PcdGet8(PcdDebugPropertyMask) & DEBUG_PROPERTY_DEBUG_CODE_ENABLED) != 0); in DebugCodeEnabled()
245 return (BOOLEAN) ((PcdGet8(PcdDebugPropertyMask) & DEBUG_PROPERTY_CLEAR_MEMORY_ENABLED) != 0); in DebugClearMemoryEnabled()
/device/linaro/bootloader/edk2/PcAtChipsetPkg/Library/AcpiTimerLib/
DAcpiTimerLib.c76 ASSERT (PcdGet8 (PcdAcpiIoPciDeviceNumber) != 0xFF); in AcpiTimerLibConstructor()
77 ASSERT (PcdGet8 (PcdAcpiIoPciFunctionNumber) != 0xFF); in AcpiTimerLibConstructor()
83 Bus = PcdGet8 (PcdAcpiIoPciBusNumber); in AcpiTimerLibConstructor()
84 Device = PcdGet8 (PcdAcpiIoPciDeviceNumber); in AcpiTimerLibConstructor()
85 Function = PcdGet8 (PcdAcpiIoPciFunctionNumber); in AcpiTimerLibConstructor()
87 EnableMask = PcdGet8 (PcdAcpiIoBarEnableMask); in AcpiTimerLibConstructor()
130 PcdGet8 (PcdAcpiIoPciBusNumber), in InternalAcpiGetAcpiTimerIoPort()
131 PcdGet8 (PcdAcpiIoPciDeviceNumber), in InternalAcpiGetAcpiTimerIoPort()
132 PcdGet8 (PcdAcpiIoPciFunctionNumber), in InternalAcpiGetAcpiTimerIoPort()
/device/linaro/bootloader/edk2/MdePkg/Library/BaseDebugLibSerialPort/
DDebugLib.c146 if ((PcdGet8(PcdDebugPropertyMask) & DEBUG_PROPERTY_ASSERT_BREAKPOINT_ENABLED) != 0) { in DebugAssert()
148 } else if ((PcdGet8(PcdDebugPropertyMask) & DEBUG_PROPERTY_ASSERT_DEADLOOP_ENABLED) != 0) { in DebugAssert()
184 return SetMem (Buffer, Length, PcdGet8(PcdDebugClearMemoryValue)); in DebugClearMemory()
204 return (BOOLEAN) ((PcdGet8(PcdDebugPropertyMask) & DEBUG_PROPERTY_DEBUG_ASSERT_ENABLED) != 0); in DebugAssertEnabled()
224 return (BOOLEAN) ((PcdGet8(PcdDebugPropertyMask) & DEBUG_PROPERTY_DEBUG_PRINT_ENABLED) != 0); in DebugPrintEnabled()
244 return (BOOLEAN) ((PcdGet8(PcdDebugPropertyMask) & DEBUG_PROPERTY_DEBUG_CODE_ENABLED) != 0); in DebugCodeEnabled()
264 return (BOOLEAN) ((PcdGet8(PcdDebugPropertyMask) & DEBUG_PROPERTY_CLEAR_MEMORY_ENABLED) != 0); in DebugClearMemoryEnabled()
/device/linaro/bootloader/edk2/OvmfPkg/Library/PlatformDebugLibIoPort/
DDebugLib.c150 if ((PcdGet8(PcdDebugPropertyMask) & DEBUG_PROPERTY_ASSERT_BREAKPOINT_ENABLED) != 0) { in DebugAssert()
152 } else if ((PcdGet8(PcdDebugPropertyMask) & DEBUG_PROPERTY_ASSERT_DEADLOOP_ENABLED) != 0) { in DebugAssert()
188 return SetMem (Buffer, Length, PcdGet8(PcdDebugClearMemoryValue)); in DebugClearMemory()
208 return (BOOLEAN) ((PcdGet8(PcdDebugPropertyMask) & DEBUG_PROPERTY_DEBUG_ASSERT_ENABLED) != 0); in DebugAssertEnabled()
228 return (BOOLEAN) ((PcdGet8(PcdDebugPropertyMask) & DEBUG_PROPERTY_DEBUG_PRINT_ENABLED) != 0); in DebugPrintEnabled()
248 return (BOOLEAN) ((PcdGet8(PcdDebugPropertyMask) & DEBUG_PROPERTY_DEBUG_CODE_ENABLED) != 0); in DebugCodeEnabled()
268 return (BOOLEAN) ((PcdGet8(PcdDebugPropertyMask) & DEBUG_PROPERTY_CLEAR_MEMORY_ENABLED) != 0); in DebugClearMemoryEnabled()
/device/linaro/bootloader/edk2/MdePkg/Library/UefiDebugLibConOut/
DDebugLib.c141 if ((PcdGet8(PcdDebugPropertyMask) & DEBUG_PROPERTY_ASSERT_BREAKPOINT_ENABLED) != 0) { in DebugAssert()
143 } else if ((PcdGet8(PcdDebugPropertyMask) & DEBUG_PROPERTY_ASSERT_DEADLOOP_ENABLED) != 0) { in DebugAssert()
179 return SetMem (Buffer, Length, PcdGet8(PcdDebugClearMemoryValue)); in DebugClearMemory()
199 return (BOOLEAN) ((PcdGet8(PcdDebugPropertyMask) & DEBUG_PROPERTY_DEBUG_ASSERT_ENABLED) != 0); in DebugAssertEnabled()
219 return (BOOLEAN) ((PcdGet8(PcdDebugPropertyMask) & DEBUG_PROPERTY_DEBUG_PRINT_ENABLED) != 0); in DebugPrintEnabled()
239 return (BOOLEAN) ((PcdGet8(PcdDebugPropertyMask) & DEBUG_PROPERTY_DEBUG_CODE_ENABLED) != 0); in DebugCodeEnabled()
259 return (BOOLEAN) ((PcdGet8(PcdDebugPropertyMask) & DEBUG_PROPERTY_CLEAR_MEMORY_ENABLED) != 0); in DebugClearMemoryEnabled()
/device/linaro/bootloader/edk2/MdePkg/Library/UefiDebugLibStdErr/
DDebugLib.c142 if ((PcdGet8(PcdDebugPropertyMask) & DEBUG_PROPERTY_ASSERT_BREAKPOINT_ENABLED) != 0) { in DebugAssert()
144 } else if ((PcdGet8(PcdDebugPropertyMask) & DEBUG_PROPERTY_ASSERT_DEADLOOP_ENABLED) != 0) { in DebugAssert()
180 return SetMem (Buffer, Length, PcdGet8(PcdDebugClearMemoryValue)); in DebugClearMemory()
200 return (BOOLEAN) ((PcdGet8(PcdDebugPropertyMask) & DEBUG_PROPERTY_DEBUG_ASSERT_ENABLED) != 0); in DebugAssertEnabled()
220 return (BOOLEAN) ((PcdGet8(PcdDebugPropertyMask) & DEBUG_PROPERTY_DEBUG_PRINT_ENABLED) != 0); in DebugPrintEnabled()
240 return (BOOLEAN) ((PcdGet8(PcdDebugPropertyMask) & DEBUG_PROPERTY_DEBUG_CODE_ENABLED) != 0); in DebugCodeEnabled()
260 return (BOOLEAN) ((PcdGet8(PcdDebugPropertyMask) & DEBUG_PROPERTY_CLEAR_MEMORY_ENABLED) != 0); in DebugClearMemoryEnabled()
/device/linaro/bootloader/edk2/MdePkg/Library/UefiDebugLibDebugPortProtocol/
DDebugLib.c193 if ((PcdGet8(PcdDebugPropertyMask) & DEBUG_PROPERTY_ASSERT_BREAKPOINT_ENABLED) != 0) { in DebugAssert()
195 } else if ((PcdGet8(PcdDebugPropertyMask) & DEBUG_PROPERTY_ASSERT_DEADLOOP_ENABLED) != 0) { in DebugAssert()
231 return SetMem (Buffer, Length, PcdGet8(PcdDebugClearMemoryValue)); in DebugClearMemory()
251 return (BOOLEAN) ((PcdGet8(PcdDebugPropertyMask) & DEBUG_PROPERTY_DEBUG_ASSERT_ENABLED) != 0); in DebugAssertEnabled()
271 return (BOOLEAN) ((PcdGet8(PcdDebugPropertyMask) & DEBUG_PROPERTY_DEBUG_PRINT_ENABLED) != 0); in DebugPrintEnabled()
291 return (BOOLEAN) ((PcdGet8(PcdDebugPropertyMask) & DEBUG_PROPERTY_DEBUG_CODE_ENABLED) != 0); in DebugCodeEnabled()
311 return (BOOLEAN) ((PcdGet8(PcdDebugPropertyMask) & DEBUG_PROPERTY_CLEAR_MEMORY_ENABLED) != 0); in DebugClearMemoryEnabled()
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Library/IohLib/
DIohLib.c78 PcdGet8 (PcdIohGpioBusNumber), in ReadIohGpioValues()
79 PcdGet8 (PcdIohGpioDevNumber), in ReadIohGpioValues()
80 PcdGet8 (PcdIohGpioFunctionNumber), 0); in ReadIohGpioValues()
86 SaveBarReg = PciRead32 (GipAddr + PcdGet8 (PcdIohGpioBarRegister)); in ReadIohGpioValues()
91 PciWrite32 ( GipAddr + PcdGet8 (PcdIohGpioBarRegister), TempBarAddr); in ReadIohGpioValues()
100 PciWrite32 ((GipAddr + PcdGet8 (PcdIohGpioBarRegister)), SaveBarReg); in ReadIohGpioValues()
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Library/PlatformBootManagerLib/
DPlatformData.c246 gPciUartDevicePath0.Uart.DataBits = PcdGet8 (PcdUartDefaultDataBits); in InitializePlatformBootManagerLib()
247 gPciUartDevicePath0.Uart.Parity = PcdGet8 (PcdUartDefaultParity); in InitializePlatformBootManagerLib()
248 gPciUartDevicePath0.Uart.StopBits = PcdGet8 (PcdUartDefaultStopBits); in InitializePlatformBootManagerLib()
250 gPciUartDevicePath1.Uart.DataBits = PcdGet8 (PcdUartDefaultDataBits); in InitializePlatformBootManagerLib()
251 gPciUartDevicePath1.Uart.Parity = PcdGet8 (PcdUartDefaultParity); in InitializePlatformBootManagerLib()
252 gPciUartDevicePath1.Uart.StopBits = PcdGet8 (PcdUartDefaultStopBits); in InitializePlatformBootManagerLib()
257 switch (PcdGet8 (PcdDefaultTerminalType)) { in InitializePlatformBootManagerLib()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel1CommandsLib/
DUefiShellLevel1CommandsLib.c56 if (PcdGet8(PcdShellSupportLevel) < 1) { in ShellLevel1CommandsLibConstructor()
68 …ManFileNameLevel1, 1, L"", FALSE, gShellLevel1HiiHandle, (EFI_STRING_ID)(PcdGet8(PcdShellSupportLe… in ShellLevel1CommandsLibConstructor()
69 …ManFileNameLevel1, 1, L"", FALSE, gShellLevel1HiiHandle, (EFI_STRING_ID)(PcdGet8(PcdShellSupportLe… in ShellLevel1CommandsLibConstructor()
70 …ManFileNameLevel1, 1, L"", FALSE, gShellLevel1HiiHandle, (EFI_STRING_ID)(PcdGet8(PcdShellSupportLe… in ShellLevel1CommandsLibConstructor()
71 …ManFileNameLevel1, 1, L"", FALSE, gShellLevel1HiiHandle, (EFI_STRING_ID)(PcdGet8(PcdShellSupportLe… in ShellLevel1CommandsLibConstructor()
72 …ManFileNameLevel1, 1, L"", FALSE, gShellLevel1HiiHandle, (EFI_STRING_ID)(PcdGet8(PcdShellSupportLe… in ShellLevel1CommandsLibConstructor()
73 …ManFileNameLevel1, 1, L"", TRUE , gShellLevel1HiiHandle, (EFI_STRING_ID)(PcdGet8(PcdShellSupportLe… in ShellLevel1CommandsLibConstructor()
74 …ManFileNameLevel1, 1, L"", FALSE, gShellLevel1HiiHandle, (EFI_STRING_ID)(PcdGet8(PcdShellSupportLe… in ShellLevel1CommandsLibConstructor()
75 …ManFileNameLevel1, 1, L"", FALSE, gShellLevel1HiiHandle, (EFI_STRING_ID)(PcdGet8(PcdShellSupportLe… in ShellLevel1CommandsLibConstructor()
76 …ManFileNameLevel1, 1, L"", FALSE, gShellLevel1HiiHandle, (EFI_STRING_ID)(PcdGet8(PcdShellSupportLe… in ShellLevel1CommandsLibConstructor()
/device/linaro/bootloader/edk2/MdePkg/Library/BasePostCodeLibPort80/
DPostCode.c46 switch (PcdGet8 (PcdPort80DataWidth)) { in PostCode()
122 return (BOOLEAN) ((PcdGet8(PcdPostCodePropertyMask) & POST_CODE_PROPERTY_POST_CODE_ENABLED) != 0); in PostCodeEnabled()
144 …return (BOOLEAN) ((PcdGet8(PcdPostCodePropertyMask) & POST_CODE_PROPERTY_POST_CODE_DESCRIPTION_ENA… in PostCodeDescriptionEnabled()
/device/linaro/bootloader/edk2/MdeModulePkg/Library/PeiDxeDebugLibReportStatusCode/
DDebugLib.c351 if ((PcdGet8 (PcdDebugPropertyMask) & DEBUG_PROPERTY_ASSERT_BREAKPOINT_ENABLED) != 0) { in DebugAssert()
353 } else if ((PcdGet8 (PcdDebugPropertyMask) & DEBUG_PROPERTY_ASSERT_DEADLOOP_ENABLED) != 0) { in DebugAssert()
383 return SetMem (Buffer, Length, PcdGet8 (PcdDebugClearMemoryValue)); in DebugClearMemory()
403 return (BOOLEAN) ((PcdGet8 (PcdDebugPropertyMask) & DEBUG_PROPERTY_DEBUG_ASSERT_ENABLED) != 0); in DebugAssertEnabled()
423 return (BOOLEAN) ((PcdGet8 (PcdDebugPropertyMask) & DEBUG_PROPERTY_DEBUG_PRINT_ENABLED) != 0); in DebugPrintEnabled()
443 return (BOOLEAN) ((PcdGet8 (PcdDebugPropertyMask) & DEBUG_PROPERTY_DEBUG_CODE_ENABLED) != 0); in DebugCodeEnabled()
463 return (BOOLEAN) ((PcdGet8 (PcdDebugPropertyMask) & DEBUG_PROPERTY_CLEAR_MEMORY_ENABLED) != 0); in DebugClearMemoryEnabled()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/
DDebugLib.c358 if ((PcdGet8 (PcdDebugPropertyMask) & DEBUG_PROPERTY_ASSERT_BREAKPOINT_ENABLED) != 0) { in DebugAssert()
360 } else if ((PcdGet8 (PcdDebugPropertyMask) & DEBUG_PROPERTY_ASSERT_DEADLOOP_ENABLED) != 0) { in DebugAssert()
390 return SetMem (Buffer, Length, PcdGet8 (PcdDebugClearMemoryValue)); in DebugClearMemory()
410 return (BOOLEAN) ((PcdGet8 (PcdDebugPropertyMask) & DEBUG_PROPERTY_DEBUG_ASSERT_ENABLED) != 0); in DebugAssertEnabled()
430 return (BOOLEAN) ((PcdGet8 (PcdDebugPropertyMask) & DEBUG_PROPERTY_DEBUG_PRINT_ENABLED) != 0); in DebugPrintEnabled()
450 return (BOOLEAN) ((PcdGet8 (PcdDebugPropertyMask) & DEBUG_PROPERTY_DEBUG_CODE_ENABLED) != 0); in DebugCodeEnabled()
470 return (BOOLEAN) ((PcdGet8 (PcdDebugPropertyMask) & DEBUG_PROPERTY_CLEAR_MEMORY_ENABLED) != 0); in DebugClearMemoryEnabled()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/SerialDxe/
DSerialIo.c239 This->Mode->DataBits = (UINT32) PcdGet8 (PcdUartDefaultDataBits); in SerialReset()
240 This->Mode->Parity = (UINT32) PcdGet8 (PcdUartDefaultParity); in SerialReset()
241 This->Mode->StopBits = (UINT32) PcdGet8 (PcdUartDefaultStopBits); in SerialReset()
505 mSerialIoMode.DataBits = (UINT32) PcdGet8 (PcdUartDefaultDataBits); in SerialDxeInitialize()
506 mSerialIoMode.Parity = (UINT32) PcdGet8 (PcdUartDefaultParity); in SerialDxeInitialize()
507 mSerialIoMode.StopBits = (UINT32) PcdGet8 (PcdUartDefaultStopBits); in SerialDxeInitialize()
509 mSerialDevicePath.Uart.DataBits = PcdGet8 (PcdUartDefaultDataBits); in SerialDxeInitialize()
510 mSerialDevicePath.Uart.Parity = PcdGet8 (PcdUartDefaultParity); in SerialDxeInitialize()
511 mSerialDevicePath.Uart.StopBits = PcdGet8 (PcdUartDefaultStopBits); in SerialDxeInitialize()
/device/linaro/bootloader/edk2/IntelFspPkg/Library/BaseFspDebugLibSerialPort/
DDebugLib.c250 return (BOOLEAN) ((PcdGet8(PcdDebugPropertyMask) & DEBUG_PROPERTY_DEBUG_ASSERT_ENABLED) != 0); in DebugAssertEnabled()
270 return (BOOLEAN) ((PcdGet8(PcdDebugPropertyMask) & DEBUG_PROPERTY_DEBUG_PRINT_ENABLED) != 0); in DebugPrintEnabled()
289 return (BOOLEAN) ((PcdGet8(PcdDebugPropertyMask) & DEBUG_PROPERTY_DEBUG_CODE_ENABLED) != 0); in DebugCodeEnabled()
309 return (BOOLEAN) ((PcdGet8(PcdDebugPropertyMask) & DEBUG_PROPERTY_CLEAR_MEMORY_ENABLED) != 0); in DebugClearMemoryEnabled()
/device/linaro/bootloader/edk2/ArmPlatformPkg/Library/PL011SerialPortLib/
DPL011SerialPortLib.c48 Parity = (EFI_PARITY_TYPE)PcdGet8 (PcdUartDefaultParity); in SerialPortInitialize()
49 DataBits = PcdGet8 (PcdUartDefaultDataBits); in SerialPortInitialize()
50 StopBits = (EFI_STOP_BITS_TYPE) PcdGet8 (PcdUartDefaultStopBits); in SerialPortInitialize()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BasePostCodeLibPort80/
DPostCode.c107 return (BOOLEAN) ((PcdGet8(PcdPostCodePropertyMask) & POST_CODE_PROPERTY_POST_CODE_ENABLED) != 0); in GluePostCodeEnabled()
130 return (BOOLEAN) ((PcdGet8(PcdPostCodePropertyMask) & POST_CODE_PROPERTY_POST_CODE_ENABLED) != 0); in GluePostCodeDescriptionEnabled()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BasePostCodeLibDebug/
DPostCode.c108 return (BOOLEAN) ((PcdGet8(PcdPostCodePropertyMask) & POST_CODE_PROPERTY_POST_CODE_ENABLED) != 0); in GluePostCodeEnabled()
130 return (BOOLEAN) ((PcdGet8(PcdPostCodePropertyMask) & POST_CODE_PROPERTY_POST_CODE_ENABLED) != 0); in GluePostCodeDescriptionEnabled()
/device/linaro/bootloader/edk2/MdePkg/Library/BasePostCodeLibDebug/
DPostCode.c104 return (BOOLEAN) ((PcdGet8(PcdPostCodePropertyMask) & POST_CODE_PROPERTY_POST_CODE_ENABLED) != 0); in PostCodeEnabled()
126 …return (BOOLEAN) ((PcdGet8(PcdPostCodePropertyMask) & POST_CODE_PROPERTY_POST_CODE_DESCRIPTION_ENA… in PostCodeDescriptionEnabled()
/device/linaro/bootloader/edk2/ArmPkg/Drivers/CpuPei/
DCpuPei.c76 BuildCpuHob (PcdGet8 (PcdPrePiCpuMemorySize), PcdGet8 (PcdPrePiCpuIoSize)); in InitializeCpuPeim()

1234