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

123456

/freebsd-11.0-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.h143 UINT16 Length;
171 UINT16 SystemId;
220 UINT16 Reserved2;
243 UINT16 Parameter;
244 UINT16 BootOptions;
245 UINT16 OemParameters;
302 UINT16 DeviceId;
303 UINT16 SubdeviceId;
304 UINT16 Revision;
305 UINT16 Reserve
[all...]
H A Dactbl3.h115 UINT16 Version;
212 UINT16 Type;
350 UINT16 Length;
435 UINT16 PowerNodeCount; \
436 UINT16 Reserved2;
463 UINT16 NodeId;
493 UINT16 ComponentId;
502 UINT16 CharacteristicsCount;
503 UINT16 Reserved;
511 UINT16 Reserved
[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.h305 UINT16 VendorId;
306 UINT16 DeviceId;
449 UINT16 Signature; /* Should be "ER" */
474 UINT16 Type;
475 UINT16 SourceId;
526 UINT16 Reserved1;
532 UINT16 Device;
533 UINT16 Function;
534 UINT16 DeviceControl;
535 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.h312 UINT16 ResourceLength;
313 UINT16 PinNumberIndex;
375 UINT16 ArgumentList;
400 UINT16 Reserved;
423 UINT16 Reserved;
434 UINT16 Reserved;
567 UINT16 BaseGpeNumber; /* Base GPE number for this register */
588 UINT16 GpeCount; /* Number of individual GPEs in block */
589 UINT16 BlockBaseNumber;/* Base GPE number for this block */
610 UINT16 Coun
[all...]
H A Dacparser.h172 UINT16 Opcode);
176 UINT16 Opcode);
194 UINT16
265 UINT16 Opcode,
319 UINT16 opcode);
323 UINT16 Opcode,
H A Dactbl.h264 UINT16 SciInterrupt; /* System vector of SCI interrupt */
286 UINT16 C2Latency; /* Worst case HW latency to enter/exit C2 state */
287 UINT16 C3Latency; /* Worst case HW latency to enter/exit C3 state */
288 UINT16 FlushSize; /* Processor memory cache line width, in bytes */
289 UINT16 FlushStride; /* Number of flush strides that need to be read */
295 UINT16 BootFlags; /* IA-PC Boot Architecture Flags (see below for individual flags) */
300 UINT16 ArmBootFlags; /* ARM-Specific Boot Flags (see below for individual flags) (ACPI 5.1) */
429 #define ACPI_FADT_OFFSET(f) (UINT16) ACPI_OFFSET (ACPI_TABLE_FADT, f)
/freebsd-11.0-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-11.0-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-11.0-release/sys/contrib/dev/acpica/components/debugger/
H A Ddbhistry.c67 static UINT16 AcpiGbl_LoHistory = 0;
68 static UINT16 AcpiGbl_NumHistory = 0;
69 static UINT16 AcpiGbl_NextHistoryIndex = 0;
89 UINT16 CmdLen;
90 UINT16 BufferLen;
94 CmdLen = (UINT16) strlen (CommandLine);
102 BufferLen = (UINT16) strlen (
168 UINT16 HistoryIndex;
245 UINT16 HistoryIndex;
/freebsd-11.0-release/sys/contrib/dev/acpica/compiler/
H A Dasldefine.h96 #define AML_RAW_DATA_BYTE (UINT16) 0xAA01 /* write one raw byte */
97 #define AML_RAW_DATA_WORD (UINT16) 0xAA02 /* write 2 raw bytes */
98 #define AML_RAW_DATA_DWORD (UINT16) 0xAA04 /* write 4 raw bytes */
99 #define AML_RAW_DATA_QWORD (UINT16) 0xAA08 /* write 8 raw bytes */
100 #define AML_RAW_DATA_BUFFER (UINT16) 0xAA0B /* raw buffer with length */
101 #define AML_RAW_DATA_CHAIN (UINT16) 0xAA0C /* chain of raw buffers */
102 #define AML_PACKAGE_LENGTH (UINT16) 0xAA10
103 #define AML_UNASSIGNED_OPCODE (UINT16) 0xEEEE
104 #define AML_DEFAULT_ARG_OP (UINT16) 0xDDDD
H A Daslmessages.c299 UINT16 MessageId)
404 UINT16
407 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.c71 UINT16 ParseOpcode;
72 UINT16 Count;
104 PruneObj.ParseOpcode = (UINT16) PARSEOP_DEVICE;
108 PruneObj.ParseOpcode = (UINT16) PARSEOP_METHOD;
112 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...]
/freebsd-11.0-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-11.0-release/sys/boot/efi/include/
H A Defidef.h31 typedef UINT16 CHAR16;
75 UINT16 Data2;
76 UINT16 Data3;
86 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...]
H A Defipart.h64 UINT16 Signature;
/freebsd-11.0-release/sys/contrib/dev/acpica/components/utilities/
H A Dutpredef.c207 UINT16 ArgumentTypes);
369 UINT16 ArgumentTypes)
371 UINT16 ThisArgumentType;
372 UINT16 SubIndex;
373 UINT16 ArgCount;
427 UINT16 Types)
430 UINT16 SubIndex;
/freebsd-11.0-release/sys/contrib/dev/acpica/components/resources/
H A Drsdump.c70 UINT16 Value);
88 UINT16 Length,
93 UINT16 Length,
94 UINT16 *Data);
406 *(ACPI_CAST_INDIRECT_PTR (UINT16, Target)));
564 UINT16 Value)
613 UINT16 Length,
657 UINT16 Length,
658 UINT16 *Data)
660 UINT16
[all...]

Completed in 218 milliseconds

123456