10Sstevel@tonic-gate 
20Sstevel@tonic-gate /******************************************************************************
30Sstevel@tonic-gate  *
40Sstevel@tonic-gate  * Name: acobject.h - Definition of ACPI_OPERAND_OBJECT  (Internal object only)
5*7851SDana.Myers@Sun.COM  *       $Revision: 1.144 $
60Sstevel@tonic-gate  *
70Sstevel@tonic-gate  *****************************************************************************/
80Sstevel@tonic-gate 
90Sstevel@tonic-gate /******************************************************************************
100Sstevel@tonic-gate  *
110Sstevel@tonic-gate  * 1. Copyright Notice
120Sstevel@tonic-gate  *
13*7851SDana.Myers@Sun.COM  * Some or all of this work - Copyright (c) 1999 - 2008, 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 
1212623Smyers /* acpisrc:StructDefs -- for acpisrc conversion */
1222623Smyers 
1230Sstevel@tonic-gate 
1240Sstevel@tonic-gate /*
1252623Smyers  * The ACPI_OPERAND_OBJECT is used to pass AML operands from the dispatcher
1260Sstevel@tonic-gate  * to the interpreter, and to keep track of the various handlers such as
1272623Smyers  * address space handlers and notify handlers. The object is a constant
1280Sstevel@tonic-gate  * size in order to allow it to be cached and reused.
129*7851SDana.Myers@Sun.COM  *
130*7851SDana.Myers@Sun.COM  * Note: The object is optimized to be aligned and will not work if it is
131*7851SDana.Myers@Sun.COM  * byte-packed.
1320Sstevel@tonic-gate  */
133*7851SDana.Myers@Sun.COM #if ACPI_MACHINE_WIDTH == 64
134*7851SDana.Myers@Sun.COM #pragma pack(8)
135*7851SDana.Myers@Sun.COM #else
136*7851SDana.Myers@Sun.COM #pragma pack(4)
137*7851SDana.Myers@Sun.COM #endif
1380Sstevel@tonic-gate 
1390Sstevel@tonic-gate /*******************************************************************************
1400Sstevel@tonic-gate  *
1410Sstevel@tonic-gate  * Common Descriptors
1420Sstevel@tonic-gate  *
1430Sstevel@tonic-gate  ******************************************************************************/
1440Sstevel@tonic-gate 
1450Sstevel@tonic-gate /*
1460Sstevel@tonic-gate  * Common area for all objects.
1470Sstevel@tonic-gate  *
1482623Smyers  * DescriptorType is used to differentiate between internal descriptors, and
1492623Smyers  * must be in the same place across all descriptors
1502623Smyers  *
1512623Smyers  * Note: The DescriptorType and Type fields must appear in the identical
1522623Smyers  * position in both the ACPI_NAMESPACE_NODE and ACPI_OPERAND_OBJECT
1532623Smyers  * structures.
1540Sstevel@tonic-gate  */
1552623Smyers #define ACPI_OBJECT_COMMON_HEADER \
1562623Smyers     union acpi_operand_object       *NextObject;        /* Objects linked to parent NS node */\
1572623Smyers     UINT8                           DescriptorType;     /* To differentiate various internal objs */\
1580Sstevel@tonic-gate     UINT8                           Type;               /* ACPI_OBJECT_TYPE */\
1590Sstevel@tonic-gate     UINT16                          ReferenceCount;     /* For object deletion management */\
1601560Smyers     UINT8                           Flags;
1612623Smyers     /*
1622623Smyers      * Note: There are 3 bytes available here before the
1632623Smyers      * next natural alignment boundary (for both 32/64 cases)
1642623Smyers      */
1650Sstevel@tonic-gate 
1662623Smyers /* Values for Flag byte above */
1670Sstevel@tonic-gate 
1680Sstevel@tonic-gate #define AOPOBJ_AML_CONSTANT         0x01
1690Sstevel@tonic-gate #define AOPOBJ_STATIC_POINTER       0x02
1700Sstevel@tonic-gate #define AOPOBJ_DATA_VALID           0x04
1710Sstevel@tonic-gate #define AOPOBJ_OBJECT_INITIALIZED   0x08
1720Sstevel@tonic-gate #define AOPOBJ_SETUP_COMPLETE       0x10
1730Sstevel@tonic-gate #define AOPOBJ_SINGLE_DATUM         0x20
1742623Smyers #define AOPOBJ_INVALID              0x40 /* Used if host OS won't allow an OpRegion address */
1750Sstevel@tonic-gate 
1760Sstevel@tonic-gate 
1770Sstevel@tonic-gate /******************************************************************************
1780Sstevel@tonic-gate  *
1790Sstevel@tonic-gate  * Basic data types
1800Sstevel@tonic-gate  *
1810Sstevel@tonic-gate  *****************************************************************************/
1820Sstevel@tonic-gate 
1830Sstevel@tonic-gate typedef struct acpi_object_common
1840Sstevel@tonic-gate {
1850Sstevel@tonic-gate     ACPI_OBJECT_COMMON_HEADER
1860Sstevel@tonic-gate 
1870Sstevel@tonic-gate } ACPI_OBJECT_COMMON;
1880Sstevel@tonic-gate 
1890Sstevel@tonic-gate 
1900Sstevel@tonic-gate typedef struct acpi_object_integer
1910Sstevel@tonic-gate {
1920Sstevel@tonic-gate     ACPI_OBJECT_COMMON_HEADER
193*7851SDana.Myers@Sun.COM     UINT8                           Fill[3];            /* Prevent warning on some compilers */
1940Sstevel@tonic-gate     ACPI_INTEGER                    Value;
1950Sstevel@tonic-gate 
1960Sstevel@tonic-gate } ACPI_OBJECT_INTEGER;
1970Sstevel@tonic-gate 
1980Sstevel@tonic-gate 
1990Sstevel@tonic-gate /*
2000Sstevel@tonic-gate  * Note: The String and Buffer object must be identical through the Pointer
2012623Smyers  * and length elements.  There is code that depends on this.
2022623Smyers  *
2032623Smyers  * Fields common to both Strings and Buffers
2040Sstevel@tonic-gate  */
2052623Smyers #define ACPI_COMMON_BUFFER_INFO(_Type) \
2062623Smyers     _Type                           *Pointer; \
2072623Smyers     UINT32                          Length;
2082623Smyers 
2092623Smyers 
2100Sstevel@tonic-gate typedef struct acpi_object_string   /* Null terminated, ASCII characters only */
2110Sstevel@tonic-gate {
2120Sstevel@tonic-gate     ACPI_OBJECT_COMMON_HEADER
2132623Smyers     ACPI_COMMON_BUFFER_INFO         (char)              /* String in AML stream or allocated string */
2140Sstevel@tonic-gate 
2150Sstevel@tonic-gate } ACPI_OBJECT_STRING;
2160Sstevel@tonic-gate 
2170Sstevel@tonic-gate 
2180Sstevel@tonic-gate typedef struct acpi_object_buffer
2190Sstevel@tonic-gate {
2200Sstevel@tonic-gate     ACPI_OBJECT_COMMON_HEADER
2212623Smyers     ACPI_COMMON_BUFFER_INFO         (UINT8)             /* Buffer in AML stream or allocated buffer */
2222623Smyers     UINT32                          AmlLength;
2232623Smyers     UINT8                           *AmlStart;
2240Sstevel@tonic-gate     ACPI_NAMESPACE_NODE             *Node;              /* Link back to parent node */
2250Sstevel@tonic-gate 
2260Sstevel@tonic-gate } ACPI_OBJECT_BUFFER;
2270Sstevel@tonic-gate 
2280Sstevel@tonic-gate 
2290Sstevel@tonic-gate typedef struct acpi_object_package
2300Sstevel@tonic-gate {
2310Sstevel@tonic-gate     ACPI_OBJECT_COMMON_HEADER
2320Sstevel@tonic-gate     ACPI_NAMESPACE_NODE             *Node;              /* Link back to parent node */
2330Sstevel@tonic-gate     union acpi_operand_object       **Elements;         /* Array of pointers to AcpiObjects */
2342623Smyers     UINT8                           *AmlStart;
2352623Smyers     UINT32                          AmlLength;
2362623Smyers     UINT32                          Count;              /* # of elements in package */
2370Sstevel@tonic-gate 
2380Sstevel@tonic-gate } ACPI_OBJECT_PACKAGE;
2390Sstevel@tonic-gate 
2400Sstevel@tonic-gate 
2410Sstevel@tonic-gate /******************************************************************************
2420Sstevel@tonic-gate  *
2430Sstevel@tonic-gate  * Complex data types
2440Sstevel@tonic-gate  *
2450Sstevel@tonic-gate  *****************************************************************************/
2460Sstevel@tonic-gate 
2470Sstevel@tonic-gate typedef struct acpi_object_event
2480Sstevel@tonic-gate {
2490Sstevel@tonic-gate     ACPI_OBJECT_COMMON_HEADER
2502623Smyers     ACPI_SEMAPHORE                  OsSemaphore;        /* Actual OS synchronization object */
2510Sstevel@tonic-gate 
2520Sstevel@tonic-gate } ACPI_OBJECT_EVENT;
2530Sstevel@tonic-gate 
2540Sstevel@tonic-gate 
2550Sstevel@tonic-gate typedef struct acpi_object_mutex
2560Sstevel@tonic-gate {
2570Sstevel@tonic-gate     ACPI_OBJECT_COMMON_HEADER
2580Sstevel@tonic-gate     UINT8                           SyncLevel;          /* 0-15, specified in Mutex() call */
2590Sstevel@tonic-gate     UINT16                          AcquisitionDepth;   /* Allow multiple Acquires, same thread */
260*7851SDana.Myers@Sun.COM     ACPI_MUTEX                      OsMutex;            /* Actual OS synchronization object */
261*7851SDana.Myers@Sun.COM     ACPI_THREAD_ID                  ThreadId;           /* Current owner of the mutex */
2620Sstevel@tonic-gate     struct acpi_thread_state        *OwnerThread;       /* Current owner of the mutex */
2630Sstevel@tonic-gate     union acpi_operand_object       *Prev;              /* Link for list of acquired mutexes */
2640Sstevel@tonic-gate     union acpi_operand_object       *Next;              /* Link for list of acquired mutexes */
2650Sstevel@tonic-gate     ACPI_NAMESPACE_NODE             *Node;              /* Containing namespace node */
2660Sstevel@tonic-gate     UINT8                           OriginalSyncLevel;  /* Owner's original sync level (0-15) */
2670Sstevel@tonic-gate 
2680Sstevel@tonic-gate } ACPI_OBJECT_MUTEX;
2690Sstevel@tonic-gate 
2700Sstevel@tonic-gate 
2710Sstevel@tonic-gate typedef struct acpi_object_region
2720Sstevel@tonic-gate {
2730Sstevel@tonic-gate     ACPI_OBJECT_COMMON_HEADER
2740Sstevel@tonic-gate     UINT8                           SpaceId;
2750Sstevel@tonic-gate     ACPI_NAMESPACE_NODE             *Node;              /* Containing namespace node */
2762623Smyers     union acpi_operand_object       *Handler;           /* Handler for region access */
2770Sstevel@tonic-gate     union acpi_operand_object       *Next;
2782623Smyers     ACPI_PHYSICAL_ADDRESS           Address;
2790Sstevel@tonic-gate     UINT32                          Length;
2800Sstevel@tonic-gate 
2810Sstevel@tonic-gate } ACPI_OBJECT_REGION;
2820Sstevel@tonic-gate 
2830Sstevel@tonic-gate 
2842623Smyers typedef struct acpi_object_method
2852623Smyers {
2862623Smyers     ACPI_OBJECT_COMMON_HEADER
2872623Smyers     UINT8                           MethodFlags;
2882623Smyers     UINT8                           ParamCount;
2892623Smyers     UINT8                           SyncLevel;
2902623Smyers     union acpi_operand_object       *Mutex;
2912623Smyers     UINT8                           *AmlStart;
2922623Smyers     ACPI_INTERNAL_METHOD            Implementation;
2932623Smyers     UINT32                          AmlLength;
2942623Smyers     UINT8                           ThreadCount;
2952623Smyers     ACPI_OWNER_ID                   OwnerId;
2962623Smyers 
2972623Smyers } ACPI_OBJECT_METHOD;
2982623Smyers 
2992623Smyers 
3000Sstevel@tonic-gate /******************************************************************************
3010Sstevel@tonic-gate  *
3020Sstevel@tonic-gate  * Objects that can be notified.  All share a common NotifyInfo area.
3030Sstevel@tonic-gate  *
3040Sstevel@tonic-gate  *****************************************************************************/
3050Sstevel@tonic-gate 
3062623Smyers /*
3072623Smyers  * Common fields for objects that support ASL notifications
3082623Smyers  */
3092623Smyers #define ACPI_COMMON_NOTIFY_INFO \
3102623Smyers     union acpi_operand_object       *SystemNotify;      /* Handler for system notifies */\
3112623Smyers     union acpi_operand_object       *DeviceNotify;      /* Handler for driver notifies */\
3122623Smyers     union acpi_operand_object       *Handler;           /* Handler for Address space */
3132623Smyers 
3142623Smyers 
3150Sstevel@tonic-gate typedef struct acpi_object_notify_common    /* COMMON NOTIFY for POWER, PROCESSOR, DEVICE, and THERMAL */
3160Sstevel@tonic-gate {
3170Sstevel@tonic-gate     ACPI_OBJECT_COMMON_HEADER
3180Sstevel@tonic-gate     ACPI_COMMON_NOTIFY_INFO
3190Sstevel@tonic-gate 
3200Sstevel@tonic-gate } ACPI_OBJECT_NOTIFY_COMMON;
3210Sstevel@tonic-gate 
3220Sstevel@tonic-gate 
3230Sstevel@tonic-gate typedef struct acpi_object_device
3240Sstevel@tonic-gate {
3250Sstevel@tonic-gate     ACPI_OBJECT_COMMON_HEADER
3260Sstevel@tonic-gate     ACPI_COMMON_NOTIFY_INFO
3270Sstevel@tonic-gate     ACPI_GPE_BLOCK_INFO             *GpeBlock;
3280Sstevel@tonic-gate 
3290Sstevel@tonic-gate } ACPI_OBJECT_DEVICE;
3300Sstevel@tonic-gate 
3310Sstevel@tonic-gate 
3320Sstevel@tonic-gate typedef struct acpi_object_power_resource
3330Sstevel@tonic-gate {
3340Sstevel@tonic-gate     ACPI_OBJECT_COMMON_HEADER
3350Sstevel@tonic-gate     ACPI_COMMON_NOTIFY_INFO
3360Sstevel@tonic-gate     UINT32                          SystemLevel;
3370Sstevel@tonic-gate     UINT32                          ResourceOrder;
3380Sstevel@tonic-gate 
3390Sstevel@tonic-gate } ACPI_OBJECT_POWER_RESOURCE;
3400Sstevel@tonic-gate 
3410Sstevel@tonic-gate 
3420Sstevel@tonic-gate typedef struct acpi_object_processor
3430Sstevel@tonic-gate {
3440Sstevel@tonic-gate     ACPI_OBJECT_COMMON_HEADER
345*7851SDana.Myers@Sun.COM 
346*7851SDana.Myers@Sun.COM     /* The next two fields take advantage of the 3-byte space before NOTIFY_INFO */
347*7851SDana.Myers@Sun.COM 
3482623Smyers     UINT8                           ProcId;
3492623Smyers     UINT8                           Length;
3500Sstevel@tonic-gate     ACPI_COMMON_NOTIFY_INFO
3510Sstevel@tonic-gate     ACPI_IO_ADDRESS                 Address;
3520Sstevel@tonic-gate 
3530Sstevel@tonic-gate } ACPI_OBJECT_PROCESSOR;
3540Sstevel@tonic-gate 
3550Sstevel@tonic-gate 
3560Sstevel@tonic-gate typedef struct acpi_object_thermal_zone
3570Sstevel@tonic-gate {
3580Sstevel@tonic-gate     ACPI_OBJECT_COMMON_HEADER
3590Sstevel@tonic-gate     ACPI_COMMON_NOTIFY_INFO
3600Sstevel@tonic-gate 
3610Sstevel@tonic-gate } ACPI_OBJECT_THERMAL_ZONE;
3620Sstevel@tonic-gate 
3630Sstevel@tonic-gate 
3640Sstevel@tonic-gate /******************************************************************************
3650Sstevel@tonic-gate  *
3660Sstevel@tonic-gate  * Fields.  All share a common header/info field.
3670Sstevel@tonic-gate  *
3680Sstevel@tonic-gate  *****************************************************************************/
3690Sstevel@tonic-gate 
3702623Smyers /*
3712623Smyers  * Common bitfield for the field objects
3722623Smyers  * "Field Datum"  -- a datum from the actual field object
3732623Smyers  * "Buffer Datum" -- a datum from a user buffer, read from or to be written to the field
3742623Smyers  */
3752623Smyers #define ACPI_COMMON_FIELD_INFO \
3762623Smyers     UINT8                           FieldFlags;         /* Access, update, and lock bits */\
3772623Smyers     UINT8                           Attribute;          /* From AccessAs keyword */\
3782623Smyers     UINT8                           AccessByteWidth;    /* Read/Write size in bytes */\
3792623Smyers     ACPI_NAMESPACE_NODE             *Node;              /* Link back to parent node */\
3802623Smyers     UINT32                          BitLength;          /* Length of field in bits */\
3812623Smyers     UINT32                          BaseByteOffset;     /* Byte offset within containing object */\
3822623Smyers     UINT32                          Value;              /* Value to store into the Bank or Index register */\
3832623Smyers     UINT8                           StartFieldBitOffset;/* Bit offset within first field datum (0-63) */\
3842623Smyers     UINT8                           AccessBitWidth;     /* Read/Write size in bits (8-64) */
3852623Smyers 
3862623Smyers 
3870Sstevel@tonic-gate typedef struct acpi_object_field_common                 /* COMMON FIELD (for BUFFER, REGION, BANK, and INDEX fields) */
3880Sstevel@tonic-gate {
3890Sstevel@tonic-gate     ACPI_OBJECT_COMMON_HEADER
3900Sstevel@tonic-gate     ACPI_COMMON_FIELD_INFO
3912623Smyers     union acpi_operand_object       *RegionObj;         /* Parent Operation Region object (REGION/BANK fields only) */
3922623Smyers 
3930Sstevel@tonic-gate } ACPI_OBJECT_FIELD_COMMON;
3940Sstevel@tonic-gate 
3950Sstevel@tonic-gate 
3960Sstevel@tonic-gate typedef struct acpi_object_region_field
3970Sstevel@tonic-gate {
3980Sstevel@tonic-gate     ACPI_OBJECT_COMMON_HEADER
3990Sstevel@tonic-gate     ACPI_COMMON_FIELD_INFO
4000Sstevel@tonic-gate     union acpi_operand_object       *RegionObj;         /* Containing OpRegion object */
4010Sstevel@tonic-gate 
4020Sstevel@tonic-gate } ACPI_OBJECT_REGION_FIELD;
4030Sstevel@tonic-gate 
4040Sstevel@tonic-gate 
4050Sstevel@tonic-gate typedef struct acpi_object_bank_field
4060Sstevel@tonic-gate {
4070Sstevel@tonic-gate     ACPI_OBJECT_COMMON_HEADER
4080Sstevel@tonic-gate     ACPI_COMMON_FIELD_INFO
4090Sstevel@tonic-gate     union acpi_operand_object       *RegionObj;         /* Containing OpRegion object */
4100Sstevel@tonic-gate     union acpi_operand_object       *BankObj;           /* BankSelect Register object */
4110Sstevel@tonic-gate 
4120Sstevel@tonic-gate } ACPI_OBJECT_BANK_FIELD;
4130Sstevel@tonic-gate 
4140Sstevel@tonic-gate 
4150Sstevel@tonic-gate typedef struct acpi_object_index_field
4160Sstevel@tonic-gate {
4170Sstevel@tonic-gate     ACPI_OBJECT_COMMON_HEADER
4180Sstevel@tonic-gate     ACPI_COMMON_FIELD_INFO
4190Sstevel@tonic-gate 
4200Sstevel@tonic-gate     /*
4210Sstevel@tonic-gate      * No "RegionObj" pointer needed since the Index and Data registers
4220Sstevel@tonic-gate      * are each field definitions unto themselves.
4230Sstevel@tonic-gate      */
4240Sstevel@tonic-gate     union acpi_operand_object       *IndexObj;          /* Index register */
4250Sstevel@tonic-gate     union acpi_operand_object       *DataObj;           /* Data register */
4260Sstevel@tonic-gate 
4270Sstevel@tonic-gate } ACPI_OBJECT_INDEX_FIELD;
4280Sstevel@tonic-gate 
4290Sstevel@tonic-gate 
4300Sstevel@tonic-gate /* The BufferField is different in that it is part of a Buffer, not an OpRegion */
4310Sstevel@tonic-gate 
4320Sstevel@tonic-gate typedef struct acpi_object_buffer_field
4330Sstevel@tonic-gate {
4340Sstevel@tonic-gate     ACPI_OBJECT_COMMON_HEADER
4350Sstevel@tonic-gate     ACPI_COMMON_FIELD_INFO
4360Sstevel@tonic-gate     union acpi_operand_object       *BufferObj;         /* Containing Buffer object */
4370Sstevel@tonic-gate 
4380Sstevel@tonic-gate } ACPI_OBJECT_BUFFER_FIELD;
4390Sstevel@tonic-gate 
4400Sstevel@tonic-gate 
4410Sstevel@tonic-gate /******************************************************************************
4420Sstevel@tonic-gate  *
4430Sstevel@tonic-gate  * Objects for handlers
4440Sstevel@tonic-gate  *
4450Sstevel@tonic-gate  *****************************************************************************/
4460Sstevel@tonic-gate 
4470Sstevel@tonic-gate typedef struct acpi_object_notify_handler
4480Sstevel@tonic-gate {
4490Sstevel@tonic-gate     ACPI_OBJECT_COMMON_HEADER
4500Sstevel@tonic-gate     ACPI_NAMESPACE_NODE             *Node;              /* Parent device */
4510Sstevel@tonic-gate     ACPI_NOTIFY_HANDLER             Handler;
4520Sstevel@tonic-gate     void                            *Context;
4530Sstevel@tonic-gate 
4540Sstevel@tonic-gate } ACPI_OBJECT_NOTIFY_HANDLER;
4550Sstevel@tonic-gate 
4560Sstevel@tonic-gate 
4570Sstevel@tonic-gate typedef struct acpi_object_addr_handler
4580Sstevel@tonic-gate {
4590Sstevel@tonic-gate     ACPI_OBJECT_COMMON_HEADER
4600Sstevel@tonic-gate     UINT8                           SpaceId;
4612623Smyers     UINT8                           HandlerFlags;
4620Sstevel@tonic-gate     ACPI_ADR_SPACE_HANDLER          Handler;
4630Sstevel@tonic-gate     ACPI_NAMESPACE_NODE             *Node;              /* Parent device */
4640Sstevel@tonic-gate     void                            *Context;
4650Sstevel@tonic-gate     ACPI_ADR_SPACE_SETUP            Setup;
4660Sstevel@tonic-gate     union acpi_operand_object       *RegionList;        /* regions using this handler */
4670Sstevel@tonic-gate     union acpi_operand_object       *Next;
4680Sstevel@tonic-gate 
4690Sstevel@tonic-gate } ACPI_OBJECT_ADDR_HANDLER;
4700Sstevel@tonic-gate 
4712623Smyers /* Flags for address handler (HandlerFlags) */
4722623Smyers 
4732623Smyers #define ACPI_ADDR_HANDLER_DEFAULT_INSTALLED  0x01
4742623Smyers 
4750Sstevel@tonic-gate 
4760Sstevel@tonic-gate /******************************************************************************
4770Sstevel@tonic-gate  *
4780Sstevel@tonic-gate  * Special internal objects
4790Sstevel@tonic-gate  *
4800Sstevel@tonic-gate  *****************************************************************************/
4810Sstevel@tonic-gate 
4820Sstevel@tonic-gate /*
483*7851SDana.Myers@Sun.COM  * The Reference object is used for these opcodes:
484*7851SDana.Myers@Sun.COM  * Arg[0-6], Local[0-7], IndexOp, NameOp, RefOfOp, LoadOp, LoadTableOp, DebugOp
485*7851SDana.Myers@Sun.COM  * The Reference.Class differentiates these types.
4860Sstevel@tonic-gate  */
4870Sstevel@tonic-gate typedef struct acpi_object_reference
4880Sstevel@tonic-gate {
4890Sstevel@tonic-gate     ACPI_OBJECT_COMMON_HEADER
490*7851SDana.Myers@Sun.COM      UINT8                           Class;              /* Reference Class */
491*7851SDana.Myers@Sun.COM      UINT8                           TargetType;         /* Used for Index Op */
492*7851SDana.Myers@Sun.COM      UINT8                           Reserved;
493*7851SDana.Myers@Sun.COM      void                            *Object;            /* NameOp=>HANDLE to obj, IndexOp=>ACPI_OPERAND_OBJECT */
494*7851SDana.Myers@Sun.COM      ACPI_NAMESPACE_NODE             *Node;              /* RefOf or Namepath */
495*7851SDana.Myers@Sun.COM      union acpi_operand_object       **Where;            /* Target of Index */
496*7851SDana.Myers@Sun.COM      UINT32                          Value;              /* Used for Local/Arg/Index/DdbHandle */
4970Sstevel@tonic-gate 
4980Sstevel@tonic-gate } ACPI_OBJECT_REFERENCE;
4990Sstevel@tonic-gate 
500*7851SDana.Myers@Sun.COM /* Values for Reference.Class above */
501*7851SDana.Myers@Sun.COM 
502*7851SDana.Myers@Sun.COM typedef enum
503*7851SDana.Myers@Sun.COM {
504*7851SDana.Myers@Sun.COM     ACPI_REFCLASS_LOCAL             = 0,        /* Method local */
505*7851SDana.Myers@Sun.COM     ACPI_REFCLASS_ARG               = 1,        /* Method argument */
506*7851SDana.Myers@Sun.COM     ACPI_REFCLASS_REFOF             = 2,        /* Result of RefOf() TBD: Split to Ref/Node and Ref/OperandObj? */
507*7851SDana.Myers@Sun.COM     ACPI_REFCLASS_INDEX             = 3,        /* Result of Index() */
508*7851SDana.Myers@Sun.COM     ACPI_REFCLASS_TABLE             = 4,        /* DdbHandle - Load(), LoadTable() */
509*7851SDana.Myers@Sun.COM     ACPI_REFCLASS_NAME              = 5,        /* Reference to a named object */
510*7851SDana.Myers@Sun.COM     ACPI_REFCLASS_DEBUG             = 6,        /* Debug object */
511*7851SDana.Myers@Sun.COM 
512*7851SDana.Myers@Sun.COM     ACPI_REFCLASS_MAX               = 6
513*7851SDana.Myers@Sun.COM 
514*7851SDana.Myers@Sun.COM } ACPI_REFERENCE_CLASSES;
515*7851SDana.Myers@Sun.COM 
5160Sstevel@tonic-gate 
5170Sstevel@tonic-gate /*
5180Sstevel@tonic-gate  * Extra object is used as additional storage for types that
5190Sstevel@tonic-gate  * have AML code in their declarations (TermArgs) that must be
5200Sstevel@tonic-gate  * evaluated at run time.
5210Sstevel@tonic-gate  *
5220Sstevel@tonic-gate  * Currently: Region and FieldUnit types
5230Sstevel@tonic-gate  */
5240Sstevel@tonic-gate typedef struct acpi_object_extra
5250Sstevel@tonic-gate {
5260Sstevel@tonic-gate     ACPI_OBJECT_COMMON_HEADER
5270Sstevel@tonic-gate     ACPI_NAMESPACE_NODE             *Method_REG;        /* _REG method for this region (if any) */
5280Sstevel@tonic-gate     void                            *RegionContext;     /* Region-specific data */
5292623Smyers     UINT8                           *AmlStart;
5302623Smyers     UINT32                          AmlLength;
5310Sstevel@tonic-gate 
5320Sstevel@tonic-gate } ACPI_OBJECT_EXTRA;
5330Sstevel@tonic-gate 
5340Sstevel@tonic-gate 
5350Sstevel@tonic-gate /* Additional data that can be attached to namespace nodes */
5360Sstevel@tonic-gate 
5370Sstevel@tonic-gate typedef struct acpi_object_data
5380Sstevel@tonic-gate {
5390Sstevel@tonic-gate     ACPI_OBJECT_COMMON_HEADER
5400Sstevel@tonic-gate     ACPI_OBJECT_HANDLER             Handler;
5410Sstevel@tonic-gate     void                            *Pointer;
5420Sstevel@tonic-gate 
5430Sstevel@tonic-gate } ACPI_OBJECT_DATA;
5440Sstevel@tonic-gate 
5450Sstevel@tonic-gate 
5460Sstevel@tonic-gate /* Structure used when objects are cached for reuse */
5470Sstevel@tonic-gate 
5480Sstevel@tonic-gate typedef struct acpi_object_cache_list
5490Sstevel@tonic-gate {
5500Sstevel@tonic-gate     ACPI_OBJECT_COMMON_HEADER
5510Sstevel@tonic-gate     union acpi_operand_object       *Next;              /* Link for object cache and internal lists*/
5520Sstevel@tonic-gate 
5530Sstevel@tonic-gate } ACPI_OBJECT_CACHE_LIST;
5540Sstevel@tonic-gate 
5550Sstevel@tonic-gate 
5560Sstevel@tonic-gate /******************************************************************************
5570Sstevel@tonic-gate  *
5580Sstevel@tonic-gate  * ACPI_OPERAND_OBJECT Descriptor - a giant union of all of the above
5590Sstevel@tonic-gate  *
5600Sstevel@tonic-gate  *****************************************************************************/
5610Sstevel@tonic-gate 
5620Sstevel@tonic-gate typedef union acpi_operand_object
5630Sstevel@tonic-gate {
5642623Smyers     ACPI_OBJECT_COMMON                  Common;
5652623Smyers     ACPI_OBJECT_INTEGER                 Integer;
5662623Smyers     ACPI_OBJECT_STRING                  String;
5672623Smyers     ACPI_OBJECT_BUFFER                  Buffer;
5682623Smyers     ACPI_OBJECT_PACKAGE                 Package;
5692623Smyers     ACPI_OBJECT_EVENT                   Event;
5702623Smyers     ACPI_OBJECT_METHOD                  Method;
5712623Smyers     ACPI_OBJECT_MUTEX                   Mutex;
5722623Smyers     ACPI_OBJECT_REGION                  Region;
5732623Smyers     ACPI_OBJECT_NOTIFY_COMMON           CommonNotify;
5742623Smyers     ACPI_OBJECT_DEVICE                  Device;
5752623Smyers     ACPI_OBJECT_POWER_RESOURCE          PowerResource;
5762623Smyers     ACPI_OBJECT_PROCESSOR               Processor;
5772623Smyers     ACPI_OBJECT_THERMAL_ZONE            ThermalZone;
5782623Smyers     ACPI_OBJECT_FIELD_COMMON            CommonField;
5792623Smyers     ACPI_OBJECT_REGION_FIELD            Field;
5802623Smyers     ACPI_OBJECT_BUFFER_FIELD            BufferField;
5812623Smyers     ACPI_OBJECT_BANK_FIELD              BankField;
5822623Smyers     ACPI_OBJECT_INDEX_FIELD             IndexField;
5832623Smyers     ACPI_OBJECT_NOTIFY_HANDLER          Notify;
5842623Smyers     ACPI_OBJECT_ADDR_HANDLER            AddressSpace;
5852623Smyers     ACPI_OBJECT_REFERENCE               Reference;
5862623Smyers     ACPI_OBJECT_EXTRA                   Extra;
5872623Smyers     ACPI_OBJECT_DATA                    Data;
5882623Smyers     ACPI_OBJECT_CACHE_LIST              Cache;
5890Sstevel@tonic-gate 
590*7851SDana.Myers@Sun.COM     /*
591*7851SDana.Myers@Sun.COM      * Add namespace node to union in order to simplify code that accepts both
592*7851SDana.Myers@Sun.COM      * ACPI_OPERAND_OBJECTs and ACPI_NAMESPACE_NODEs. The structures share
593*7851SDana.Myers@Sun.COM      * a common DescriptorType field in order to differentiate them.
594*7851SDana.Myers@Sun.COM      */
595*7851SDana.Myers@Sun.COM     ACPI_NAMESPACE_NODE                 Node;
596*7851SDana.Myers@Sun.COM 
5970Sstevel@tonic-gate } ACPI_OPERAND_OBJECT;
5980Sstevel@tonic-gate 
5990Sstevel@tonic-gate 
6000Sstevel@tonic-gate /******************************************************************************
6010Sstevel@tonic-gate  *
6020Sstevel@tonic-gate  * ACPI_DESCRIPTOR - objects that share a common descriptor identifier
6030Sstevel@tonic-gate  *
6040Sstevel@tonic-gate  *****************************************************************************/
6050Sstevel@tonic-gate 
6060Sstevel@tonic-gate /* Object descriptor types */
6070Sstevel@tonic-gate 
6080Sstevel@tonic-gate #define ACPI_DESC_TYPE_CACHED           0x01        /* Used only when object is cached */
6090Sstevel@tonic-gate #define ACPI_DESC_TYPE_STATE            0x02
6100Sstevel@tonic-gate #define ACPI_DESC_TYPE_STATE_UPDATE     0x03
6110Sstevel@tonic-gate #define ACPI_DESC_TYPE_STATE_PACKAGE    0x04
6120Sstevel@tonic-gate #define ACPI_DESC_TYPE_STATE_CONTROL    0x05
6130Sstevel@tonic-gate #define ACPI_DESC_TYPE_STATE_RPSCOPE    0x06
6140Sstevel@tonic-gate #define ACPI_DESC_TYPE_STATE_PSCOPE     0x07
6150Sstevel@tonic-gate #define ACPI_DESC_TYPE_STATE_WSCOPE     0x08
6160Sstevel@tonic-gate #define ACPI_DESC_TYPE_STATE_RESULT     0x09
6170Sstevel@tonic-gate #define ACPI_DESC_TYPE_STATE_NOTIFY     0x0A
6180Sstevel@tonic-gate #define ACPI_DESC_TYPE_STATE_THREAD     0x0B
6190Sstevel@tonic-gate #define ACPI_DESC_TYPE_WALK             0x0C
6200Sstevel@tonic-gate #define ACPI_DESC_TYPE_PARSER           0x0D
6210Sstevel@tonic-gate #define ACPI_DESC_TYPE_OPERAND          0x0E
6220Sstevel@tonic-gate #define ACPI_DESC_TYPE_NAMED            0x0F
6230Sstevel@tonic-gate #define ACPI_DESC_TYPE_MAX              0x0F
6240Sstevel@tonic-gate 
6250Sstevel@tonic-gate 
6262623Smyers typedef struct acpi_common_descriptor
6272623Smyers {
6282623Smyers     void                            *CommonPointer;
6292623Smyers     UINT8                           DescriptorType; /* To differentiate various internal objs */
6302623Smyers 
6312623Smyers } ACPI_COMMON_DESCRIPTOR;
6322623Smyers 
6330Sstevel@tonic-gate typedef union acpi_descriptor
6340Sstevel@tonic-gate {
6352623Smyers     ACPI_COMMON_DESCRIPTOR          Common;
6360Sstevel@tonic-gate     ACPI_OPERAND_OBJECT             Object;
6370Sstevel@tonic-gate     ACPI_NAMESPACE_NODE             Node;
6380Sstevel@tonic-gate     ACPI_PARSE_OBJECT               Op;
6390Sstevel@tonic-gate 
6400Sstevel@tonic-gate } ACPI_DESCRIPTOR;
6410Sstevel@tonic-gate 
642*7851SDana.Myers@Sun.COM #pragma pack()
6430Sstevel@tonic-gate 
6440Sstevel@tonic-gate #endif /* _ACOBJECT_H */
645