HomeSort by relevance Sort by last modified time
    Searched refs:UINT16 (Results 51 - 75 of 2503) sorted by null

1 23 4 5 6 7 8 91011>>

  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Include/Guid/
AlertStandardFormat.h 58 UINT16 SubsystemDeviceId;
59 UINT16 SubsystemVendorId;
60 UINT16 Interface;
61 UINT16 DeviceId;
62 UINT16 VendorId;
71 UINT16 SpecialCommandParam;
72 UINT16 BootOptionsBits;
73 UINT16 OemParam;
79 UINT16 VendorId;
80 UINT16 DeviceId;
    [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Include/Protocol/
LpcWpc83627Policy.h 75 UINT16 Com1 :1; // 0 = Disable, 1 = Enable
76 UINT16 Lpt1 :1; // 0 = Disable, 1 = Enable
77 UINT16 Floppy :1; // 0 = Disable, 1 = Enable
78 UINT16 FloppyWriteProtect :1; // 0 = Write Protect, 1 = Write Enable
79 UINT16 Port80 :1; // 0 = Disable, 1 = Enable
80 UINT16 CIR :1; // CIR enable or disable
81 UINT16 Ps2Keyboard :1; // 0 = Disable, 1 = Enable
82 UINT16 Ps2Mouse :1; // 0 = Disable, 1 = Enable
83 UINT16 Com2 :1; // 0 = Disable, 1 = Enable
85 UINT16 Com3 :1; // 0 = Disable, 1 = Enable
    [all...]
VlvPlatformPolicy.h 54 UINT16 Reserved02;
55 UINT16 Reserved03;
56 UINT16 Reserved04;
57 UINT16 Reserved05;
58 UINT16 Reserved06;
59 UINT16 Reserved07;
60 UINT16 Reserved08;
61 UINT16 Reserved09;
62 UINT16 Reserved0A;
63 UINT16 Reserved0B;
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/BasePeCoffLib/Arm/
PeCoffLoaderEx.c 29 UINT16
31 IN UINT16 *Instruction
35 UINT16 Address;
46 Address = (UINT16)(Movt & 0x000000ff); // imm8
47 Address |= (UINT16)((Movt >> 4) & 0x0000f700); // imm4 imm3
61 IN OUT UINT16 *Instruction,
62 IN UINT16 Address
65 UINT16 Patch;
94 IN UINT16 *Instructions
97 UINT16 *Word;
    [all...]
  /external/syslinux/efi32/include/efi/
pci22.h 38 UINT16 VendorId;
39 UINT16 DeviceId;
40 UINT16 Command;
41 UINT16 Status;
53 UINT16 SubsystemVendorID;
54 UINT16 SubsystemID;
76 UINT16 SecondaryStatus;
77 UINT16 MemoryBase;
78 UINT16 MemoryLimit;
79 UINT16 PrefetchableMemoryBase
    [all...]
  /external/syslinux/efi64/include/efi/
pci22.h 38 UINT16 VendorId;
39 UINT16 DeviceId;
40 UINT16 Command;
41 UINT16 Status;
53 UINT16 SubsystemVendorID;
54 UINT16 SubsystemID;
76 UINT16 SecondaryStatus;
77 UINT16 MemoryBase;
78 UINT16 MemoryLimit;
79 UINT16 PrefetchableMemoryBase
    [all...]
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/
pci22.h 38 UINT16 VendorId;
39 UINT16 DeviceId;
40 UINT16 Command;
41 UINT16 Status;
53 UINT16 SubsystemVendorID;
54 UINT16 SubsystemID;
76 UINT16 SecondaryStatus;
77 UINT16 MemoryBase;
78 UINT16 MemoryLimit;
79 UINT16 PrefetchableMemoryBase
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/LegacyBios/
LegacyBios.h 55 #define EFI_SEGMENT(_Adr) (UINT16) ((UINT16) (((UINTN) (_Adr)) >> 4) & 0xf000)
56 #define EFI_OFFSET(_Adr) (UINT16) (((UINT16) ((UINTN) (_Adr))) & 0xffff)
86 UINT16 CF : 1;
87 UINT16 Reserved1 : 1;
88 UINT16 PF : 1;
89 UINT16 Reserved2 : 1;
90 UINT16 AF : 1;
91 UINT16 Reserved3 : 1;
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/
WatchdogDescriptionTable.h 40 UINT16 SpecVersion;
41 UINT16 TableVersion;
42 UINT16 Vid;
44 UINT16 TimerMaxCount;
45 UINT16 TimerMinCount;
46 UINT16 TimerCountPeriod;
47 UINT16 Status;
48 UINT16 Capability;
Smbios.h 61 UINT16 MaxStructureSize;
66 UINT16 TableLength;
68 UINT16 NumberOfSmbiosStructures;
75 UINT16 Handle;
82 UINT16 BiosSegment;
114 UINT16 ChassisHandle;
117 UINT16 ContainedObjectHandles[1];
154 UINT16 ExternalClock;
155 UINT16 MaxSpeed;
156 UINT16 CurrentSpeed;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/VarCheckHiiLib/
InternalVarCheckStructure.h 29 UINT16 Revision;
30 UINT16 HeaderLength;
34 UINT16 Size;
43 UINT16 VarOffset;
50 UINT16 VarOffset;
52 //UINTx Data[]; // x = UINT8/UINT16/UINT32/UINT64;
58 UINT16 VarOffset;
65 UINT16 VarOffset;
67 //UINTx Minimum; // x = UINT8/UINT16/UINT32/UINT64;
68 //UINTx Maximum; // x = UINT8/UINT16/UINT32/UINT64;
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Bluetooth.h 37 UINT16 MajorDeviceClass: 5;
38 UINT16 MajorServiceClass:11;
SmBus.h 25 UINT16 SubsystemDeviceId;
26 UINT16 SubsystemVendorId;
27 UINT16 Interface;
28 UINT16 DeviceId;
29 UINT16 VendorId;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/X64/
IdtDumb.c 36 UINT16 IdtLimit
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/
IdeMode.h 82 UINT16 ByteCount;
83 UINT16 EndOfTable;
101 UINT16 Data;
102 UINT16 ErrOrFeature;
103 UINT16 SectorCount;
104 UINT16 SectorNumber;
105 UINT16 CylinderLsb;
106 UINT16 CylinderMsb;
107 UINT16 Head;
108 UINT16 CmdOrStatus;
    [all...]
  /device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/ValleyView2Soc/NorthCluster/Include/Protocol/
VlvPlatformPolicy.h 57 UINT16 Reserved02;
58 UINT16 Reserved03;
59 UINT16 Reserved04;
60 UINT16 Reserved05;
61 UINT16 Reserved06;
62 UINT16 Reserved07;
63 UINT16 Reserved08;
64 UINT16 Reserved09;
65 UINT16 Reserved0A;
66 UINT16 Reserved0B;
    [all...]
  /external/tpm2/
RSAKeySieve_fp.h 13 UINT16 keySizeInBits, // IN: Size of the public modulus in bits
24 UINT16 primes, // IN: number of primes to test
25 UINT16 fieldSize // IN: the field size to use
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Include/
EfiInternalFormRepresentation.h 31 typedef UINT16 STRING_REF;
133 UINT16 Class;
134 UINT16 SubClass;
135 UINT16 NvDataSize; // set once, size of the NV data as defined in the script
140 UINT16 FormId;
146 UINT16 LabelId;
160 UINT16 Key; // Value to be passed to caller to identify this particular op-code
168 UINT16 FormId;
172 UINT16 Key; // Value to be passed to caller to identify this particular op-code
189 UINT16 QuestionId; // The ID designating what the question is about...sucked in from a #define (…)
    [all...]
EfiSmbus.h 52 UINT16 SubsystemDeviceId;
53 UINT16 SubsystemVendorId;
54 UINT16 Interface;
55 UINT16 DeviceId;
56 UINT16 VendorId;
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Protocol/
LegacyBios.h 88 UINT16 Reserved;
93 UINT16 Compatibility16CallSegment;
98 UINT16 Compatibility16CallOffset;
104 UINT16 PnPInstallationCheckSegment;
110 UINT16 PnPInstallationCheckOffset;
134 UINT16 OemRevision;
175 UINT16 OemIntSegment;
180 UINT16 OemIntOffset;
185 UINT16 Oem32Segment;
190 UINT16 Oem32Offset;
    [all...]
  /device/linaro/bootloader/edk2/OvmfPkg/Include/IndustryStandard/
LinuxBzimage.h 30 UINT16 root_flags;
32 UINT16 ram_size;
33 UINT16 video_mode;
34 UINT16 root_dev;
35 UINT16 signature; /* Boot signature */
36 UINT16 jump;
38 UINT16 version;
39 UINT16 su_switch;
40 UINT16 setup_seg;
41 UINT16 start_sys;
    [all...]
Virtio10.h 61 UINT16 MsixConfig;
62 UINT16 NumQueues;
65 UINT16 QueueSelect;
66 UINT16 QueueSize;
67 UINT16 QueueMsixVector;
68 UINT16 QueueEnable;
69 UINT16 QueueNotifyOff;
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/
IdeData.h 66 UINT16 Command; /* when write */
67 UINT16 Status; /* when read */
71 UINT16 Error; /* when read */
72 UINT16 Feature; /* when write */
76 UINT16 AltStatus; /* when read */
77 UINT16 DeviceControl; /* when write */
84 UINT16 Data;
86 UINT16 SectorCount;
87 UINT16 SectorNumber;
88 UINT16 CylinderLsb;
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Framework/
FrameworkInternalFormRepresentation.h 23 typedef UINT16 STRING_REF;
121 UINT16 Class;
122 UINT16 SubClass;
123 UINT16 NvDataSize; ///< Set once; the size of the NV data as defined in the script.
128 UINT16 FormId;
134 UINT16 LabelId;
148 UINT16 Key; ///< The value to be passed to the caller to identify this particular op-code.
156 UINT16 FormId;
160 UINT16 Key; ///< The value to be passed to the caller to identify this particular op-code.
177 UINT16 QuestionId; ///< The ID designating what the question is about...
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/Opal/OpalPasswordSmm/
OpalNvmeReg.h 100 UINT16 Mqes; // Maximum Queue Entries Supported
105 UINT16 Dstrd:4;
106 UINT16 Rsvd2:1;
107 UINT16 Css:4; // Command Sets Supported
108 UINT16 Rsvd3:7;
118 UINT16 Mnr; // Minor version number
119 UINT16 Mjr; // Major version number
126 UINT16 En:1; // Enable
127 UINT16 Rsvd1:3;
128 UINT16 Css:3; // Command Set Selected
    [all...]

Completed in 893 milliseconds

1 23 4 5 6 7 8 91011>>