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

1 2

  /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/MdeModulePkg/Core/RuntimeDxe/
Crc32.c 78 UINT32 NewValue;
80 NewValue = 0;
83 NewValue = NewValue | (1 << (31 - Index));
87 return NewValue;
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/TcgDxe/
TpmComm.c 43 TPM_DIGEST NewValue;
48 NewPcrValue = &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/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;
  /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/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/NetworkPkg/Application/IpsecConfig/
Helper.c 269 UINT64 NewValue;
330 NewValue = LShiftU64 (Value, 4);
339 NewValue = LShiftU64 (Value, 3);
341 NewValue += Value;
342 if (NewValue < Value) {
350 Value = NewValue;
  /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/QuarkSocPkg/QuarkNorthCluster/Smm/DxeSmm/QncSmmDispatcher/QNC/
QNCSmmHelpers.c 116 UINT32 NewValue;
121 NewValue = QNCPortRead (QUARK_NC_HOST_BRIDGE_SB_PORT_ID, QNC_MSG_FSBIC_REG_HMISC);
122 NewValue |= SMI_EN;
123 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/QuarkSocPkg/QuarkNorthCluster/Smm/DxeSmm/QncSmmDispatcher/
QNCSmmCore.c 603 UINT32 NewValue;
795 NewValue = QNCPortRead (QUARK_NC_HOST_BRIDGE_SB_PORT_ID, QUARK_NC_HOST_BRIDGE_HLEGACY_REG);
796 NewValue &= ~(HLEGACY_SMI_PIN_VALUE);
797 QNCPortWrite (QUARK_NC_HOST_BRIDGE_SB_PORT_ID, QUARK_NC_HOST_BRIDGE_HLEGACY_REG, NewValue);
  /external/llvm/lib/Target/NVPTX/
NVPTXGenericToNVVM.cpp 216 Value *NewValue = C;
228 NewValue = getOrInsertCVTA(M, F, I->second, Builder);
234 NewValue = remapConstantVectorOrConstantAggregate(M, F, C, Builder);
239 NewValue = remapConstantExpr(M, F, cast<ConstantExpr>(C), Builder);
242 ConstantToValueMap[C] = NewValue;
243 return NewValue;
269 Value *NewValue = UndefValue::get(C->getType());
273 NewValue = Builder.CreateInsertElement(NewValue, NewOperands[i], Idx);
277 NewValue
    [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/Drivers/Lan9118Dxe/
Lan9118DxeUtil.c 33 UINT32 NewValue;
35 NewValue = 0;
38 NewValue = NewValue | (1 << (31 - Index));
42 return NewValue;
  /device/linaro/bootloader/edk2/EmbeddedPkg/GdbStub/Arm/
Processor.c 272 UINT32 NewValue; // the new value of the RegNumber-th Register
278 NewValue = 0;
288 NewValue += (TempValue << (RegSize+4));
296 NewValue += (TempValue << RegSize);
299 *(FindPointerToRegister (SystemContext, RegNumber)) = NewValue;
  /device/linaro/bootloader/edk2/EmbeddedPkg/GdbStub/Ia32/
Processor.c 262 UINT32 NewValue; // the new value of the RegNumber-th Register
264 NewValue = 0;
274 NewValue += (TempValue << (RegSize+4));
282 NewValue += (TempValue << RegSize);
285 *(FindPointerToRegister (SystemContext, RegNumber)) = NewValue;
  /device/linaro/bootloader/edk2/EmbeddedPkg/GdbStub/X64/
Processor.c 231 UINT64 NewValue; // the new value of the RegNumber-th Register
233 NewValue = 0;
243 NewValue += (TempValue << (RegSize+4));
251 NewValue += (TempValue << RegSize);
254 *(FindPointerToRegister(SystemContext, RegNumber)) = NewValue;
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/GdbDebugAgent/Arm/
Processor.c 285 UINT32 NewValue; // the new value of the RegNumber-th Register
291 NewValue = 0;
301 NewValue += (TempValue << (RegSize+4));
309 NewValue += (TempValue << RegSize);
312 *(FindPointerToRegister(SystemContext, RegNumber)) = NewValue;
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/GdbDebugAgent/Ia32/
Processor.c 248 UINT32 NewValue; // the new value of the RegNumber-th Register
250 NewValue = 0;
260 NewValue += (TempValue << (RegSize+4));
268 NewValue += (TempValue << RegSize);
271 *(FindPointerToRegister(SystemContext, RegNumber)) = NewValue;
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/GdbDebugAgent/X64/
Processor.c 231 UINT64 NewValue; // the new value of the RegNumber-th Register
233 NewValue = 0;
243 NewValue += (TempValue << (RegSize+4));
251 NewValue += (TempValue << RegSize);
254 *(FindPointerToRegister(SystemContext, RegNumber)) = NewValue;
  /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/IntelQNCLib/
IntelQNCLib.c 144 UINT32 NewValue;
210 NewValue = QNCPortRead (QUARK_NC_HOST_BRIDGE_SB_PORT_ID, QNC_MSG_FSBIC_REG_HMISC);
211 NewValue |= SMI_EN;
212 QNCPortWrite (QUARK_NC_HOST_BRIDGE_SB_PORT_ID, QNC_MSG_FSBIC_REG_HMISC, NewValue);
  /external/clang/lib/Analysis/
BodyFarm.cpp 286 // *theValue = newValue;
299 const ParmVarDecl *NewValue = D->getParamDecl(1);
300 QualType NewValueTy = NewValue->getType();
330 M.makeLvalueToRvalue(M.makeDeclRefExpr(NewValue), NewValueTy),
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
BootMaint.c 698 UINTN NewValue;
733 NewValue = 0;
    [all...]

Completed in 732 milliseconds

1 2