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

1 2 3 4 5 67 8 91011>>

  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
VlanConfig.h 34 UINT16 VlanId; ///< Vlan Identifier.
74 IN UINT16 VlanId,
101 IN UINT16 *VlanId OPTIONAL,
102 OUT UINT16 *NumberOfVlan,
127 IN UINT16 VlanId
  /device/linaro/bootloader/edk2/Omap35xxPkg/MMCHSDxe/
MMCHS.h 60 UINT16 OID; // OEM/Application ID [119:104]
75 UINT16 RESERVED_2: 5; // Reserved [20:16]
76 UINT16 WRITE_BL_PARTIAL: 1; // Partial blocks for write allowed [21:21]
77 UINT16 WRITE_BL_LEN: 4; // Max. write data block length [25:22]
78 UINT16 R2W_FACTOR: 3; // Write speed factor [28:26]
79 UINT16 RESERVED_3: 2; // Reserved [30:29]
80 UINT16 WP_GRP_ENABLE: 1; // Write protect group enable [31:31]
118 UINT16 RESERVED_2: 5; // Reserved [20:16]
119 UINT16 WRITE_BL_PARTIAL: 1; // Partial blocks for write allowed [21:21]
120 UINT16 WRITE_BL_LEN: 4; // Max. write data block length [25:22]
    [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/PchPlatformLib/
PchPlatformLibrary.c 123 UINT16 PcuVendorId;
124 UINT16 PcuDeviceId;
134 PcuDeviceId = (UINT16) ((Identifiers & B_PCH_LPC_DEVICE_ID) >> 16);
135 PcuVendorId = (UINT16) (Identifiers & B_PCH_LPC_VENDOR_ID);
140 if (PcuVendorId != (UINT16) V_PCH_LPC_VENDOR_ID || !IS_PCH_VLV_LPC_DEVICE_ID (PcuDeviceId)) {
  /external/syslinux/gpxe/src/include/gpxe/efi/IndustryStandard/
PeImage.h 64 UINT16 e_magic; ///< Magic number
65 UINT16 e_cblp; ///< Bytes on last page of file
66 UINT16 e_cp; ///< Pages in file
67 UINT16 e_crlc; ///< Relocations
68 UINT16 e_cparhdr; ///< Size of header in paragraphs
69 UINT16 e_minalloc; ///< Minimum extra paragraphs needed
70 UINT16 e_maxalloc; ///< Maximum extra paragraphs needed
71 UINT16 e_ss; ///< Initial (relative) SS value
72 UINT16 e_sp; ///< Initial SP value
73 UINT16 e_csum; ///< Checksu
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Guid/
PcdDataBaseSignatureGuid.h 60 UINT16 TokenNumber; // Token Number for Dynamic-Ex PCD.
61 UINT16 ExGuidIndex; // Index of GuidTable in units of GUID.
72 UINT16 GuidTableIndex; // Offset in Guid Table in units of GUID.
73 UINT16 Offset; // Offset in Variable.
75 UINT16 Property; // Variable property.
76 UINT16 Reserved;
85 typedef UINT16 SIZE_INFO;
107 UINT16 LocalTokenCount; // LOCAL_TOKEN_NUMBER for all.
108 UINT16 ExTokenCount; // EX_TOKEN_NUMBER for DynamicEx.
109 UINT16 GuidTableCount; // The Number of Guid in GuidTable.
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseIoLibIntrinsic/
IoLibMsc.c 77 Value = (UINT8)_inp ((UINT16)Port);
105 (UINT8)_outp ((UINT16)Port, Value);
125 UINT16
131 UINT16 Value;
135 Value = _inpw ((UINT16)Port);
156 UINT16
160 IN UINT16 Value
165 _outpw ((UINT16)Port, Value);
195 Value = _inpd ((UINT16)Port);
225 _outpd ((UINT16)Port, Value);
    [all...]
  /device/linaro/bootloader/edk2/OvmfPkg/Include/IndustryStandard/
Virtio095.h 97 // QueueSize. Since 0x10000 is an integral multiple of the QueueSize, UINT16
106 volatile UINT16 *Flags;
107 volatile UINT16 *Idx;
109 volatile UINT16 *Ring; // QueueSize elements
110 volatile UINT16 *UsedEvent; // unused as per negotiation
127 volatile UINT16 *Flags;
128 volatile UINT16 *Idx;
130 volatile UINT16 *AvailEvent; // unused as per negotiation
145 UINT16 Flags;
146 UINT16 Next;
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/AMD/Styx/Binary/AmdModulePkg/Common/
CpuIscp.h 336 UINT16 Reserved0 :1; ///< CPU Information - Reserved
337 UINT16 Unknown :1; ///< CPU Information - Unknown
338 UINT16 Capable64Bit :1; ///< CPU Information - Capable 64-Bit
339 UINT16 MultiCore :1; ///< CPU Information - Multi-core
340 UINT16 HardwareThread :1; ///< CPU Information - Hardware Thread
341 UINT16 ExecuteProtection :1; ///< CPU Information - Execute Protection
342 UINT16 EnhancedVirtualization :1; ///< CPU Information - Enhanced Virtualization
343 UINT16 PowerPerformanceControl :1; ///< CPU Information - Power Performance Control
344 UINT16 Reserved8_15 :8; ///< CPU Information - Reserved
362 UINT16 CpuStatus :3; ///< CPU Status
    [all...]
  /device/linaro/bootloader/edk2/DuetPkg/PciBusNoEnumerationDxe/
PciCommand.c 30 OUT UINT16 *Command
62 IN UINT16 Command
76 UINT16 Temp;
96 IN UINT16 Command
110 UINT16 OldCommand;
124 OldCommand = (UINT16) (OldCommand | Command);
140 IN UINT16 Command
154 UINT16 OldCommand;
168 OldCommand = (UINT16) (OldCommand & ~(Command));
185 IN UINT16 Command
    [all...]
PciCommand.h 72 OUT UINT16 *Command
79 IN UINT16 Command
85 IN UINT16 Command
91 IN UINT16 Command
97 IN UINT16 Command
104 IN UINT16 Command
110 OUT UINT16 *Command
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/
Decompress.c 164 UINT16 mBitCount;
167 UINT16 mBlockSize;
171 UINT16 mBadTableFlag;
173 UINT16 mLeft[2 * NC - 1];
174 UINT16 mRight[2 * NC - 1];
177 UINT16 mCTable[4096];
178 UINT16 mPTTable[256];
192 IN UINT16 NumOfBits
213 Sd->mBitBuf |= (UINT32) (Sd->mSubBitBuf << (NumOfBits = (UINT16) (NumOfBits - Sd->mBitCount)));
234 Sd->mBitCount = (UINT16) (Sd->mBitCount - NumOfBits);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ufs/UfsBlockIoPei/
UfsHci.h 133 UINT16 Rsvd1;
159 UINT16 Utrcs:1; // UTP Transfer Request Completion Status
160 UINT16 Udepri:1; // UIC DME_ENDPOINT_RESET Indication
161 UINT16 Ue:1; // UIC Error
162 UINT16 Utms:1; // UIC Test Mode Status
164 UINT16 Upms:1; // UIC Power Mode Status
165 UINT16 Uhxs:1; // UIC Hibernate Exit Status
166 UINT16 Uhes:1; // UIC Hibernate Enter Status
167 UINT16 Ulls:1; // UIC Link Lost Status
169 UINT16 Ulss:1; // UIC Link Startup Status
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ufs/UfsPassThruDxe/
UfsPassThruHci.h 133 UINT16 Rsvd1;
159 UINT16 Utrcs:1; // UTP Transfer Request Completion Status
160 UINT16 Udepri:1; // UIC DME_ENDPOINT_RESET Indication
161 UINT16 Ue:1; // UIC Error
162 UINT16 Utms:1; // UIC Test Mode Status
164 UINT16 Upms:1; // UIC Power Mode Status
165 UINT16 Uhxs:1; // UIC Hibernate Exit Status
166 UINT16 Uhes:1; // UIC Hibernate Enter Status
167 UINT16 Ulls:1; // UIC Link Lost Status
169 UINT16 Ulss:1; // UIC Link Startup Status
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Library/Tpm2CommandLib/
Tpm2Capability.c 643 WriteUnaligned16 ((UINT16 *)Buffer, SwapBytes16 (Parameters->type));
644 Buffer += sizeof(UINT16);
647 WriteUnaligned16 ((UINT16 *)Buffer, SwapBytes16 (Parameters->parameters.keyedHashDetail.scheme.scheme));
648 Buffer += sizeof(UINT16);
651 WriteUnaligned16 ((UINT16 *)Buffer, SwapBytes16 (Parameters->parameters.keyedHashDetail.scheme.details.hmac.hashAlg));
652 Buffer += sizeof(UINT16);
655 WriteUnaligned16 ((UINT16 *)Buffer, SwapBytes16 (Parameters->parameters.keyedHashDetail.scheme.details.xor.hashAlg));
656 Buffer += sizeof(UINT16);
657 WriteUnaligned16 ((UINT16 *)Buffer, SwapBytes16 (Parameters->parameters.keyedHashDetail.scheme.details.xor.kdf));
658 Buffer += sizeof(UINT16);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/MnpDxe/
MnpVlan.h 39 IN UINT16 VlanId,
58 OUT UINT16 *VlanId
77 OUT UINT16 *ProtocolType,
156 IN UINT16 VlanId,
183 IN UINT16 *VlanId OPTIONAL,
184 OUT UINT16 *NumberOfVlan,
209 IN UINT16 VlanId
  /device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/ValleyView2Soc/CPU/Include/Protocol/
PpmPlatformPolicy.h 69 UINT16 VidMaxRatio;
70 UINT16 VidMaxVid;
71 UINT16 StateRatio[MAX_CUSTOM_VID_TABLE_STATES];
72 UINT16 StateVid[MAX_CUSTOM_VID_TABLE_STATES];
104 UINT16 PowerLimit1;
106 UINT16 PowerLimit2;
134 UINT16 Reserve10;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/BootScriptSave/
BootScriptSave.h 50 IN UINT16 TableName,
51 IN UINT16 OpCode,
59 IN UINT16 TableName,
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BasePeCoffLib/Ebc/
PeCoffLoaderEx.c 38 IN UINT16 *Reloc,
64 IN UINT16 Machine
91 IN UINT16 *Reloc,
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BasePeCoffLib/Ia32/
PeCoffLoaderEx.c 38 IN UINT16 *Reloc,
64 IN UINT16 Machine
90 IN UINT16 *Reloc,
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BasePeCoffLib/X64/
PeCoffLoaderEx.c 39 IN UINT16 *Reloc,
65 IN UINT16 Machine
92 IN UINT16 *Reloc,
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Protocol/
BootScriptSave.h 50 IN UINT16 TableName,
51 IN UINT16 OpCode,
71 IN UINT16 TableName,
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Bmp.h 31 UINT16 Reserved[2];
36 UINT16 Planes; ///< Must be 1
37 UINT16 BitPerPixel; ///< 1, 4, 8, or 24
  /device/linaro/bootloader/edk2/MdePkg/Library/BasePeCoffLib/
PeCoffLoaderEx.c 32 IN UINT16 *Reloc,
56 IN UINT16 Machine
82 IN UINT16 *Reloc,
  /device/linaro/bootloader/edk2/NetworkPkg/Mtftp6Dxe/
Mtftp6Support.h 56 IN UINT16 Start,
57 IN UINT16 End
90 IN UINT16 Last
110 IN UINT16 Num,
130 IN UINT16 Operation
149 IN UINT16 ErrCode,
188 IN UINT16 PacketLen,
228 IN UINT16 ServerPort,
230 IN UINT16 LocalPort
266 IN UINT16 OpCode
    [all...]
  /device/linaro/bootloader/edk2/PcAtChipsetPkg/8259InterruptControllerDxe/
8259.c 40 UINT16 mProtectedModeMask = 0xffff;
41 UINT16 mLegacyModeMask;
42 UINT16 mProtectedModeEdgeLevel = 0x0000;
43 UINT16 mLegacyModeEdgeLevel;
60 IN UINT16 Mask,
61 IN UINT16 EdgeLevel
81 OUT UINT16 *Mask,
82 OUT UINT16 *EdgeLevel
85 UINT16 MasterValue;
86 UINT16 SlaveValue;
    [all...]

Completed in 730 milliseconds

1 2 3 4 5 67 8 91011>>