/titanic_41/usr/src/uts/intel/sys/acpi/ |
H A D | amlcode.h | 51 #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) 0x0d [all …]
|
H A D | actbl2.h | 143 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 Reserved; [all …]
|
H A D | actbl1.h | 305 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 Reserved2; [all …]
|
H A D | actbl3.h | 115 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 Reserved1; [all …]
|
H A D | amlresrc.h | 163 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 Maximum; [all …]
|
H A D | acrestyp.h | 51 typedef UINT16 ACPI_RS_LENGTH; /* Resource Length field is fixed at 16 … 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 Maximum; [all …]
|
H A D | aclocal.h | 312 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 Count; [all …]
|
H A D | actbl.h | 264 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 indivi… 300 …UINT16 ArmBootFlags; /* ARM-Specific Boot Flags (see below for individual f… 429 #define ACPI_FADT_OFFSET(f) (UINT16) ACPI_OFFSET (ACPI_TABLE_FADT, f)
|
H A D | actypes.h | 65 #define ACPI_UINT16_MAX (UINT16)(~((UINT16) 0)) /* 0xFFFF */ 129 typedef unsigned short UINT16; typedef 520 #define ACPI_LOBYTE(Integer) ((UINT8) (UINT16)(Integer)) 521 #define ACPI_HIBYTE(Integer) ((UINT8) (((UINT16)(Integer)) >> 8)) 522 #define ACPI_LOWORD(Integer) ((UINT16) (UINT32)(Integer)) 523 #define ACPI_HIWORD(Integer) ((UINT16)(((UINT32)(Integer)) >> 16)) 1149 UINT16 Opcode, 1184 UINT16 Length; 1263 …UINT16 Valid; /* Indicates which optional fields are valid */ 1305 UINT16 Segment; [all …]
|
H A D | acparser.h | 172 UINT16 Opcode); 176 UINT16 Opcode); 194 UINT16 265 UINT16 Opcode, 319 UINT16 opcode); 323 UINT16 Opcode,
|
H A D | acbuffer.h | 83 UINT16 Year; 90 UINT16 Milliseconds; 91 UINT16 Timezone; 125 UINT16 Width; 126 UINT16 Height; 146 UINT16 VerticalOffset; 147 UINT16 HorizontalOffset;
|
H A D | acglobal.h | 111 ACPI_GLOBAL (UINT16, AcpiGbl_GlobalLockHandle); 178 ACPI_GLOBAL (UINT16, AcpiGbl_Pm1EnableRegisterSave); 250 ACPI_GLOBAL (UINT16, AcpiGbl_MaxLoopIterations); 364 ACPI_GLOBAL (UINT16, AcpiGbl_ObjTypeCount[ACPI_TOTAL_TYPES]); 365 ACPI_GLOBAL (UINT16, AcpiGbl_NodeTypeCount[ACPI_TOTAL_TYPES]); 366 ACPI_GLOBAL (UINT16, AcpiGbl_ObjTypeCountMisc); 367 ACPI_GLOBAL (UINT16, AcpiGbl_NodeTypeCountMisc);
|
H A D | acutils.h | 178 #define REF_INCREMENT (UINT16) 0 179 #define REF_DECREMENT (UINT16) 1 354 UINT16 Action); 694 UINT16 Types); 722 UINT16 Action); 728 UINT16 Index); 733 UINT16 Action, 842 UINT16 866 UINT16 MaxLength); 974 UINT16 ObjectSize,
|
H A D | acinterp.h | 269 UINT16 Opcode, 276 UINT16 Opcode, 283 UINT16 Opcode, 351 UINT16 Timeout, 421 UINT16 Timeout); 426 UINT16 Timeout); 521 UINT16 Opcode,
|
/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/qlc/ |
H A D | exioct.h | 104 UINT16 AddrMode; /* 2 */ 105 UINT16 Version; /* 2 */ 106 UINT16 SubCode; /* 2 */ 107 UINT16 Instance; /* 2 */ 108 UINT16 HbaSelect; /* 2 */ 109 UINT16 VendorSpecificStatus[11]; /* 22 */ 371 UINT16 PortCount; /* 2; 1 */ 372 UINT16 InterfaceType; /* 2; FC/SCSI */ 392 UINT16 Type; /* 2; Port Type */ 393 UINT16 State; /* 2; Port State */ [all …]
|
/titanic_41/usr/src/cmd/lms/heci/ |
H A D | FWULCommand.h | 41 UINT16 Major; 42 UINT16 Minor; 43 UINT16 Hotfix; 44 UINT16 Build; 90 UINT16 EnabledUpdateInterfaces; 91 UINT16 Reserved; 104 UINT16 EnabledUpdateInterfaces;
|
H A D | PTHICommand.h | 127 UINT16 Length; 167 UINT16 Length; 174 UINT16 Reserved; 319 UINT16 DataLength; 466 UINT16 Year; 467 UINT16 Month; 468 UINT16 DayOfWeek; 469 UINT16 Day; 470 UINT16 Hour; 471 UINT16 Minute; [all …]
|
/titanic_41/usr/src/uts/intel/io/acpica/utilities/ |
H A D | utpredef.c | 207 UINT16 ArgumentTypes); 369 UINT16 ArgumentTypes) in AcpiUtGetArgumentTypes() 371 UINT16 ThisArgumentType; in AcpiUtGetArgumentTypes() 372 UINT16 SubIndex; in AcpiUtGetArgumentTypes() 373 UINT16 ArgCount; in AcpiUtGetArgumentTypes() 427 UINT16 Types) in AcpiUtGetResourceBitWidth() 430 UINT16 SubIndex; in AcpiUtGetResourceBitWidth()
|
/titanic_41/usr/src/uts/intel/io/acpica/resources/ |
H A D | rsdump.c | 70 UINT16 Value); 88 UINT16 Length, 93 UINT16 Length, 94 UINT16 *Data); 406 *(ACPI_CAST_INDIRECT_PTR (UINT16, Target))); in AcpiRsDumpDescriptor() 564 UINT16 Value) in AcpiRsOutInteger16() 613 UINT16 Length, in AcpiRsDumpByteList() 657 UINT16 Length, in AcpiRsDumpWordList() 658 UINT16 *Data) in AcpiRsDumpWordList() 660 UINT16 i; in AcpiRsDumpWordList()
|
H A D | rsutils.c | 69 UINT16 Mask, in AcpiRsDecodeBitmask() 109 UINT16 115 UINT16 Mask; in AcpiRsEncodeBitmask() 153 UINT16 ItemCount, in AcpiRsMoveData() 189 &ACPI_CAST_PTR (UINT16, Destination)[i], in AcpiRsMoveData() 190 &ACPI_CAST_PTR (UINT16, Source)[i]); in AcpiRsMoveData() 321 static UINT16 326 UINT16 i; in AcpiRsStrcpy() 341 return ((UINT16) (i + 1)); in AcpiRsStrcpy()
|
H A D | rsmisc.c | 88 UINT16 ItemCount = 0; in AcpiRsConvertAmlToResource() 89 UINT16 Temp16 = 0; in AcpiRsConvertAmlToResource() 276 *(UINT16 **) Destination = ACPI_CAST_PTR (UINT16, Target); in AcpiRsConvertAmlToResource() 478 UINT16 Temp16 = 0; in AcpiRsConvertResourceToAml() 479 UINT16 ItemCount = 0; in AcpiRsConvertResourceToAml() 554 AmlLength = (UINT16) in AcpiRsConvertResourceToAml() 561 AmlLength = (UINT16) (AmlLength + ItemCount); in AcpiRsConvertResourceToAml() 570 AmlLength = (UINT16) (AmlLength + ItemCount * 2); in AcpiRsConvertResourceToAml() 581 AmlLength = (UINT16) ( in AcpiRsConvertResourceToAml() 595 AmlLength = (UINT16) (AmlLength + ItemCount); in AcpiRsConvertResourceToAml() [all …]
|
H A D | rscalc.c | 58 UINT16 BitField); 85 UINT16 BitField) in AcpiRsCountSetBits() 97 BitField &= (UINT16) (BitField - 1); in AcpiRsCountSetBits() 424 UINT16 Temp16; in AcpiRsGetListLength() 425 UINT16 ResourceLength; in AcpiRsGetListLength()
|
/titanic_41/usr/src/cmd/lms/ |
H A D | LMS_if_compat.h | 107 UINT16 HostPort; 108 UINT16 MEPort; 160 UINT16 HostPort; 161 UINT16 MEPort; 206 UINT16 DataLength;
|
/titanic_41/usr/src/uts/intel/io/acpica/hardware/ |
H A D | hwpci.c | 93 UINT16 *BusNumber, 272 UINT16 BusNumber; in AcpiHwProcessPciList() 370 UINT16 *BusNumber, in AcpiHwGetPciDeviceInfo() 450 PciId->Bus = (UINT16) PciValue; in AcpiHwGetPciDeviceInfo() 461 *BusNumber = (UINT16) PciValue; in AcpiHwGetPciDeviceInfo()
|
/titanic_41/usr/src/uts/intel/io/acpica/executer/ |
H A D | exsystem.c | 70 UINT16 Timeout) in AcpiExSystemWaitSemaphore() 122 UINT16 Timeout) in AcpiExSystemWaitMutex() 307 (UINT16) TimeDesc->Integer.Value); in AcpiExSystemWaitEvent()
|