Searched refs:UINT16 (Results 1 - 25 of 138) sorted by relevance

123456

/freebsd-10.3-release/sys/contrib/dev/acpica/include/
H A Damlcode.h51 #define AML_NULL_CHAR (UINT16) 0x00
53 #define AML_ZERO_OP (UINT16) 0x00
54 #define AML_ONE_OP (UINT16) 0x01
55 #define AML_UNASSIGNED (UINT16) 0x02
56 #define AML_ALIAS_OP (UINT16) 0x06
57 #define AML_NAME_OP (UINT16) 0x08
58 #define AML_BYTE_OP (UINT16) 0x0a
59 #define AML_WORD_OP (UINT16) 0x0b
60 #define AML_DWORD_OP (UINT16) 0x0c
61 #define AML_STRING_OP (UINT16)
[all...]
H A Dactbl2.h142 UINT16 Length;
170 UINT16 SystemId;
219 UINT16 Reserved2;
242 UINT16 Parameter;
243 UINT16 BootOptions;
244 UINT16 OemParameters;
301 UINT16 DeviceId;
302 UINT16 SubdeviceId;
303 UINT16 Revision;
304 UINT16 Reserve
[all...]
H A Dactbl3.h115 UINT16 Version;
212 UINT16 Type;
274 UINT16 Type;
344 UINT16 Length;
429 UINT16 PowerNodeCount; \
430 UINT16 Reserved2;
457 UINT16 NodeId;
487 UINT16 ComponentId;
496 UINT16 CharacteristicsCount;
497 UINT16 Reserve
[all...]
H A Damlresrc.h163 UINT16 IrqMask;
172 UINT16 IrqMask;
212 UINT16 Minimum;
213 UINT16 Maximum;
223 UINT16 Address;
247 UINT16 RequestLines;
248 UINT16 Channels;
259 UINT16 ResourceLength;
278 UINT16 Minimum;
279 UINT16 Maximu
[all...]
H A Dactbl1.h304 UINT16 VendorId;
305 UINT16 DeviceId;
447 UINT16 Signature; /* Should be "ER" */
472 UINT16 Type;
473 UINT16 SourceId;
523 UINT16 Reserved1;
529 UINT16 Device;
530 UINT16 Function;
531 UINT16 DeviceControl;
532 UINT16 Reserved
[all...]
H A Dacrestyp.h51 typedef UINT16 ACPI_RS_LENGTH; /* Resource Length field is fixed at 16 bits */
219 UINT16 Minimum;
220 UINT16 Maximum;
226 UINT16 Address;
233 UINT16 RequestLines;
234 UINT16 Channels;
251 UINT16 ByteLength;
260 UINT16 ByteLength;
276 UINT16 Minimum;
277 UINT16 Maximu
[all...]
H A Daclocal.h293 UINT16 ResourceLength;
294 UINT16 PinNumberIndex;
352 UINT16 ArgumentList;
377 UINT16 Reserved;
400 UINT16 Reserved;
411 UINT16 Reserved;
532 UINT16 BaseGpeNumber; /* Base GPE number for this register */
553 UINT16 GpeCount; /* Number of individual GPEs in block */
554 UINT16 BlockBaseNumber;/* Base GPE number for this block */
575 UINT16 Coun
[all...]
H A Dacparser.h167 UINT16 Opcode);
171 UINT16 Opcode);
189 UINT16
260 UINT16 Opcode,
314 UINT16 opcode);
318 UINT16 opcode);
/freebsd-10.3-release/sys/boot/efi/include/i386/
H A Dpe.h16 UINT16 e_magic; // Magic number
17 UINT16 e_cblp; // Bytes on last page of file
18 UINT16 e_cp; // Pages in file
19 UINT16 e_crlc; // Relocations
20 UINT16 e_cparhdr; // Size of header in paragraphs
21 UINT16 e_minalloc; // Minimum extra paragraphs needed
22 UINT16 e_maxalloc; // Maximum extra paragraphs needed
23 UINT16 e_ss; // Initial (relative) SS value
24 UINT16 e_sp; // Initial SP value
25 UINT16 e_csu
[all...]
/freebsd-10.3-release/sys/boot/efi/include/ia64/
H A Dpe.h31 UINT16 e_magic; // Magic number
32 UINT16 e_cblp; // Bytes on last page of file
33 UINT16 e_cp; // Pages in file
34 UINT16 e_crlc; // Relocations
35 UINT16 e_cparhdr; // Size of header in paragraphs
36 UINT16 e_minalloc; // Minimum extra paragraphs needed
37 UINT16 e_maxalloc; // Maximum extra paragraphs needed
38 UINT16 e_ss; // Initial (relative) SS value
39 UINT16 e_sp; // Initial SP value
40 UINT16 e_csu
[all...]
/freebsd-10.3-release/sys/boot/efi/include/amd64/
H A Dpe.h16 UINT16 e_magic; // Magic number
17 UINT16 e_cblp; // Bytes on last page of file
18 UINT16 e_cp; // Pages in file
19 UINT16 e_crlc; // Relocations
20 UINT16 e_cparhdr; // Size of header in paragraphs
21 UINT16 e_minalloc; // Minimum extra paragraphs needed
22 UINT16 e_maxalloc; // Maximum extra paragraphs needed
23 UINT16 e_ss; // Initial (relative) SS value
24 UINT16 e_sp; // Initial SP value
25 UINT16 e_csu
[all...]
/freebsd-10.3-release/sys/contrib/dev/acpica/components/debugger/
H A Ddbhistry.c68 static UINT16 AcpiGbl_LoHistory = 0;
69 static UINT16 AcpiGbl_NumHistory = 0;
70 static UINT16 AcpiGbl_NextHistoryIndex = 0;
90 UINT16 CmdLen;
91 UINT16 BufferLen;
95 CmdLen = (UINT16) ACPI_STRLEN (CommandLine);
103 BufferLen = (UINT16) ACPI_STRLEN (
168 UINT16 HistoryIndex;
245 UINT16 HistoryIndex;
/freebsd-10.3-release/sys/contrib/dev/acpica/compiler/
H A Dasldefine.h95 #define AML_RAW_DATA_BYTE (UINT16) 0xAA01 /* write one raw byte */
96 #define AML_RAW_DATA_WORD (UINT16) 0xAA02 /* write 2 raw bytes */
97 #define AML_RAW_DATA_DWORD (UINT16) 0xAA04 /* write 4 raw bytes */
98 #define AML_RAW_DATA_QWORD (UINT16) 0xAA08 /* write 8 raw bytes */
99 #define AML_RAW_DATA_BUFFER (UINT16) 0xAA0B /* raw buffer with length */
100 #define AML_RAW_DATA_CHAIN (UINT16) 0xAA0C /* chain of raw buffers */
101 #define AML_PACKAGE_LENGTH (UINT16) 0xAA10
102 #define AML_UNASSIGNED_OPCODE (UINT16) 0xEEEE
103 #define AML_DEFAULT_ARG_OP (UINT16) 0xDDDD
H A Daslmessages.c294 UINT16 MessageId)
399 UINT16
402 UINT16 MessageId)
H A Daslrestype2s.c52 static UINT16
56 static UINT16
90 static UINT16
94 UINT16 ExtraDataSize = 0;
141 static UINT16
145 UINT16 InterruptLength;
191 UINT16 ActualLength = 0;
212 SpecifiedLength = (UINT16) BufferOp->Asl.Value.Integer;
218 (UINT16) DescriptorOffset);
287 UINT16 *InterruptLis
[all...]
H A Daslprune.c69 UINT16 ParseOpcode;
70 UINT16 Count;
102 PruneObj.ParseOpcode = (UINT16) PARSEOP_DEVICE;
106 PruneObj.ParseOpcode = (UINT16) PARSEOP_METHOD;
110 PruneObj.ParseOpcode = (UINT16) PARSEOP_IF;
H A Daslmapenter.c58 UINT16 PinNumber,
64 UINT16 Address);
90 UINT16 *PinList,
144 UINT16 Address;
213 UINT16 PinNumber,
292 UINT16 Address)
H A Daslrestype2w.c82 UINT16 StringLength = 0;
105 Descriptor->Address16.ResourceLength = (UINT16)
150 Descriptor->Address16.Granularity = (UINT16) InitializerOp->Asl.Value.Integer;
158 Descriptor->Address16.Minimum = (UINT16) InitializerOp->Asl.Value.Integer;
166 Descriptor->Address16.Maximum = (UINT16) InitializerOp->Asl.Value.Integer;
174 Descriptor->Address16.TranslationOffset = (UINT16) InitializerOp->Asl.Value.Integer;
181 Descriptor->Address16.AddressLength = (UINT16) InitializerOp->Asl.Value.Integer;
205 Descriptor->Address16.ResourceLength = (UINT16)
303 UINT16 StringLength = 0;
326 Descriptor->Address16.ResourceLength = (UINT16)
[all...]
H A Dasltypes.h113 UINT16 AmlOpcode;
209 UINT16 MessageId;
262 UINT16 PinNumber;
277 UINT16 Address;
/freebsd-10.3-release/sys/contrib/dev/acpica/common/
H A Ddmtbinfo.c81 #define ACPI_FACS_OFFSET(f) (UINT16) ACPI_OFFSET (ACPI_TABLE_FACS,f)
82 #define ACPI_GAS_OFFSET(f) (UINT16) ACPI_OFFSET (ACPI_GENERIC_ADDRESS,f)
83 #define ACPI_HDR_OFFSET(f) (UINT16) ACPI_OFFSET (ACPI_TABLE_HEADER,f)
84 #define ACPI_RSDP_OFFSET(f) (UINT16) ACPI_OFFSET (ACPI_TABLE_RSDP,f)
85 #define ACPI_BERT_OFFSET(f) (UINT16) ACPI_OFFSET (ACPI_TABLE_BERT,f)
86 #define ACPI_BGRT_OFFSET(f) (UINT16) ACPI_OFFSET (ACPI_TABLE_BGRT,f)
87 #define ACPI_BOOT_OFFSET(f) (UINT16) ACPI_OFFSET (ACPI_TABLE_BOOT,f)
88 #define ACPI_CPEP_OFFSET(f) (UINT16) ACPI_OFFSET (ACPI_TABLE_CPEP,f)
89 #define ACPI_DBG2_OFFSET(f) (UINT16) ACPI_OFFSET (ACPI_TABLE_DBG2,f)
90 #define ACPI_DBGP_OFFSET(f) (UINT16) ACPI_OFFSE
[all...]
/freebsd-10.3-release/sys/boot/efi/include/
H A Defidef.h31 typedef UINT16 CHAR16;
73 UINT16 Data2;
74 UINT16 Data3;
84 UINT16 Year; // 1998 - 20XX
H A Defidevp.h168 UINT16 Lun;
174 UINT16 Pun;
175 UINT16 Lun;
203 UINT16 VendorId;
204 UINT16 ProductId;
228 UINT16 LocalPort;
229 UINT16 RemotePort;
230 UINT16 Protocol;
239 UINT16 LocalPort;
240 UINT16 RemotePor
[all...]
H A Defipxebc.h51 typedef UINT16 EFI_PXE_BASE_CODE_UDP_PORT;
63 UINT16 BootpSeconds;
64 UINT16 BootpFlags;
90 UINT16 Checksum;
96 UINT16 Identifier;
97 UINT16 Sequence;
115 UINT16 reserved;
184 UINT16 Type;
196 UINT16 IpCnt;
220 UINT16 ListenTimeou
[all...]
/freebsd-10.3-release/sys/contrib/dev/acpica/components/utilities/
H A Dutpredef.c207 UINT16 ArgumentTypes);
367 UINT16 ArgumentTypes)
369 UINT16 ThisArgumentType;
370 UINT16 SubIndex;
371 UINT16 ArgCount;
425 UINT16 Types)
428 UINT16 SubIndex;
/freebsd-10.3-release/sys/contrib/dev/acpica/components/resources/
H A Drsdump.c71 UINT16 Value);
89 UINT16 Length,
94 UINT16 Length,
95 UINT16 *Data);
411 *(ACPI_CAST_INDIRECT_PTR (UINT16, Target)));
568 UINT16 Value)
613 UINT16 Length,
658 UINT16 Length,
659 UINT16 *Data)
661 UINT16
[all...]

Completed in 134 milliseconds

123456