HomeSort by relevance Sort by last modified time
    Searched refs:NewValue (Results 1 - 25 of 103) sorted by null

1 2 3 4 5

  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Library/PlatformPcieHelperLib/
SocUnit.c 29 UINT32 NewValue;
34 NewValue = QNCPortIORead (QUARK_SC_PCIE_AFE_SB_PORT_ID, QUARK_PCIE_AFE_PCIE_RXPICTRL0_L0);
35 NewValue &= OCFGPIMIXLOAD_1_0_MASK;
36 QNCPortIOWrite (QUARK_SC_PCIE_AFE_SB_PORT_ID, QUARK_PCIE_AFE_PCIE_RXPICTRL0_L0, NewValue);
38 NewValue = QNCPortIORead (QUARK_SC_PCIE_AFE_SB_PORT_ID, QUARK_PCIE_AFE_PCIE_RXPICTRL0_L1);
39 NewValue &= OCFGPIMIXLOAD_1_0_MASK;
40 QNCPortIOWrite (QUARK_SC_PCIE_AFE_SB_PORT_ID, QUARK_PCIE_AFE_PCIE_RXPICTRL0_L1, NewValue);
56 UINT32 NewValue;
67 NewValue = QNCAltPortRead (QUARK_SCSS_SOC_UNIT_SB_PORT_ID, QUARK_SCSS_SOC_UNIT_SOCCLKEN_CONFIG);
68 NewValue |= SOCCLKEN_CONFIG_PHY_I_CMNRESET_L;
    [all...]
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/Dxe/PlatformInit/
PlatformConfig.c 234 UINT32 NewValue;
253 NewValue = QNCPortRead (QUARK_NC_MEMORY_MANAGER_SB_PORT_ID, QUARK_NC_MEMORY_MANAGER_ESRAMPGCTRL_BLOCK);
254 NewValue |= BLOCK_DISABLE_PG;
255 QNCPortWrite (QUARK_NC_MEMORY_MANAGER_SB_PORT_ID, QUARK_NC_MEMORY_MANAGER_ESRAMPGCTRL_BLOCK, NewValue);
262 NewValue = (UINT32)(BaseAddress + SmramLength);
263 DEBUG ((EFI_D_INFO,"Locking HMBOUND at: = 0x%8x\n",NewValue));
264 QNCPortWrite (QUARK_NC_HOST_BRIDGE_SB_PORT_ID, QUARK_NC_HOST_BRIDGE_HMBOUND_REG, (NewValue | HMBOUND_LOCK));
269 NewValue = QNCPortRead (QUARK_NC_MEMORY_MANAGER_SB_PORT_ID, QUARK_NC_MEMORY_MANAGER_IMR5+QUARK_NC_MEMORY_MANAGER_IMRXL);
270 NewValue |= IMR_LOCK;
271 QNCPortWrite (QUARK_NC_MEMORY_MANAGER_SB_PORT_ID, QUARK_NC_MEMORY_MANAGER_IMR5+QUARK_NC_MEMORY_MANAGER_IMRXL, NewValue);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/RuntimeDxe/
Crc32.c 78 UINT32 NewValue;
80 NewValue = 0;
83 NewValue = NewValue | (1 << (31 - Index));
87 return NewValue;
  /external/llvm/include/llvm/Support/
