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

1 2 34 5 6 7 8 91011>>

  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Nvme.h 53 UINT16 Mqes; // Maximum Queue Entries Supported
58 UINT16 Dstrd:4;
59 UINT16 Nssrs:1; // NVM Subsystem Reset Supported NSSRS
60 UINT16 Css:4; // Command Sets Supported - Bit 37
61 UINT16 Rsvd3:7;
71 UINT16 Mnr; // Minor version number
72 UINT16 Mjr; // Major version number
79 UINT16 En:1; // Enable
80 UINT16 Rsvd1:3;
81 UINT16 Css:3; // I/O Command Set Selected
    [all...]
WatchdogResourceTable.h 32 UINT16 PCIDeviceID;
33 UINT16 PCIVendorID;
38 UINT16 MaxCount;
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/VlvPlatformInitDxe/
IgdOpRegion.h 132 UINT16 Signature; // 0xAA55
135 UINT16 PcirOffset;
136 UINT16 VbtOffset;
143 UINT16 VendorId; // 0x8086
144 UINT16 DeviceId;
145 UINT16 Reserved0;
146 UINT16 Length;
149 UINT16 ImageLength;
150 UINT16 CodeRevision;
153 UINT16 Reserved1;
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ipf/
Unaligned.c 33 @return *Uint16
36 UINT16
39 IN CONST UINT16 *Buffer
44 return (UINT16)(((UINT8*)Buffer)[0] | (((UINT8*)Buffer)[1] << 8));
62 UINT16
65 OUT UINT16 *Buffer,
66 IN UINT16 Value
99 ReadUnaligned16 ((UINT16*)Buffer) |
128 WriteUnaligned16 ((UINT16*)Buffer, (UINT16)Value);
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Arm/
Unaligned.c 33 UINT16
36 IN CONST UINT16 *Buffer
47 return (UINT16)(LowerByte | (HigherByte << 8));
65 UINT16
68 OUT UINT16 *Buffer,
69 IN UINT16 Value
102 ReadUnaligned16 ((UINT16*)Buffer) |
131 WriteUnaligned16 ((UINT16*)Buffer, (UINT16)Value);
132 *(UINT8*)((UINT16*)Buffer + 1) = (UINT8)(Value >> 16);
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ipf/
Unaligned.c 30 UINT16
33 IN CONST UINT16 *Buffer
38 return (UINT16)(((UINT8*)Buffer)[0] | (((UINT8*)Buffer)[1] << 8));
56 UINT16
59 OUT UINT16 *Buffer,
60 IN UINT16 Value
93 ReadUnaligned16 ((UINT16*)Buffer) |
122 WriteUnaligned16 ((UINT16*)Buffer, (UINT16)Value);
123 *(UINT8*)((UINT16*)Buffer + 1) = (UINT8)(Value >> 16);
    [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/Include/Register/
StmResourceDescriptor.h 28 UINT16 Length;
29 UINT16 ReturnStatus:1;
30 UINT16 Reserved:14;
31 UINT16 IgnoreResource:1;
84 UINT16 Base;
85 UINT16 Length;
138 UINT16 Length;
148 UINT16 RWAttributes:2;
149 UINT16 Reserved:14;
150 UINT16 Base;
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/
atapi.h 30 UINT16 config; /* General Configuration */
31 UINT16 cylinders; /* Number of Cylinders */
32 UINT16 reserved_2;
33 UINT16 heads; /* Number of logical heads */
34 UINT16 vendor_data1;
35 UINT16 vendoe_data2;
36 UINT16 sectors_per_track;
37 UINT16 vendor_specific_7_9[3];
39 UINT16 vendor_specific_20_21[2];
40 UINT16 ecc_bytes_available;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/DriverSampleDxe/
NVDataStruc.h 37 UINT16 MyStringData[40];
38 UINT16 SomethingHiddenForHtml;
40 UINT16 HowTallAreYouManual;
42 UINT16 HowTallAreYou;
50 UINT16 BootOrder[8];
58 UINT16 NameValueVar1;
59 UINT16 NameValueVar2[20];
62 UINT16 SerialPortIo;
77 UINT16 Field16;
79 UINT16 SubmittedCallback;
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseIoLibIntrinsic/
IoLibGcc.c 50 __asm__ __volatile__ ("inb %w1,%b0" : "=a" (Data) : "d" ((UINT16)Port));
77 __asm__ __volatile__ ("outb %b0,%w1" : : "a" (Value), "d" ((UINT16)Port));
97 UINT16
103 UINT16 Data;
106 __asm__ __volatile__ ("inw %w1,%w0" : "=a" (Data) : "d" ((UINT16)Port));
127 UINT16
131 IN UINT16 Value
135 __asm__ __volatile__ ("outw %w0,%w1" : : "a" (Value), "d" ((UINT16)Port));
164 __asm__ __volatile__ ("inl %w1,%0" : "=a" (Data) : "d" ((UINT16)Port));
193 __asm__ __volatile__ ("outl %0,%w1" : : "a" (Value), "d" ((UINT16)Port));
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseUefiDecompressLib/
BaseUefiDecompressLib.c 37 IN UINT16 NumOfBits
50 Sd->mBitBuf |= (UINT32) (Sd->mSubBitBuf << (NumOfBits = (UINT16) (NumOfBits - Sd->mBitCount)));
73 Sd->mBitCount = (UINT16) (Sd->mBitCount - NumOfBits);
97 IN UINT16 NumOfBits
131 UINT16
134 IN UINT16 NumOfChar,
136 IN UINT16 TableBits,
137 OUT UINT16 *Table
140 UINT16 Count[17];
141 UINT16 Weight[17];
    [all...]
  /device/linaro/bootloader/edk2/DuetPkg/BiosVideoThunkDxe/
VesaBiosExtensions.h 178 UINT16 HorizontalResolution;
179 UINT16 VerticalResolution;
180 UINT16 RefreshRate;
190 UINT16 ManufactureName; //EISA 3-character ID
191 UINT16 ProductCode; //Vendor assigned code
224 UINT16 VESAVersion; // VBE version number
228 UINT16 TotalMemory; // Number of 64kb memory blocks
229 UINT16 OemSoftwareRev; // VBE implementation Software revision
302 UINT16 ModeAttributes; // Mode attributes
305 UINT16 WinGranularity; // Window granularity in k
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/VideoDxe/
VesaBiosExtensions.h 187 UINT16 HorizontalResolution;
188 UINT16 VerticalResolution;
189 UINT16 RefreshRate;
199 UINT16 ManufactureName; //EISA 3-character ID
200 UINT16 ProductCode; //Vendor assigned code
233 UINT16 VESAVersion; // VBE version number
237 UINT16 TotalMemory; // Number of 64kb memory blocks
238 UINT16 OemSoftwareRev; // VBE implementation Software revision
311 UINT16 ModeAttributes; // Mode attributes
314 UINT16 WinGranularity; // Window granularity in k
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/Ipf/
IpfThunk.h 76 UINT16 Cs; // 40
77 UINT16 Ds; // 42
78 UINT16 Es; // 44
79 UINT16 Fs; // 46
80 UINT16 Gs; // 48
81 UINT16 Ss; // 50
  /device/linaro/bootloader/edk2/NetworkPkg/Application/Ping6/
Ping6.h 35 UINT16 Checksum;
36 UINT16 Identifier;
37 UINT16 SequenceNum;
46 UINT16 SequenceNum;
61 UINT16 RxCount;
62 UINT16 TxCount;
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/
SmbiosView.h 22 UINT16 Index;
24 UINT16 Handle;
25 UINT16 Addr; // offset from table head
26 UINT16 Length; // total structure length
44 IN UINT16 QueryHandle,
64 IN UINT16 QueryHandle,
  /device/linaro/bootloader/edk2/BaseTools/Source/C/EfiRom/
EfiRom.h 74 UINT16 CodeRevision;
83 UINT16 ClassCode;
84 UINT16 PciRevision;
85 UINT16 VendId;
86 UINT16 DevId;
109 UINT16 Value;
215 UINT16 *MachineType,
216 UINT16 *SubSystem
244 UINT16 VendId,
245 UINT16 DevId,
    [all...]
  /device/linaro/bootloader/edk2/DuetPkg/PciBusNoEnumerationDxe/
PciEnumeratorSupport.h 85 OUT UINT16 *MinBus,
86 OUT UINT16 *MaxBus,
87 OUT UINT16 *BusRange
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
BBSsupport.h 75 UINT16 *DevOrder,
77 UINT16 **EnBootOption,
79 UINT16 **DisBootOption,
  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Guid/
VariableIndexTable.h 37 UINT16 Length;
38 UINT16 GoneThrough;
44 UINT16 Index[VARIABLE_INDEX_TABLE_VOLUME];
  /external/tpm2/
CpriHash_fp.h 10 LIB_EXPORT UINT16
15 LIB_EXPORT UINT16
19 LIB_EXPORT UINT16
27 LIB_EXPORT UINT16
30 LIB_EXPORT UINT16
33 LIB_EXPORT UINT16
47 LIB_EXPORT UINT16
63 LIB_EXPORT UINT16
67 UINT16 keySize, // IN: the size of the HMAC key
71 LIB_EXPORT UINT16
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Guid/SmBios/
SmBios.h 46 UINT16 MaxStructureSize;
51 UINT16 TableLength;
53 UINT16 NumberOfSmbiosStructures;
65 UINT16 Handle;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ia32/
ReadCs.c 17 UINT16
ReadDs.c 17 UINT16
ReadEs.c 17 UINT16

Completed in 785 milliseconds

1 2 34 5 6 7 8 91011>>