Searched refs:UINT16 (Results 26 - 50 of 172) sorted by relevance

1234567

/freebsd-11-stable/sys/contrib/edk2/Include/IndustryStandard/
H A DAcpi20.h135 UINT16 SciInt;
157 UINT16 PLvl2Lat;
158 UINT16 PLvl3Lat;
159 UINT16 FlushSize;
160 UINT16 FlushStride;
166 UINT16 IaPcBootArch;
329 UINT16 Flags;
338 UINT16 Flags;
349 UINT16 Flags;
359 UINT16 Reserve
[all...]
H A DAcpi30.h160 UINT16 SciInt;
182 UINT16 PLvl2Lat;
183 UINT16 PLvl3Lat;
184 UINT16 FlushSize;
185 UINT16 FlushStride;
191 UINT16 IaPcBootArch;
374 UINT16 Flags;
383 UINT16 Flags;
407 UINT16 Flags;
418 UINT16 Flag
[all...]
/freebsd-11-stable/sys/contrib/dev/acpica/components/utilities/
H A Dutpredef.c313 UINT16 ArgumentTypes);
475 UINT16 ArgumentTypes)
477 UINT16 ThisArgumentType;
478 UINT16 SubIndex;
479 UINT16 ArgCount;
533 UINT16 Types)
536 UINT16 SubIndex;
/freebsd-11-stable/lib/libefivar/
H A Defivar-dp-parse.c462 (UINT16) (sizeof (EFI_DEVICE_PATH_PROTOCOL) + DataLength)
530 (UINT16) sizeof (PCI_DEVICE_PATH)
560 (UINT16) sizeof (PCCARD_DEVICE_PATH)
593 (UINT16) sizeof (MEMMAP_DEVICE_PATH)
639 (UINT16) (sizeof (VENDOR_DEVICE_PATH) + Length)
690 (UINT16) sizeof (CONTROLLER_DEVICE_PATH)
720 (UINT16) sizeof (BMC_DEVICE_PATH)
792 (UINT16) sizeof (ACPI_HID_DEVICE_PATH)
824 (UINT16) sizeof (ACPI_HID_DEVICE_PATH)
956 UINT16 Lengt
[all...]
H A Defi-osdep.h51 typedef uint16_t UINT16; typedef
/freebsd-11-stable/sys/contrib/dev/acpica/components/resources/
H A Drsdump.c178 UINT16 Value);
196 UINT16 Length,
201 UINT16 Length,
202 UINT16 *Data);
519 *(ACPI_CAST_INDIRECT_PTR (UINT16, Target)));
719 UINT16 Value)
768 UINT16 Length,
812 UINT16 Length,
813 UINT16 *Data)
815 UINT16
[all...]
H A Drsutils.c177 UINT16 Mask,
217 UINT16
223 UINT16 Mask;
261 UINT16 ItemCount,
297 &ACPI_CAST_PTR (UINT16, Destination)[i],
298 &ACPI_CAST_PTR (UINT16, Source)[i]);
429 static UINT16
434 UINT16 i;
449 return ((UINT16) (i + 1));
H A Drsmisc.c196 UINT16 ItemCount = 0;
197 UINT16 Temp16 = 0;
384 *(UINT16 **) Destination = ACPI_CAST_PTR (UINT16, Target);
586 UINT16 Temp16 = 0;
587 UINT16 ItemCount = 0;
662 AmlLength = (UINT16)
669 AmlLength = (UINT16) (AmlLength + ItemCount);
678 AmlLength = (UINT16) (AmlLength + ItemCount * 2);
689 AmlLength = (UINT16) (
[all...]
/freebsd-11-stable/sys/contrib/dev/acpica/include/
H A Dacparser.h284 UINT16 Opcode);
288 UINT16 Opcode);
306 UINT16
377 UINT16 Opcode,
431 UINT16 opcode);
435 UINT16 Opcode,
H A Dactbl.h372 UINT16 SciInterrupt; /* System vector of SCI interrupt */
394 UINT16 C2Latency; /* Worst case HW latency to enter/exit C2 state */
395 UINT16 C3Latency; /* Worst case HW latency to enter/exit C3 state */
396 UINT16 FlushSize; /* Processor memory cache line width, in bytes */
397 UINT16 FlushStride; /* Number of flush strides that need to be read */
403 UINT16 BootFlags; /* IA-PC Boot Architecture Flags (see below for individual flags) */
408 UINT16 ArmBootFlags; /* ARM-Specific Boot Flags (see below for individual flags) (ACPI 5.1) */
516 UINT16 ValidationCount;
553 #define ACPI_FADT_OFFSET(f) (UINT16) ACPI_OFFSET (ACPI_TABLE_FADT, f)
H A Dacbuffer.h191 UINT16 Year;
198 UINT16 Milliseconds;
199 UINT16 Timezone;
233 UINT16 Width;
234 UINT16 Height;
254 UINT16 VerticalOffset;
255 UINT16 HorizontalOffset;
H A Dactypes.h173 #define ACPI_UINT16_MAX (UINT16)(~((UINT16) 0)) /* 0xFFFF */
190 * UINT16 16-bit (2 byte) unsigned value
237 typedef unsigned short UINT16; typedef
609 #define ACPI_WAIT_FOREVER 0xFFFF /* UINT16, as per ACPI spec */
634 #define ACPI_LOBYTE(Integer) ((UINT8) (UINT16)(Integer))
635 #define ACPI_HIBYTE(Integer) ((UINT8) (((UINT16)(Integer)) >> 8))
636 #define ACPI_LOWORD(Integer) ((UINT16) (UINT32)(Integer))
637 #define ACPI_HIWORD(Integer) ((UINT16)(((UINT32)(Integer)) >> 16))
1268 UINT16 Opcod
[all...]
H A Daclocal.h421 UINT16 ResourceLength;
422 UINT16 PinNumberIndex;
484 UINT16 ArgumentList;
509 UINT16 Reserved;
532 UINT16 Reserved;
543 UINT16 Reserved;
677 UINT16 BaseGpeNumber; /* Base GPE number for this register */
699 UINT16 GpeCount; /* Number of individual GPEs in block */
700 UINT16 BlockBaseNumber;/* Base GPE number for this block */
721 UINT16 Coun
[all...]
/freebsd-11-stable/sys/contrib/dev/acpica/compiler/
H A Daslrestype2w.c190 UINT16 StringLength = 0;
213 Descriptor->Address16.ResourceLength = (UINT16)
258 Descriptor->Address16.Granularity = (UINT16) InitializerOp->Asl.Value.Integer;
266 Descriptor->Address16.Minimum = (UINT16) InitializerOp->Asl.Value.Integer;
274 Descriptor->Address16.Maximum = (UINT16) InitializerOp->Asl.Value.Integer;
282 Descriptor->Address16.TranslationOffset = (UINT16) InitializerOp->Asl.Value.Integer;
289 Descriptor->Address16.AddressLength = (UINT16) InitializerOp->Asl.Value.Integer;
313 Descriptor->Address16.ResourceLength = (UINT16)
411 UINT16 StringLength = 0;
434 Descriptor->Address16.ResourceLength = (UINT16)
[all...]
H A Daslmapenter.c166 UINT16 PinNumber,
172 UINT16 Address);
198 UINT16 *PinList,
252 UINT16 Address;
321 UINT16 PinNumber,
400 UINT16 Address)
H A Dpreprocess.h196 UINT16 UseCount;
208 UINT16 ArgCount; /* Macro arg count */
368 UINT16 MessageId,
H A Dasltypes.h225 UINT16 AmlOpcode;
358 UINT16 MessageId;
420 UINT16 PinNumber;
435 UINT16 Address;
H A Daslerror.c166 UINT16 MessageId);
171 UINT16 MessageId);
176 UINT16 MessageId,
189 UINT16 MessageId,
805 UINT16 MessageId,
882 UINT16 MessageId,
916 UINT16 MessageId,
953 UINT16 MessageId,
1012 UINT16 MessageId)
1168 UINT16 MessageI
[all...]
H A Daslcompiler.h455 UINT16 MainMessageId,
458 UINT16 SecondMessageId,
465 UINT16 MessageId,
484 UINT16 MessageId);
500 UINT16 MessageId,
511 UINT16 MessageId,
626 UINT16 MessageId);
632 UINT16
635 UINT16 MessageId);
790 UINT16 Opcod
[all...]
/freebsd-11-stable/sys/contrib/edk2/Include/Library/
H A DBaseLib.h1549 [A-F]. X is converted to a value of type UINT16, whose low byte is stored in low
2431 [A-F]. X is converted to a value of type UINT16, whose low byte is stored in low
3495 UINT16
3498 IN UINT16 Value
3755 UINT16
3758 IN CONST UINT16 *Buffer
3777 UINT16
3780 OUT UINT16 *Buffer,
3781 IN UINT16 Value
4104 UINT16
[all...]
/freebsd-11-stable/stand/efi/include/
H A Defipart.h64 UINT16 Signature;
H A Defidevp.h171 UINT16 Lun;
177 UINT16 Pun;
178 UINT16 Lun;
206 UINT16 VendorId;
207 UINT16 ProductId;
231 UINT16 LocalPort;
232 UINT16 RemotePort;
233 UINT16 Protocol;
242 UINT16 LocalPort;
243 UINT16 RemotePor
[all...]
H A Defiudp.h39 UINT16 StationPort;
41 UINT16 RemotePort;
86 UINT16 SourcePort;
88 UINT16 DestinationPort;
169 UINT16 StationPort;
171 UINT16 RemotePort;
201 UINT16 SourcePort;
203 UINT16 DestinationPort;
/freebsd-11-stable/sys/contrib/dev/acpica/components/hardware/
H A Dhwpci.c201 UINT16 *BusNumber,
380 UINT16 BusNumber;
478 UINT16 *BusNumber,
558 PciId->Bus = (UINT16) PciValue;
569 *BusNumber = (UINT16) PciValue;
/freebsd-11-stable/sys/contrib/dev/acpica/components/executer/
H A Dexsystem.c178 UINT16 Timeout)
230 UINT16 Timeout)
415 (UINT16) TimeDesc->Integer.Value);

Completed in 465 milliseconds

1234567