SaveAndRestore.h 24 SaveAndRestore(T &X, const T &NewValue) : X(X), OldValue(X) {
25 X = NewValue;
  /external/llvm/lib/Transforms/ObjCARC/
PtrState.h 120 void SetKnownSafe(const bool NewValue) { RRI.KnownSafe = NewValue; }
124 void SetTailCallRelease(const bool NewValue) {
125 RRI.IsTailCallRelease = NewValue;
134 void SetReleaseMetadata(MDNode *NewValue) { RRI.ReleaseMetadata = NewValue; }
138 void SetCFGHazardAfflicted(const bool NewValue) {
139 RRI.CFGHazardAfflicted = NewValue;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
SaveAndRestore.h 24 SaveAndRestore(T &X, const T &NewValue) : X(X), OldValue(X) {
25 X = NewValue;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
SaveAndRestore.h 24 SaveAndRestore(T &X, const T &NewValue) : X(X), OldValue(X) {
25 X = NewValue;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
SaveAndRestore.h 24 SaveAndRestore(T &X, const T &NewValue) : X(X), OldValue(X) {
25 X = NewValue;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
SaveAndRestore.h 24 SaveAndRestore(T &X, const T &NewValue) : X(X), OldValue(X) {
25 X = NewValue;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
SaveAndRestore.h 24 SaveAndRestore(T &X, const T &NewValue) : X(X), OldValue(X) {
25 X = NewValue;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
SaveAndRestore.h 24 SaveAndRestore(T &X, const T &NewValue) : X(X), OldValue(X) {
25 X = NewValue;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
SaveAndRestore.h 24 SaveAndRestore(T &X, const T &NewValue) : X(X), OldValue(X) {
25 X = NewValue;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
SaveAndRestore.h 24 SaveAndRestore(T &X, const T &NewValue) : X(X), OldValue(X) {
25 X = NewValue;
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/
DriverConfiguration.c 128 UINT8 NewValue;
150 NewValue = 0;
160 NewValue = (UINT8) (NewValue | (1 << Index));
164 if (EFI_ERROR (Status) || (NewValue != Value)) {
169 sizeof (NewValue),
170 &NewValue
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/Smm/Dxe/SmmControlDxe/
SmmControlDriver.c 178 UINT32 NewValue;
204 NewValue = QNCPortRead (QUARK_NC_HOST_BRIDGE_SB_PORT_ID, QNC_MSG_FSBIC_REG_HMISC);
205 NewValue |= SMI_EN;
206 QNCPortWrite (QUARK_NC_HOST_BRIDGE_SB_PORT_ID, QNC_MSG_FSBIC_REG_HMISC, NewValue);
276 UINT32 NewValue;
319 NewValue = QNCPortRead (QUARK_NC_HOST_BRIDGE_SB_PORT_ID, QNC_MSG_FSBIC_REG_HMISC);
320 NewValue |= SMI_EN;
321 QNCPortWrite (QUARK_NC_HOST_BRIDGE_SB_PORT_ID, QNC_MSG_FSBIC_REG_HMISC, NewValue);
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/Dxe/BootScriptExecutorDxe/
ScriptExecute.c 334 UINT32 NewValue;
350 NewValue = QNCPortRead (QUARK_NC_MEMORY_MANAGER_SB_PORT_ID, QUARK_NC_MEMORY_MANAGER_ESRAMPGCTRL_BLOCK);
351 NewValue |= BLOCK_DISABLE_PG;
352 QNCPortWrite (QUARK_NC_MEMORY_MANAGER_SB_PORT_ID, QUARK_NC_MEMORY_MANAGER_ESRAMPGCTRL_BLOCK, NewValue);
359 NewValue = (UINT32)(BaseAddress + SmramLength);
360 DEBUG ((EFI_D_INFO,"Locking HMBOUND at: = 0x%8x\n",NewValue));
361 QNCPortWrite (QUARK_NC_HOST_BRIDGE_SB_PORT_ID, QUARK_NC_HOST_BRIDGE_HMBOUND_REG, (NewValue | HMBOUND_LOCK));
367 NewValue = QNCPortRead (QUARK_NC_MEMORY_MANAGER_SB_PORT_ID, Index);
368 NewValue |= IMR_LOCK;
369 QNCPortWrite (QUARK_NC_MEMORY_MANAGER_SB_PORT_ID, Index, NewValue);
    [all...]
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/Pei/PlatformInit/
PlatformEarlyInit.c 848 UINT32 NewValue;
859 NewValue = 0x0;
863 NewValue = (IoRead32 (GpioBaseAddress + R_QNC_GPIO_CGEN_CORE_WELL) & 0xFFFFFFFC) | LegacyGpioConfig->CoreWellEnable;
864 IoWrite32 (GpioBaseAddress + R_QNC_GPIO_CGEN_CORE_WELL, NewValue );
865 NewValue = (IoRead32 (GpioBaseAddress + R_QNC_GPIO_CGIO_CORE_WELL) & 0xFFFFFFFC) | LegacyGpioConfig->CoreWellIoSelect;
866 IoWrite32 (GpioBaseAddress + R_QNC_GPIO_CGIO_CORE_WELL, NewValue);
867 NewValue = (IoRead32 (GpioBaseAddress + R_QNC_GPIO_CGLVL_CORE_WELL) & 0xFFFFFFFC) | LegacyGpioConfig->CoreWellLvlForInputOrOutput;
868 IoWrite32 (GpioBaseAddress + R_QNC_GPIO_CGLVL_CORE_WELL, NewValue);
869 NewValue = (IoRead32 (GpioBaseAddress + R_QNC_GPIO_CGTPE_CORE_WELL) & 0xFFFFFFFC) | LegacyGpioConfig->CoreWellTriggerPositiveEdge;
870 IoWrite32 (GpioBaseAddress + R_QNC_GPIO_CGTPE_CORE_WELL, NewValue );
    [all...]
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/Library/QNCSmmLib/
QNCSmmLib.c 43 UINT32 NewValue;
60 NewValue = QNCPortRead (QUARK_NC_HOST_BRIDGE_SB_PORT_ID, QNC_MSG_FSBIC_REG_HMISC);
61 NewValue |= SMI_EN;
62 QNCPortWrite (QUARK_NC_HOST_BRIDGE_SB_PORT_ID, QNC_MSG_FSBIC_REG_HMISC, NewValue);
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/Smm/Pei/SmmControlPei/
SmmControlPei.c 149 UINT32 NewValue;
164 NewValue = QNCPortRead (QUARK_NC_HOST_BRIDGE_SB_PORT_ID, QNC_MSG_FSBIC_REG_HMISC);
165 NewValue |= SMI_EN;
166 QNCPortWrite (QUARK_NC_HOST_BRIDGE_SB_PORT_ID, QNC_MSG_FSBIC_REG_HMISC, NewValue);
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/PeiCrc32GuidedSectionExtractLib/
PeiCrc32GuidedSectionExtractLib.c 50 UINT32 NewValue;
52 NewValue = 0;
55 NewValue = NewValue | (1 << (31 - Index));
59 return NewValue;
  /external/clang/lib/Parse/
RAIIObjectsForParser.h 350 PoisonSEHIdentifiersRAIIObject(Parser &Self, bool NewValue)
351 : Ident_AbnormalTermination(Self.Ident_AbnormalTermination, NewValue),
352 Ident_GetExceptionCode(Self.Ident_GetExceptionCode, NewValue),
353 Ident_GetExceptionInfo(Self.Ident_GetExceptionInfo, NewValue),
354 Ident__abnormal_termination(Self.Ident__abnormal_termination, NewValue),
355 Ident__exception_code(Self.Ident__exception_code, NewValue),
356 Ident__exception_info(Self.Ident__exception_info, NewValue),
357 Ident___abnormal_termination(Self.Ident___abnormal_termination, NewValue),
358 Ident___exception_code(Self.Ident___exception_code, NewValue),
359 Ident___exception_info(Self.Ident___exception_info, NewValue) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Parse/
RAIIObjectsForParser.h 351 PoisonSEHIdentifiersRAIIObject(Parser &Self, bool NewValue)
352 : Ident_AbnormalTermination(Self.Ident_AbnormalTermination, NewValue),
353 Ident_GetExceptionCode(Self.Ident_GetExceptionCode, NewValue),
354 Ident_GetExceptionInfo(Self.Ident_GetExceptionInfo, NewValue),
355 Ident__abnormal_termination(Self.Ident__abnormal_termination, NewValue),
356 Ident__exception_code(Self.Ident__exception_code, NewValue),
357 Ident__exception_info(Self.Ident__exception_info, NewValue),
358 Ident___abnormal_termination(Self.Ident___abnormal_termination, NewValue),
359 Ident___exception_code(Self.Ident___exception_code, NewValue),
360 Ident___exception_info(Self.Ident___exception_info, NewValue) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Parse/
RAIIObjectsForParser.h 351 PoisonSEHIdentifiersRAIIObject(Parser &Self, bool NewValue)
352 : Ident_AbnormalTermination(Self.Ident_AbnormalTermination, NewValue),
353 Ident_GetExceptionCode(Self.Ident_GetExceptionCode, NewValue),
354 Ident_GetExceptionInfo(Self.Ident_GetExceptionInfo, NewValue),
355 Ident__abnormal_termination(Self.Ident__abnormal_termination, NewValue),
356 Ident__exception_code(Self.Ident__exception_code, NewValue),
357 Ident__exception_info(Self.Ident__exception_info, NewValue),
358 Ident___abnormal_termination(Self.Ident___abnormal_termination, NewValue),
359 Ident___exception_code(Self.Ident___exception_code, NewValue),
360 Ident___exception_info(Self.Ident___exception_info, NewValue) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Parse/
RAIIObjectsForParser.h 351 PoisonSEHIdentifiersRAIIObject(Parser &Self, bool NewValue)
352 : Ident_AbnormalTermination(Self.Ident_AbnormalTermination, NewValue),
353 Ident_GetExceptionCode(Self.Ident_GetExceptionCode, NewValue),
354 Ident_GetExceptionInfo(Self.Ident_GetExceptionInfo, NewValue),
355 Ident__abnormal_termination(Self.Ident__abnormal_termination, NewValue),
356 Ident__exception_code(Self.Ident__exception_code, NewValue),
357 Ident__exception_info(Self.Ident__exception_info, NewValue),
358 Ident___abnormal_termination(Self.Ident___abnormal_termination, NewValue),
359 Ident___exception_code(Self.Ident___exception_code, NewValue),
360 Ident___exception_info(Self.Ident___exception_info, NewValue) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Parse/
RAIIObjectsForParser.h 351 PoisonSEHIdentifiersRAIIObject(Parser &Self, bool NewValue)
352 : Ident_AbnormalTermination(Self.Ident_AbnormalTermination, NewValue),
353 Ident_GetExceptionCode(Self.Ident_GetExceptionCode, NewValue),
354 Ident_GetExceptionInfo(Self.Ident_GetExceptionInfo, NewValue),
355 Ident__abnormal_termination(Self.Ident__abnormal_termination, NewValue),
356 Ident__exception_code(Self.Ident__exception_code, NewValue),
357 Ident__exception_info(Self.Ident__exception_info, NewValue),
358 Ident___abnormal_termination(Self.Ident___abnormal_termination, NewValue),
359 Ident___exception_code(Self.Ident___exception_code, NewValue),
360 Ident___exception_info(Self.Ident___exception_info, NewValue) {
    [all...]

Completed in 1414 milliseconds

1 2 3 4 5