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

1 2 3 4 5 6 7 8 91011>>

  /device/linaro/bootloader/edk2/UefiCpuPkg/Include/Register/
LocalApic.h 58 UINT32 Reserved0:8; ///< Reserved.
59 UINT32 Bsp:1; ///< Processor is BSP.
60 UINT32 Reserved1:1; ///< Reserved.
61 UINT32 Extd:1; ///< Enable x2APIC mode.
62 UINT32 En:1; ///< xAPIC global enable/disable.
63 UINT32 ApicBaseLow:20; ///< APIC Base physical address. The actual field width depends on physical address width.
64 UINT32 ApicBaseHigh:32;
74 UINT32 Version:8; ///< The version numbers of the local APIC.
75 UINT32 Reserved0:8; ///< Reserved.
76 UINT32 MaxLvtEntry:8; ///< Number of LVT entries minus 1.
    [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/Ia32/
SmmProfileArch.h 21 UINT32 BTSBufferBase;
22 UINT32 BTSIndex;
23 UINT32 BTSAbsoluteMaximum;
24 UINT32 BTSInterruptThreshold;
25 UINT32 PEBSBufferBase;
26 UINT32 PEBSIndex;
27 UINT32 PEBSAbsoluteMaximum;
28 UINT32 PEBSInterruptThreshold;
29 UINT32 PEBSCounterReset[4];
30 UINT32 Reserved;
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/Ia32/
EfiJump.h 26 UINT32 ebx;
27 UINT32 esi;
28 UINT32 edi;
29 UINT32 ebp;
30 UINT32 esp;
31 UINT32 eip;
  /device/linaro/bootloader/edk2/ArmPkg/Library/CompilerIntrinsicsLib/Arm/
umodsi3.c 64 UINT32
65 __umodsi3(UINT32 a, UINT32 b)
  /device/linaro/bootloader/edk2/DuetPkg/DxeIpl/Ia32/
VirtualMemory.h 31 UINT32 Present:1; // 0 = Not present in memory, 1 = Present in memory
32 UINT32 ReadWrite:1; // 0 = Read-Only, 1= Read/Write
33 UINT32 UserSupervisor:1; // 0 = Supervisor, 1=User
34 UINT32 WriteThrough:1; // 0 = Write-Back caching, 1=Write-Through caching
35 UINT32 CacheDisabled:1; // 0 = Cached, 1=Non-Cached
36 UINT32 Accessed:1; // 0 = Not accessed, 1 = Accessed (set by CPU)
37 UINT32 MustBeZero:3; // Must Be Zero
38 UINT32 Available:3; // Available for use by system software
39 UINT32 PageTableBaseAddress:20; // Page Table Base Address
41 UINT32 Uint32;
    [all...]
  /device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/ValleyView2Soc/NorthCluster/Include/Protocol/
IgdOpRegion.h 82 UINT32 SIZE; // 0x10 OpRegion size
83 UINT32 OVER; // 0x14 OpRegion structure version
87 UINT32 MBOX; // 0x58 Mailboxes supported
88 UINT32 DMOD; // 0x5C Driver Model
89 UINT32 PCON; // 0x60 Platform Configuration Info
100 UINT32 DRDY; // 0 Driver readiness
101 UINT32 CSTS; // 4 Status
102 UINT32 CEVT; // 8 Current event
104 UINT32 DIDL; // 32 Supported display devices list
105 UINT32 DDL2; // 8 Devices.
    [all...]
  /device/linaro/bootloader/edk2/PcAtChipsetPkg/Include/Register/
IoApic.h 46 UINT32 Reserved0:24;
47 UINT32 Identification:4;
48 UINT32 Reserved1:4;
50 UINT32 Uint32;
55 UINT32 Version:8;
56 UINT32 Reserved0:8;
57 UINT32 MaximumRedirectionEntry:8;
58 UINT32 Reserved1:8;
60 UINT32 Uint32;
    [all...]
Hpet.h 46 UINT32 Revision:8;
47 UINT32 NumberOfTimers:5;
48 UINT32 CounterSize:1;
49 UINT32 Reserved0:1;
50 UINT32 LegacyRoute:1;
51 UINT32 VendorId:16;
52 UINT32 CounterClockPeriod:32;
62 UINT32 MainCounterEnable:1;
63 UINT32 LegacyRouteEnable:1;
64 UINT32 Reserved0:30;
    [all...]
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Include/Protocol/
GlobalNvsArea.h 44 UINT32 OperatingSystemType; // Os type indicator
45 UINT32 Cfgd; // System configuration description
46 UINT32 HpetEnable;
48 UINT32 Pm1blkIoBaseAddress;
49 UINT32 PmbaIoBaseAddress;
50 UINT32 Gpe0blkIoBaseAddress;
51 UINT32 GbaIoBaseAddress;
53 UINT32 SmbaIoBaseAddress;
54 UINT32 Reserved1;
55 UINT32 WdtbaIoBaseAddress;
    [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/CpuMpPei/
Microcode.h 27 UINT32 ProcessorId;
35 UINT32 HeaderVersion;
36 UINT32 UpdateRevision;
37 UINT32 Date;
38 UINT32 ProcessorId;
39 UINT32 Checksum;
40 UINT32 LoaderRevision;
41 UINT32 ProcessorFlags;
42 UINT32 DataSize;
43 UINT32 TotalSize;
    [all...]
  /device/linaro/bootloader/edk2/ArmPlatformPkg/FileSystem/BootMonFs/
BootMonFsHw.h 31 UINT32 Offset;
32 UINT32 Version;
33 UINT32 FooterSignature1;
34 UINT32 FooterSignature2;
41 UINT32 EntryPoint;
42 UINT32 Attributes;
43 UINT32 RegionCount;
45 UINT32 LoadAddress;
46 UINT32 Size;
47 UINT32 Offset;
    [all...]
  /device/linaro/bootloader/edk2/IntelFspPkg/Include/
FspInfoHeader.h 30 #define OFFSET_IN_FSP_INFO_HEADER(x) (UINT32)&((FSP_INFO_HEADER *)(UINTN)0)->x
40 UINT32 Signature;
44 UINT32 HeaderLength;
56 UINT32 ImageRevision;
67 UINT32 ImageSize;
71 UINT32 ImageBase;
77 UINT32 ImageAttribute;
81 UINT32 CfgRegionOffset;
85 UINT32 CfgRegionSize;
89 UINT32 ApiEntryNum;
    [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/Include/
CpuHotPlugData.h 21 UINT32 Revision; // Used for version identification for this structure
22 UINT32 ArrayLength; // The entries number of the following ApicId array and SmBase array
28 UINT32 Reserved;
29 UINT32 SmrrBase;
30 UINT32 SmrrSize;
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciPei/
XhciSched.h 87 UINT32 RouteString:20;
91 UINT32 RootPortNum:8;
95 UINT32 TierNum:4;
102 UINT32 Dword;
128 UINT32 Parameter1;
130 UINT32 Parameter2;
132 UINT32 Status;
134 UINT32 CycleBit:1;
135 UINT32 RsvdZ1:9;
136 UINT32 Type:6;
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Protocol/
SmmCpuSaveState.h 50 UINT32 SMBASE; // fef8h
51 UINT32 SMMRevId; // fefch
54 UINT32 IEDBASE; // ff04h
56 UINT32 IOMemAddr; // ffa0h
57 UINT32 IOMisc; // ffa4h
58 UINT32 _ES;
59 UINT32 _CS;
60 UINT32 _SS;
61 UINT32 _DS;
62 UINT32 _FS;
    [all...]
  /device/linaro/bootloader/edk2/StdLib/Include/Containers/
ModuloUtil.h 39 UINT32 Counter,
40 UINT32 MaxVal
57 UINT32 Counter,
58 UINT32 MaxVal
73 UINT32 Counter,
74 UINT32 Increment,
75 UINT32 MaxVal
85 UINT32
88 UINT32 Counter,
89 UINT32 MaxVal
    [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Include/Protocol/
GlobalNvsArea.h 90 UINT32 Port80DebugValue; // 11
135 UINT32 PpmFlags; // 45:48 PPM configuration flags, same as CFGD
164 UINT32 DeviceId1; // 71 Device ID 1
165 UINT32 DeviceId2; // 75 Device ID 2
166 UINT32 DeviceId3; // 79 Device ID 3
167 UINT32 DeviceId4; // 83 Device ID 4
168 UINT32 DeviceId5; // 87 Device ID 5
170 UINT32 AKsv0; // 91:94 First four bytes of AKSV (manufacturing mode)
220 UINT32 PPResponse; // 124 Physical Presence request operation response
235 UINT32 IgdOpRegionAddress; // 170 IGD OpRegion Starting Addres
    [all...]
  /device/linaro/bootloader/edk2/OvmfPkg/Library/AcpiTimerLib/
AcpiTimerLib.h 24 UINT32
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Bmp.h 30 UINT32 Size;
32 UINT32 ImageOffset;
33 UINT32 HeaderSize;
34 UINT32 PixelWidth;
35 UINT32 PixelHeight;
38 UINT32 CompressionType;
39 UINT32 ImageSize; ///< Compressed image size in bytes
40 UINT32 XPixelsPerMeter;
41 UINT32 YPixelsPerMeter;
42 UINT32 NumberOfColors;
    [all...]
Tpm2Acpi.h 26 UINT32 Flags;
28 UINT32 StartMethod;
38 UINT32 Reserved;
39 UINT32 Error;
40 UINT32 Cancel;
41 UINT32 Start;
43 UINT32 CommandSize;
45 UINT32 ResponseSize;
  /device/linaro/bootloader/edk2/MdePkg/Include/Pi/
PiI2c.h 40 UINT32 StructureSizeInBytes;
46 UINT32 MaximumReceiveBytes;
52 UINT32 MaximumTransmitBytes;
57 UINT32 MaximumTotalBytes;
81 UINT32 DeviceIndex;
92 UINT32 HardwareRevision;
97 UINT32 I2cBusConfiguration;
102 UINT32 SlaveAddressCount;
107 CONST UINT32 *SlaveAddressArray;
269 UINT32 Flags;
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/
GetPowerOfTwo32.c 37 UINT32
40 IN UINT32 Operand
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/
GetPowerOfTwo32.c 33 UINT32
36 IN UINT32 Operand
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/AcpiPlatform/
Osfr.h 50 UINT32 ObjectCount;
51 UINT32 TableDWORDs [64];
56 UINT32 ObjectCount;
61 UINT32 Reserved1;
62 UINT32 ManufacturerNameStringOffset;
63 UINT32 ModelNameStringOffset;
64 UINT32 Reserved2;
65 UINT32 MicrosoftReferenceOffset;
  /device/linaro/bootloader/edk2/EmbeddedPkg/Drivers/Lan9118Dxe/
Lan9118DxeUtil.h 29 UINT32
31 UINT32 Value
35 UINT32
38 IN UINT32 AddrLen
44 UINT32
46 UINT32 Index
51 UINT32
53 UINT32 Index,
54 UINT32 Value
61 UINT32
    [all...]

Completed in 623 milliseconds

1 2 3 4 5 6 7 8 91011>>