xref: /onnv-gate/usr/src/uts/intel/sys/acpi/acobject.h (revision 347:04ff98e42cf2)
10Sstevel@tonic-gate 
20Sstevel@tonic-gate /******************************************************************************
30Sstevel@tonic-gate  *
40Sstevel@tonic-gate  * Name: acobject.h - Definition of ACPI_OPERAND_OBJECT  (Internal object only)
5*347Smyers  *       $Revision: 130 $
60Sstevel@tonic-gate  *
70Sstevel@tonic-gate  *****************************************************************************/
80Sstevel@tonic-gate 
90Sstevel@tonic-gate /******************************************************************************
100Sstevel@tonic-gate  *
110Sstevel@tonic-gate  * 1. Copyright Notice
120Sstevel@tonic-gate  *
130Sstevel@tonic-gate  * Some or all of this work - Copyright (c) 1999 - 2005, Intel Corp.
140Sstevel@tonic-gate  * All rights reserved.
150Sstevel@tonic-gate  *
160Sstevel@tonic-gate  * 2. License
170Sstevel@tonic-gate  *
180Sstevel@tonic-gate  * 2.1. This is your license from Intel Corp. under its intellectual property
190Sstevel@tonic-gate  * rights.  You may have additional license terms from the party that provided
200Sstevel@tonic-gate  * you this software, covering your right to use that party's intellectual
210Sstevel@tonic-gate  * property rights.
220Sstevel@tonic-gate  *
230Sstevel@tonic-gate  * 2.2. Intel grants, free of charge, to any person ("Licensee") obtaining a
240Sstevel@tonic-gate  * copy of the source code appearing in this file ("Covered Code") an
250Sstevel@tonic-gate  * irrevocable, perpetual, worldwide license under Intel's copyrights in the
260Sstevel@tonic-gate  * base code distributed originally by Intel ("Original Intel Code") to copy,
270Sstevel@tonic-gate  * make derivatives, distribute, use and display any portion of the Covered
280Sstevel@tonic-gate  * Code in any form, with the right to sublicense such rights; and
290Sstevel@tonic-gate  *
300Sstevel@tonic-gate  * 2.3. Intel grants Licensee a non-exclusive and non-transferable patent
310Sstevel@tonic-gate  * license (with the right to sublicense), under only those claims of Intel
320Sstevel@tonic-gate  * patents that are infringed by the Original Intel Code, to make, use, sell,
330Sstevel@tonic-gate  * offer to sell, and import the Covered Code and derivative works thereof
340Sstevel@tonic-gate  * solely to the minimum extent necessary to exercise the above copyright
350Sstevel@tonic-gate  * license, and in no event shall the patent license extend to any additions
360Sstevel@tonic-gate  * to or modifications of the Original Intel Code.  No other license or right
370Sstevel@tonic-gate  * is granted directly or by implication, estoppel or otherwise;
380Sstevel@tonic-gate  *
390Sstevel@tonic-gate  * The above copyright and patent license is granted only if the following
400Sstevel@tonic-gate  * conditions are met:
410Sstevel@tonic-gate  *
420Sstevel@tonic-gate  * 3. Conditions
430Sstevel@tonic-gate  *
440Sstevel@tonic-gate  * 3.1. Redistribution of Source with Rights to Further Distribute Source.
450Sstevel@tonic-gate  * Redistribution of source code of any substantial portion of the Covered
460Sstevel@tonic-gate  * Code or modification with rights to further distribute source must include
470Sstevel@tonic-gate  * the above Copyright Notice, the above License, this list of Conditions,
480Sstevel@tonic-gate  * and the following Disclaimer and Export Compliance provision.  In addition,
490Sstevel@tonic-gate  * Licensee must cause all Covered Code to which Licensee contributes to
500Sstevel@tonic-gate  * contain a file documenting the changes Licensee made to create that Covered
510Sstevel@tonic-gate  * Code and the date of any change.  Licensee must include in that file the
520Sstevel@tonic-gate  * documentation of any changes made by any predecessor Licensee.  Licensee
530Sstevel@tonic-gate  * must include a prominent statement that the modification is derived,
540Sstevel@tonic-gate  * directly or indirectly, from Original Intel Code.
550Sstevel@tonic-gate  *
560Sstevel@tonic-gate  * 3.2. Redistribution of Source with no Rights to Further Distribute Source.
570Sstevel@tonic-gate  * Redistribution of source code of any substantial portion of the Covered
580Sstevel@tonic-gate  * Code or modification without rights to further distribute source must
590Sstevel@tonic-gate  * include the following Disclaimer and Export Compliance provision in the
600Sstevel@tonic-gate  * documentation and/or other materials provided with distribution.  In
610Sstevel@tonic-gate  * addition, Licensee may not authorize further sublicense of source of any
620Sstevel@tonic-gate  * portion of the Covered Code, and must include terms to the effect that the
630Sstevel@tonic-gate  * license from Licensee to its licensee is limited to the intellectual
640Sstevel@tonic-gate  * property embodied in the software Licensee provides to its licensee, and
650Sstevel@tonic-gate  * not to intellectual property embodied in modifications its licensee may
660Sstevel@tonic-gate  * make.
670Sstevel@tonic-gate  *
680Sstevel@tonic-gate  * 3.3. Redistribution of Executable. Redistribution in executable form of any
690Sstevel@tonic-gate  * substantial portion of the Covered Code or modification must reproduce the
700Sstevel@tonic-gate  * above Copyright Notice, and the following Disclaimer and Export Compliance
710Sstevel@tonic-gate  * provision in the documentation and/or other materials provided with the
720Sstevel@tonic-gate  * distribution.
730Sstevel@tonic-gate  *
740Sstevel@tonic-gate  * 3.4. Intel retains all right, title, and interest in and to the Original
750Sstevel@tonic-gate  * Intel Code.
760Sstevel@tonic-gate  *
770Sstevel@tonic-gate  * 3.5. Neither the name Intel nor any other trademark owned or controlled by
780Sstevel@tonic-gate  * Intel shall be used in advertising or otherwise to promote the sale, use or
790Sstevel@tonic-gate  * other dealings in products derived from or relating to the Covered Code
800Sstevel@tonic-gate  * without prior written authorization from Intel.
810Sstevel@tonic-gate  *
820Sstevel@tonic-gate  * 4. Disclaimer and Export Compliance
830Sstevel@tonic-gate  *
840Sstevel@tonic-gate  * 4.1. INTEL MAKES NO WARRANTY OF ANY KIND REGARDING ANY SOFTWARE PROVIDED
850Sstevel@tonic-gate  * HERE.  ANY SOFTWARE ORIGINATING FROM INTEL OR DERIVED FROM INTEL SOFTWARE
860Sstevel@tonic-gate  * IS PROVIDED "AS IS," AND INTEL WILL NOT PROVIDE ANY SUPPORT,  ASSISTANCE,
870Sstevel@tonic-gate  * INSTALLATION, TRAINING OR OTHER SERVICES.  INTEL WILL NOT PROVIDE ANY
880Sstevel@tonic-gate  * UPDATES, ENHANCEMENTS OR EXTENSIONS.  INTEL SPECIFICALLY DISCLAIMS ANY
890Sstevel@tonic-gate  * IMPLIED WARRANTIES OF MERCHANTABILITY, NONINFRINGEMENT AND FITNESS FOR A
900Sstevel@tonic-gate  * PARTICULAR PURPOSE.
910Sstevel@tonic-gate  *
920Sstevel@tonic-gate  * 4.2. IN NO EVENT SHALL INTEL HAVE ANY LIABILITY TO LICENSEE, ITS LICENSEES
930Sstevel@tonic-gate  * OR ANY OTHER THIRD PARTY, FOR ANY LOST PROFITS, LOST DATA, LOSS OF USE OR
940Sstevel@tonic-gate  * COSTS OF PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES, OR FOR ANY INDIRECT,
950Sstevel@tonic-gate  * SPECIAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THIS AGREEMENT, UNDER ANY
960Sstevel@tonic-gate  * CAUSE OF ACTION OR THEORY OF LIABILITY, AND IRRESPECTIVE OF WHETHER INTEL
970Sstevel@tonic-gate  * HAS ADVANCE NOTICE OF THE POSSIBILITY OF SUCH DAMAGES.  THESE LIMITATIONS
980Sstevel@tonic-gate  * SHALL APPLY NOTWITHSTANDING THE FAILURE OF THE ESSENTIAL PURPOSE OF ANY
990Sstevel@tonic-gate  * LIMITED REMEDY.
1000Sstevel@tonic-gate  *
1010Sstevel@tonic-gate  * 4.3. Licensee shall not export, either directly or indirectly, any of this
1020Sstevel@tonic-gate  * software or system incorporating such software without first obtaining any
1030Sstevel@tonic-gate  * required license or other approval from the U. S. Department of Commerce or
1040Sstevel@tonic-gate  * any other agency or department of the United States Government.  In the
1050Sstevel@tonic-gate  * event Licensee exports any such software from the United States or
1060Sstevel@tonic-gate  * re-exports any such software from a foreign destination, Licensee shall
1070Sstevel@tonic-gate  * ensure that the distribution and export/re-export of the software is in
1080Sstevel@tonic-gate  * compliance with all laws, regulations, orders, or other restrictions of the
1090Sstevel@tonic-gate  * U.S. Export Administration Regulations. Licensee agrees that neither it nor
1100Sstevel@tonic-gate  * any of its subsidiaries will export/re-export any technical data, process,
1110Sstevel@tonic-gate  * software, or service, directly or indirectly, to any country for which the
1120Sstevel@tonic-gate  * United States government or any agency thereof requires an export license,
1130Sstevel@tonic-gate  * other governmental approval, or letter of assurance, without first obtaining
1140Sstevel@tonic-gate  * such license, approval or letter.
1150Sstevel@tonic-gate  *
1160Sstevel@tonic-gate  *****************************************************************************/
1170Sstevel@tonic-gate 
1180Sstevel@tonic-gate #ifndef _ACOBJECT_H
1190Sstevel@tonic-gate #define _ACOBJECT_H
1200Sstevel@tonic-gate 
1210Sstevel@tonic-gate 
1220Sstevel@tonic-gate /*
1230Sstevel@tonic-gate  * The ACPI_OPERAND_OBJECT  is used to pass AML operands from the dispatcher
1240Sstevel@tonic-gate  * to the interpreter, and to keep track of the various handlers such as
1250Sstevel@tonic-gate  * address space handlers and notify handlers.  The object is a constant
1260Sstevel@tonic-gate  * size in order to allow it to be cached and reused.
1270Sstevel@tonic-gate  */
1280Sstevel@tonic-gate 
1290Sstevel@tonic-gate /*******************************************************************************
1300Sstevel@tonic-gate  *
1310Sstevel@tonic-gate  * Common Descriptors
1320Sstevel@tonic-gate  *
1330Sstevel@tonic-gate  ******************************************************************************/
1340Sstevel@tonic-gate 
1350Sstevel@tonic-gate /*
1360Sstevel@tonic-gate  * Common area for all objects.
1370Sstevel@tonic-gate  *
1380Sstevel@tonic-gate  * DataType is used to differentiate between internal descriptors, and MUST
1390Sstevel@tonic-gate  * be the first byte in this structure.
1400Sstevel@tonic-gate  */
1410Sstevel@tonic-gate #define ACPI_OBJECT_COMMON_HEADER   /* SIZE/ALIGNMENT: 32 bits, one ptr plus trailing 8-bit flag */\
1420Sstevel@tonic-gate     UINT8                           Descriptor;         /* To differentiate various internal objs */\
1430Sstevel@tonic-gate     UINT8                           Type;               /* ACPI_OBJECT_TYPE */\
1440Sstevel@tonic-gate     UINT16                          ReferenceCount;     /* For object deletion management */\
1450Sstevel@tonic-gate     union acpi_operand_object       *NextObject;        /* Objects linked to parent NS node */\
1460Sstevel@tonic-gate     UINT8                           Flags; \
1470Sstevel@tonic-gate 
1480Sstevel@tonic-gate /* Values for flag byte above */
1490Sstevel@tonic-gate 
1500Sstevel@tonic-gate #define AOPOBJ_AML_CONSTANT         0x01
1510Sstevel@tonic-gate #define AOPOBJ_STATIC_POINTER       0x02
1520Sstevel@tonic-gate #define AOPOBJ_DATA_VALID           0x04
1530Sstevel@tonic-gate #define AOPOBJ_OBJECT_INITIALIZED   0x08
1540Sstevel@tonic-gate #define AOPOBJ_SETUP_COMPLETE       0x10
1550Sstevel@tonic-gate #define AOPOBJ_SINGLE_DATUM         0x20
1560Sstevel@tonic-gate 
1570Sstevel@tonic-gate 
1580Sstevel@tonic-gate /*
1590Sstevel@tonic-gate  * Common bitfield for the field objects
1600Sstevel@tonic-gate  * "Field Datum"  -- a datum from the actual field object
1610Sstevel@tonic-gate  * "Buffer Datum" -- a datum from a user buffer, read from or to be written to the field
1620Sstevel@tonic-gate  */
1630Sstevel@tonic-gate #define ACPI_COMMON_FIELD_INFO      /* SIZE/ALIGNMENT: 24 bits + three 32-bit values */\
1640Sstevel@tonic-gate     UINT8                           FieldFlags;         /* Access, update, and lock bits */\
1650Sstevel@tonic-gate     UINT8                           Attribute;          /* From AccessAs keyword */\
1660Sstevel@tonic-gate     UINT8                           AccessByteWidth;    /* Read/Write size in bytes */\
1670Sstevel@tonic-gate     UINT32                          BitLength;          /* Length of field in bits */\
1680Sstevel@tonic-gate     UINT32                          BaseByteOffset;     /* Byte offset within containing object */\
1690Sstevel@tonic-gate     UINT8                           StartFieldBitOffset;/* Bit offset within first field datum (0-63) */\
1700Sstevel@tonic-gate     UINT8                           AccessBitWidth;     /* Read/Write size in bits (8-64) */\
1710Sstevel@tonic-gate     UINT32                          Value;              /* Value to store into the Bank or Index register */\
1720Sstevel@tonic-gate     ACPI_NAMESPACE_NODE             *Node;              /* Link back to parent node */
1730Sstevel@tonic-gate 
1740Sstevel@tonic-gate 
1750Sstevel@tonic-gate /*
1760Sstevel@tonic-gate  * Fields common to both Strings and Buffers
1770Sstevel@tonic-gate  */
1780Sstevel@tonic-gate #define ACPI_COMMON_BUFFER_INFO \
1790Sstevel@tonic-gate     UINT32                          Length;
1800Sstevel@tonic-gate 
1810Sstevel@tonic-gate 
1820Sstevel@tonic-gate /*
1830Sstevel@tonic-gate  * Common fields for objects that support ASL notifications
1840Sstevel@tonic-gate  */
1850Sstevel@tonic-gate #define ACPI_COMMON_NOTIFY_INFO \
1860Sstevel@tonic-gate     union acpi_operand_object       *SystemNotify;      /* Handler for system notifies */\
1870Sstevel@tonic-gate     union acpi_operand_object       *DeviceNotify;      /* Handler for driver notifies */\
1880Sstevel@tonic-gate     union acpi_operand_object       *Handler;           /* Handler for Address space */
1890Sstevel@tonic-gate 
1900Sstevel@tonic-gate 
1910Sstevel@tonic-gate /******************************************************************************
1920Sstevel@tonic-gate  *
1930Sstevel@tonic-gate  * Basic data types
1940Sstevel@tonic-gate  *
1950Sstevel@tonic-gate  *****************************************************************************/
1960Sstevel@tonic-gate 
1970Sstevel@tonic-gate typedef struct acpi_object_common
1980Sstevel@tonic-gate {
1990Sstevel@tonic-gate     ACPI_OBJECT_COMMON_HEADER
2000Sstevel@tonic-gate 
2010Sstevel@tonic-gate } ACPI_OBJECT_COMMON;
2020Sstevel@tonic-gate 
2030Sstevel@tonic-gate 
2040Sstevel@tonic-gate typedef struct acpi_object_integer
2050Sstevel@tonic-gate {
2060Sstevel@tonic-gate     ACPI_OBJECT_COMMON_HEADER
2070Sstevel@tonic-gate     ACPI_INTEGER                    Value;
2080Sstevel@tonic-gate 
2090Sstevel@tonic-gate } ACPI_OBJECT_INTEGER;
2100Sstevel@tonic-gate 
2110Sstevel@tonic-gate 
2120Sstevel@tonic-gate /*
2130Sstevel@tonic-gate  * Note: The String and Buffer object must be identical through the Pointer
2140Sstevel@tonic-gate  * element.  There is code that depends on this.
2150Sstevel@tonic-gate  */
2160Sstevel@tonic-gate typedef struct acpi_object_string   /* Null terminated, ASCII characters only */
2170Sstevel@tonic-gate {
2180Sstevel@tonic-gate     ACPI_OBJECT_COMMON_HEADER
2190Sstevel@tonic-gate     ACPI_COMMON_BUFFER_INFO
2200Sstevel@tonic-gate     char                            *Pointer;           /* String in AML stream or allocated string */
2210Sstevel@tonic-gate 
2220Sstevel@tonic-gate } ACPI_OBJECT_STRING;
2230Sstevel@tonic-gate 
2240Sstevel@tonic-gate 
2250Sstevel@tonic-gate typedef struct acpi_object_buffer
2260Sstevel@tonic-gate {
2270Sstevel@tonic-gate     ACPI_OBJECT_COMMON_HEADER
2280Sstevel@tonic-gate     ACPI_COMMON_BUFFER_INFO
2290Sstevel@tonic-gate     UINT8                           *Pointer;           /* Buffer in AML stream or allocated buffer */
2300Sstevel@tonic-gate     ACPI_NAMESPACE_NODE             *Node;              /* Link back to parent node */
2310Sstevel@tonic-gate     UINT8                           *AmlStart;
2320Sstevel@tonic-gate     UINT32                          AmlLength;
2330Sstevel@tonic-gate 
2340Sstevel@tonic-gate } ACPI_OBJECT_BUFFER;
2350Sstevel@tonic-gate 
2360Sstevel@tonic-gate 
2370Sstevel@tonic-gate typedef struct acpi_object_package
2380Sstevel@tonic-gate {
2390Sstevel@tonic-gate     ACPI_OBJECT_COMMON_HEADER
2400Sstevel@tonic-gate 
2410Sstevel@tonic-gate     UINT32                          Count;              /* # of elements in package */
2420Sstevel@tonic-gate     UINT32                          AmlLength;
2430Sstevel@tonic-gate     UINT8                           *AmlStart;
2440Sstevel@tonic-gate     ACPI_NAMESPACE_NODE             *Node;              /* Link back to parent node */
2450Sstevel@tonic-gate     union acpi_operand_object       **Elements;         /* Array of pointers to AcpiObjects */
2460Sstevel@tonic-gate 
2470Sstevel@tonic-gate } ACPI_OBJECT_PACKAGE;
2480Sstevel@tonic-gate 
2490Sstevel@tonic-gate 
2500Sstevel@tonic-gate /******************************************************************************
2510Sstevel@tonic-gate  *
2520Sstevel@tonic-gate  * Complex data types
2530Sstevel@tonic-gate  *
2540Sstevel@tonic-gate  *****************************************************************************/
2550Sstevel@tonic-gate 
2560Sstevel@tonic-gate typedef struct acpi_object_event
2570Sstevel@tonic-gate {
2580Sstevel@tonic-gate     ACPI_OBJECT_COMMON_HEADER
2590Sstevel@tonic-gate     void                            *Semaphore;
2600Sstevel@tonic-gate 
2610Sstevel@tonic-gate } ACPI_OBJECT_EVENT;
2620Sstevel@tonic-gate 
2630Sstevel@tonic-gate 
2640Sstevel@tonic-gate #define ACPI_INFINITE_CONCURRENCY   0xFF
2650Sstevel@tonic-gate 
2660Sstevel@tonic-gate typedef
2670Sstevel@tonic-gate ACPI_STATUS (*ACPI_INTERNAL_METHOD) (
2680Sstevel@tonic-gate     struct acpi_walk_state  *WalkState);
2690Sstevel@tonic-gate 
2700Sstevel@tonic-gate typedef struct acpi_object_method
2710Sstevel@tonic-gate {
2720Sstevel@tonic-gate     ACPI_OBJECT_COMMON_HEADER
2730Sstevel@tonic-gate     UINT8                           MethodFlags;
2740Sstevel@tonic-gate     UINT8                           ParamCount;
2750Sstevel@tonic-gate     UINT32                          AmlLength;
2760Sstevel@tonic-gate     void                            *Semaphore;
2770Sstevel@tonic-gate     UINT8                           *AmlStart;
2780Sstevel@tonic-gate     ACPI_INTERNAL_METHOD            Implementation;
2790Sstevel@tonic-gate     UINT8                           Concurrency;
2800Sstevel@tonic-gate     UINT8                           ThreadCount;
281*347Smyers     ACPI_OWNER_ID                   OwnerId;
2820Sstevel@tonic-gate 
2830Sstevel@tonic-gate } ACPI_OBJECT_METHOD;
2840Sstevel@tonic-gate 
2850Sstevel@tonic-gate 
2860Sstevel@tonic-gate typedef struct acpi_object_mutex
2870Sstevel@tonic-gate {
2880Sstevel@tonic-gate     ACPI_OBJECT_COMMON_HEADER
2890Sstevel@tonic-gate     UINT8                           SyncLevel;          /* 0-15, specified in Mutex() call */
2900Sstevel@tonic-gate     UINT16                          AcquisitionDepth;   /* Allow multiple Acquires, same thread */
2910Sstevel@tonic-gate     struct acpi_thread_state        *OwnerThread;       /* Current owner of the mutex */
2920Sstevel@tonic-gate     void                            *Semaphore;         /* Actual OS synchronization object */
2930Sstevel@tonic-gate     union acpi_operand_object       *Prev;              /* Link for list of acquired mutexes */
2940Sstevel@tonic-gate     union acpi_operand_object       *Next;              /* Link for list of acquired mutexes */
2950Sstevel@tonic-gate     ACPI_NAMESPACE_NODE             *Node;              /* Containing namespace node */
2960Sstevel@tonic-gate     UINT8                           OriginalSyncLevel;  /* Owner's original sync level (0-15) */
2970Sstevel@tonic-gate 
2980Sstevel@tonic-gate } ACPI_OBJECT_MUTEX;
2990Sstevel@tonic-gate 
3000Sstevel@tonic-gate 
3010Sstevel@tonic-gate typedef struct acpi_object_region
3020Sstevel@tonic-gate {
3030Sstevel@tonic-gate     ACPI_OBJECT_COMMON_HEADER
3040Sstevel@tonic-gate 
3050Sstevel@tonic-gate     UINT8                           SpaceId;
3060Sstevel@tonic-gate     union acpi_operand_object       *Handler;           /* Handler for region access */
3070Sstevel@tonic-gate     ACPI_NAMESPACE_NODE             *Node;              /* Containing namespace node */
3080Sstevel@tonic-gate     union acpi_operand_object       *Next;
3090Sstevel@tonic-gate     UINT32                          Length;
3100Sstevel@tonic-gate     ACPI_PHYSICAL_ADDRESS           Address;
3110Sstevel@tonic-gate 
3120Sstevel@tonic-gate } ACPI_OBJECT_REGION;
3130Sstevel@tonic-gate 
3140Sstevel@tonic-gate 
3150Sstevel@tonic-gate /******************************************************************************
3160Sstevel@tonic-gate  *
3170Sstevel@tonic-gate  * Objects that can be notified.  All share a common NotifyInfo area.
3180Sstevel@tonic-gate  *
3190Sstevel@tonic-gate  *****************************************************************************/
3200Sstevel@tonic-gate 
3210Sstevel@tonic-gate typedef struct acpi_object_notify_common    /* COMMON NOTIFY for POWER, PROCESSOR, DEVICE, and THERMAL */
3220Sstevel@tonic-gate {
3230Sstevel@tonic-gate     ACPI_OBJECT_COMMON_HEADER
3240Sstevel@tonic-gate     ACPI_COMMON_NOTIFY_INFO
3250Sstevel@tonic-gate 
3260Sstevel@tonic-gate } ACPI_OBJECT_NOTIFY_COMMON;
3270Sstevel@tonic-gate 
3280Sstevel@tonic-gate 
3290Sstevel@tonic-gate typedef struct acpi_object_device
3300Sstevel@tonic-gate {
3310Sstevel@tonic-gate     ACPI_OBJECT_COMMON_HEADER
3320Sstevel@tonic-gate     ACPI_COMMON_NOTIFY_INFO
3330Sstevel@tonic-gate     ACPI_GPE_BLOCK_INFO             *GpeBlock;
3340Sstevel@tonic-gate 
3350Sstevel@tonic-gate } ACPI_OBJECT_DEVICE;
3360Sstevel@tonic-gate 
3370Sstevel@tonic-gate 
3380Sstevel@tonic-gate typedef struct acpi_object_power_resource
3390Sstevel@tonic-gate {
3400Sstevel@tonic-gate     ACPI_OBJECT_COMMON_HEADER
3410Sstevel@tonic-gate     ACPI_COMMON_NOTIFY_INFO
3420Sstevel@tonic-gate     UINT32                          SystemLevel;
3430Sstevel@tonic-gate     UINT32                          ResourceOrder;
3440Sstevel@tonic-gate 
3450Sstevel@tonic-gate } ACPI_OBJECT_POWER_RESOURCE;
3460Sstevel@tonic-gate 
3470Sstevel@tonic-gate 
3480Sstevel@tonic-gate typedef struct acpi_object_processor
3490Sstevel@tonic-gate {
3500Sstevel@tonic-gate     ACPI_OBJECT_COMMON_HEADER
3510Sstevel@tonic-gate     ACPI_COMMON_NOTIFY_INFO
3520Sstevel@tonic-gate     UINT32                          ProcId;
3530Sstevel@tonic-gate     UINT32                          Length;
3540Sstevel@tonic-gate     ACPI_IO_ADDRESS                 Address;
3550Sstevel@tonic-gate 
3560Sstevel@tonic-gate } ACPI_OBJECT_PROCESSOR;
3570Sstevel@tonic-gate 
3580Sstevel@tonic-gate 
3590Sstevel@tonic-gate typedef struct acpi_object_thermal_zone
3600Sstevel@tonic-gate {
3610Sstevel@tonic-gate     ACPI_OBJECT_COMMON_HEADER
3620Sstevel@tonic-gate     ACPI_COMMON_NOTIFY_INFO
3630Sstevel@tonic-gate 
3640Sstevel@tonic-gate } ACPI_OBJECT_THERMAL_ZONE;
3650Sstevel@tonic-gate 
3660Sstevel@tonic-gate 
3670Sstevel@tonic-gate /******************************************************************************
3680Sstevel@tonic-gate  *
3690Sstevel@tonic-gate  * Fields.  All share a common header/info field.
3700Sstevel@tonic-gate  *
3710Sstevel@tonic-gate  *****************************************************************************/
3720Sstevel@tonic-gate 
3730Sstevel@tonic-gate typedef struct acpi_object_field_common                 /* COMMON FIELD (for BUFFER, REGION, BANK, and INDEX fields) */
3740Sstevel@tonic-gate {
3750Sstevel@tonic-gate     ACPI_OBJECT_COMMON_HEADER
3760Sstevel@tonic-gate     ACPI_COMMON_FIELD_INFO
3770Sstevel@tonic-gate     union acpi_operand_object       *RegionObj;         /* Containing Operation Region object */
3780Sstevel@tonic-gate                                                         /* (REGION/BANK fields only) */
3790Sstevel@tonic-gate } ACPI_OBJECT_FIELD_COMMON;
3800Sstevel@tonic-gate 
3810Sstevel@tonic-gate 
3820Sstevel@tonic-gate typedef struct acpi_object_region_field
3830Sstevel@tonic-gate {
3840Sstevel@tonic-gate     ACPI_OBJECT_COMMON_HEADER
3850Sstevel@tonic-gate     ACPI_COMMON_FIELD_INFO
3860Sstevel@tonic-gate     union acpi_operand_object       *RegionObj;         /* Containing OpRegion object */
3870Sstevel@tonic-gate 
3880Sstevel@tonic-gate } ACPI_OBJECT_REGION_FIELD;
3890Sstevel@tonic-gate 
3900Sstevel@tonic-gate 
3910Sstevel@tonic-gate typedef struct acpi_object_bank_field
3920Sstevel@tonic-gate {
3930Sstevel@tonic-gate     ACPI_OBJECT_COMMON_HEADER
3940Sstevel@tonic-gate     ACPI_COMMON_FIELD_INFO
3950Sstevel@tonic-gate     union acpi_operand_object       *RegionObj;         /* Containing OpRegion object */
3960Sstevel@tonic-gate     union acpi_operand_object       *BankObj;           /* BankSelect Register object */
3970Sstevel@tonic-gate 
3980Sstevel@tonic-gate } ACPI_OBJECT_BANK_FIELD;
3990Sstevel@tonic-gate 
4000Sstevel@tonic-gate 
4010Sstevel@tonic-gate typedef struct acpi_object_index_field
4020Sstevel@tonic-gate {
4030Sstevel@tonic-gate     ACPI_OBJECT_COMMON_HEADER
4040Sstevel@tonic-gate     ACPI_COMMON_FIELD_INFO
4050Sstevel@tonic-gate 
4060Sstevel@tonic-gate     /*
4070Sstevel@tonic-gate      * No "RegionObj" pointer needed since the Index and Data registers
4080Sstevel@tonic-gate      * are each field definitions unto themselves.
4090Sstevel@tonic-gate      */
4100Sstevel@tonic-gate     union acpi_operand_object       *IndexObj;          /* Index register */
4110Sstevel@tonic-gate     union acpi_operand_object       *DataObj;           /* Data register */
4120Sstevel@tonic-gate 
4130Sstevel@tonic-gate } ACPI_OBJECT_INDEX_FIELD;
4140Sstevel@tonic-gate 
4150Sstevel@tonic-gate 
4160Sstevel@tonic-gate /* The BufferField is different in that it is part of a Buffer, not an OpRegion */
4170Sstevel@tonic-gate 
4180Sstevel@tonic-gate typedef struct acpi_object_buffer_field
4190Sstevel@tonic-gate {
4200Sstevel@tonic-gate     ACPI_OBJECT_COMMON_HEADER
4210Sstevel@tonic-gate     ACPI_COMMON_FIELD_INFO
4220Sstevel@tonic-gate     union acpi_operand_object       *BufferObj;         /* Containing Buffer object */
4230Sstevel@tonic-gate 
4240Sstevel@tonic-gate } ACPI_OBJECT_BUFFER_FIELD;
4250Sstevel@tonic-gate 
4260Sstevel@tonic-gate 
4270Sstevel@tonic-gate /******************************************************************************
4280Sstevel@tonic-gate  *
4290Sstevel@tonic-gate  * Objects for handlers
4300Sstevel@tonic-gate  *
4310Sstevel@tonic-gate  *****************************************************************************/
4320Sstevel@tonic-gate 
4330Sstevel@tonic-gate typedef struct acpi_object_notify_handler
4340Sstevel@tonic-gate {
4350Sstevel@tonic-gate     ACPI_OBJECT_COMMON_HEADER
4360Sstevel@tonic-gate     ACPI_NAMESPACE_NODE             *Node;              /* Parent device */
4370Sstevel@tonic-gate     ACPI_NOTIFY_HANDLER             Handler;
4380Sstevel@tonic-gate     void                            *Context;
4390Sstevel@tonic-gate 
4400Sstevel@tonic-gate } ACPI_OBJECT_NOTIFY_HANDLER;
4410Sstevel@tonic-gate 
4420Sstevel@tonic-gate 
4430Sstevel@tonic-gate /* Flags for address handler */
4440Sstevel@tonic-gate 
4450Sstevel@tonic-gate #define ACPI_ADDR_HANDLER_DEFAULT_INSTALLED  0x1
4460Sstevel@tonic-gate 
4470Sstevel@tonic-gate 
4480Sstevel@tonic-gate typedef struct acpi_object_addr_handler
4490Sstevel@tonic-gate {
4500Sstevel@tonic-gate     ACPI_OBJECT_COMMON_HEADER
4510Sstevel@tonic-gate     UINT8                           SpaceId;
4520Sstevel@tonic-gate     UINT16                          Hflags;
4530Sstevel@tonic-gate     ACPI_ADR_SPACE_HANDLER          Handler;
4540Sstevel@tonic-gate     ACPI_NAMESPACE_NODE             *Node;              /* Parent device */
4550Sstevel@tonic-gate     void                            *Context;
4560Sstevel@tonic-gate     ACPI_ADR_SPACE_SETUP            Setup;
4570Sstevel@tonic-gate     union acpi_operand_object       *RegionList;        /* regions using this handler */
4580Sstevel@tonic-gate     union acpi_operand_object       *Next;
4590Sstevel@tonic-gate 
4600Sstevel@tonic-gate } ACPI_OBJECT_ADDR_HANDLER;
4610Sstevel@tonic-gate 
4620Sstevel@tonic-gate 
4630Sstevel@tonic-gate /******************************************************************************
4640Sstevel@tonic-gate  *
4650Sstevel@tonic-gate  * Special internal objects
4660Sstevel@tonic-gate  *
4670Sstevel@tonic-gate  *****************************************************************************/
4680Sstevel@tonic-gate 
4690Sstevel@tonic-gate /*
4700Sstevel@tonic-gate  * The Reference object type is used for these opcodes:
4710Sstevel@tonic-gate  * Arg[0-6], Local[0-7], IndexOp, NameOp, ZeroOp, OneOp, OnesOp, DebugOp
4720Sstevel@tonic-gate  */
4730Sstevel@tonic-gate typedef struct acpi_object_reference
4740Sstevel@tonic-gate {
4750Sstevel@tonic-gate     ACPI_OBJECT_COMMON_HEADER
4760Sstevel@tonic-gate     UINT8                           TargetType;         /* Used for IndexOp */
4770Sstevel@tonic-gate     UINT16                          Opcode;
4780Sstevel@tonic-gate     UINT32                          Offset;             /* Used for ArgOp, LocalOp, and IndexOp */
4790Sstevel@tonic-gate     void                            *Object;            /* NameOp=>HANDLE to obj, IndexOp=>ACPI_OPERAND_OBJECT  */
4800Sstevel@tonic-gate     ACPI_NAMESPACE_NODE             *Node;
4810Sstevel@tonic-gate     union acpi_operand_object       **Where;
4820Sstevel@tonic-gate 
4830Sstevel@tonic-gate } ACPI_OBJECT_REFERENCE;
4840Sstevel@tonic-gate 
4850Sstevel@tonic-gate 
4860Sstevel@tonic-gate /*
4870Sstevel@tonic-gate  * Extra object is used as additional storage for types that
4880Sstevel@tonic-gate  * have AML code in their declarations (TermArgs) that must be
4890Sstevel@tonic-gate  * evaluated at run time.
4900Sstevel@tonic-gate  *
4910Sstevel@tonic-gate  * Currently: Region and FieldUnit types
4920Sstevel@tonic-gate  */
4930Sstevel@tonic-gate typedef struct acpi_object_extra
4940Sstevel@tonic-gate {
4950Sstevel@tonic-gate     ACPI_OBJECT_COMMON_HEADER
4960Sstevel@tonic-gate     UINT8                           ByteFill1;
4970Sstevel@tonic-gate     UINT16                          WordFill1;
4980Sstevel@tonic-gate     UINT32                          AmlLength;
4990Sstevel@tonic-gate     UINT8                           *AmlStart;
5000Sstevel@tonic-gate     ACPI_NAMESPACE_NODE             *Method_REG;        /* _REG method for this region (if any) */
5010Sstevel@tonic-gate     void                            *RegionContext;     /* Region-specific data */
5020Sstevel@tonic-gate 
5030Sstevel@tonic-gate } ACPI_OBJECT_EXTRA;
5040Sstevel@tonic-gate 
5050Sstevel@tonic-gate 
5060Sstevel@tonic-gate /* Additional data that can be attached to namespace nodes */
5070Sstevel@tonic-gate 
5080Sstevel@tonic-gate typedef struct acpi_object_data
5090Sstevel@tonic-gate {
5100Sstevel@tonic-gate     ACPI_OBJECT_COMMON_HEADER
5110Sstevel@tonic-gate     ACPI_OBJECT_HANDLER             Handler;
5120Sstevel@tonic-gate     void                            *Pointer;
5130Sstevel@tonic-gate 
5140Sstevel@tonic-gate } ACPI_OBJECT_DATA;
5150Sstevel@tonic-gate 
5160Sstevel@tonic-gate 
5170Sstevel@tonic-gate /* Structure used when objects are cached for reuse */
5180Sstevel@tonic-gate 
5190Sstevel@tonic-gate typedef struct acpi_object_cache_list
5200Sstevel@tonic-gate {
5210Sstevel@tonic-gate     ACPI_OBJECT_COMMON_HEADER
5220Sstevel@tonic-gate     union acpi_operand_object       *Next;              /* Link for object cache and internal lists*/
5230Sstevel@tonic-gate 
5240Sstevel@tonic-gate } ACPI_OBJECT_CACHE_LIST;
5250Sstevel@tonic-gate 
5260Sstevel@tonic-gate 
5270Sstevel@tonic-gate /******************************************************************************
5280Sstevel@tonic-gate  *
5290Sstevel@tonic-gate  * ACPI_OPERAND_OBJECT Descriptor - a giant union of all of the above
5300Sstevel@tonic-gate  *
5310Sstevel@tonic-gate  *****************************************************************************/
5320Sstevel@tonic-gate 
5330Sstevel@tonic-gate typedef union acpi_operand_object
5340Sstevel@tonic-gate {
5350Sstevel@tonic-gate     ACPI_OBJECT_COMMON              Common;
5360Sstevel@tonic-gate     ACPI_OBJECT_INTEGER             Integer;
5370Sstevel@tonic-gate     ACPI_OBJECT_STRING              String;
5380Sstevel@tonic-gate     ACPI_OBJECT_BUFFER              Buffer;
5390Sstevel@tonic-gate     ACPI_OBJECT_PACKAGE             Package;
5400Sstevel@tonic-gate     ACPI_OBJECT_EVENT               Event;
5410Sstevel@tonic-gate     ACPI_OBJECT_METHOD              Method;
5420Sstevel@tonic-gate     ACPI_OBJECT_MUTEX               Mutex;
5430Sstevel@tonic-gate     ACPI_OBJECT_REGION              Region;
5440Sstevel@tonic-gate     ACPI_OBJECT_NOTIFY_COMMON       CommonNotify;
5450Sstevel@tonic-gate     ACPI_OBJECT_DEVICE              Device;
5460Sstevel@tonic-gate     ACPI_OBJECT_POWER_RESOURCE      PowerResource;
5470Sstevel@tonic-gate     ACPI_OBJECT_PROCESSOR           Processor;
5480Sstevel@tonic-gate     ACPI_OBJECT_THERMAL_ZONE        ThermalZone;
5490Sstevel@tonic-gate     ACPI_OBJECT_FIELD_COMMON        CommonField;
5500Sstevel@tonic-gate     ACPI_OBJECT_REGION_FIELD        Field;
5510Sstevel@tonic-gate     ACPI_OBJECT_BUFFER_FIELD        BufferField;
5520Sstevel@tonic-gate     ACPI_OBJECT_BANK_FIELD          BankField;
5530Sstevel@tonic-gate     ACPI_OBJECT_INDEX_FIELD         IndexField;
5540Sstevel@tonic-gate     ACPI_OBJECT_NOTIFY_HANDLER      Notify;
5550Sstevel@tonic-gate     ACPI_OBJECT_ADDR_HANDLER        AddressSpace;
5560Sstevel@tonic-gate     ACPI_OBJECT_REFERENCE           Reference;
5570Sstevel@tonic-gate     ACPI_OBJECT_EXTRA               Extra;
5580Sstevel@tonic-gate     ACPI_OBJECT_DATA                Data;
5590Sstevel@tonic-gate     ACPI_OBJECT_CACHE_LIST          Cache;
5600Sstevel@tonic-gate 
5610Sstevel@tonic-gate } ACPI_OPERAND_OBJECT;
5620Sstevel@tonic-gate 
5630Sstevel@tonic-gate 
5640Sstevel@tonic-gate /******************************************************************************
5650Sstevel@tonic-gate  *
5660Sstevel@tonic-gate  * ACPI_DESCRIPTOR - objects that share a common descriptor identifier
5670Sstevel@tonic-gate  *
5680Sstevel@tonic-gate  *****************************************************************************/
5690Sstevel@tonic-gate 
5700Sstevel@tonic-gate /* Object descriptor types */
5710Sstevel@tonic-gate 
5720Sstevel@tonic-gate #define ACPI_DESC_TYPE_CACHED           0x01        /* Used only when object is cached */
5730Sstevel@tonic-gate #define ACPI_DESC_TYPE_STATE            0x02
5740Sstevel@tonic-gate #define ACPI_DESC_TYPE_STATE_UPDATE     0x03
5750Sstevel@tonic-gate #define ACPI_DESC_TYPE_STATE_PACKAGE    0x04
5760Sstevel@tonic-gate #define ACPI_DESC_TYPE_STATE_CONTROL    0x05
5770Sstevel@tonic-gate #define ACPI_DESC_TYPE_STATE_RPSCOPE    0x06
5780Sstevel@tonic-gate #define ACPI_DESC_TYPE_STATE_PSCOPE     0x07
5790Sstevel@tonic-gate #define ACPI_DESC_TYPE_STATE_WSCOPE     0x08
5800Sstevel@tonic-gate #define ACPI_DESC_TYPE_STATE_RESULT     0x09
5810Sstevel@tonic-gate #define ACPI_DESC_TYPE_STATE_NOTIFY     0x0A
5820Sstevel@tonic-gate #define ACPI_DESC_TYPE_STATE_THREAD     0x0B
5830Sstevel@tonic-gate #define ACPI_DESC_TYPE_WALK             0x0C
5840Sstevel@tonic-gate #define ACPI_DESC_TYPE_PARSER           0x0D
5850Sstevel@tonic-gate #define ACPI_DESC_TYPE_OPERAND          0x0E
5860Sstevel@tonic-gate #define ACPI_DESC_TYPE_NAMED            0x0F
5870Sstevel@tonic-gate #define ACPI_DESC_TYPE_MAX              0x0F
5880Sstevel@tonic-gate 
5890Sstevel@tonic-gate 
5900Sstevel@tonic-gate typedef union acpi_descriptor
5910Sstevel@tonic-gate {
5920Sstevel@tonic-gate     UINT8                           DescriptorId;   /* To differentiate various internal objs */\
5930Sstevel@tonic-gate     ACPI_OPERAND_OBJECT             Object;
5940Sstevel@tonic-gate     ACPI_NAMESPACE_NODE             Node;
5950Sstevel@tonic-gate     ACPI_PARSE_OBJECT               Op;
5960Sstevel@tonic-gate 
5970Sstevel@tonic-gate } ACPI_DESCRIPTOR;
5980Sstevel@tonic-gate 
5990Sstevel@tonic-gate 
6000Sstevel@tonic-gate #endif /* _ACOBJECT_H */
601