10Sstevel@tonic-gate 20Sstevel@tonic-gate /****************************************************************************** 30Sstevel@tonic-gate * 40Sstevel@tonic-gate * Name: acobject.h - Definition of ACPI_OPERAND_OBJECT (Internal object only) 50Sstevel@tonic-gate * 60Sstevel@tonic-gate *****************************************************************************/ 70Sstevel@tonic-gate 80Sstevel@tonic-gate /****************************************************************************** 90Sstevel@tonic-gate * 100Sstevel@tonic-gate * 1. Copyright Notice 110Sstevel@tonic-gate * 129980SDana.Myers@Sun.COM * Some or all of this work - Copyright (c) 1999 - 2009, Intel Corp. 130Sstevel@tonic-gate * All rights reserved. 140Sstevel@tonic-gate * 150Sstevel@tonic-gate * 2. License 160Sstevel@tonic-gate * 170Sstevel@tonic-gate * 2.1. This is your license from Intel Corp. under its intellectual property 180Sstevel@tonic-gate * rights. You may have additional license terms from the party that provided 190Sstevel@tonic-gate * you this software, covering your right to use that party's intellectual 200Sstevel@tonic-gate * property rights. 210Sstevel@tonic-gate * 220Sstevel@tonic-gate * 2.2. Intel grants, free of charge, to any person ("Licensee") obtaining a 230Sstevel@tonic-gate * copy of the source code appearing in this file ("Covered Code") an 240Sstevel@tonic-gate * irrevocable, perpetual, worldwide license under Intel's copyrights in the 250Sstevel@tonic-gate * base code distributed originally by Intel ("Original Intel Code") to copy, 260Sstevel@tonic-gate * make derivatives, distribute, use and display any portion of the Covered 270Sstevel@tonic-gate * Code in any form, with the right to sublicense such rights; and 280Sstevel@tonic-gate * 290Sstevel@tonic-gate * 2.3. Intel grants Licensee a non-exclusive and non-transferable patent 300Sstevel@tonic-gate * license (with the right to sublicense), under only those claims of Intel 310Sstevel@tonic-gate * patents that are infringed by the Original Intel Code, to make, use, sell, 320Sstevel@tonic-gate * offer to sell, and import the Covered Code and derivative works thereof 330Sstevel@tonic-gate * solely to the minimum extent necessary to exercise the above copyright 340Sstevel@tonic-gate * license, and in no event shall the patent license extend to any additions 350Sstevel@tonic-gate * to or modifications of the Original Intel Code. No other license or right 360Sstevel@tonic-gate * is granted directly or by implication, estoppel or otherwise; 370Sstevel@tonic-gate * 380Sstevel@tonic-gate * The above copyright and patent license is granted only if the following 390Sstevel@tonic-gate * conditions are met: 400Sstevel@tonic-gate * 410Sstevel@tonic-gate * 3. Conditions 420Sstevel@tonic-gate * 430Sstevel@tonic-gate * 3.1. Redistribution of Source with Rights to Further Distribute Source. 440Sstevel@tonic-gate * Redistribution of source code of any substantial portion of the Covered 450Sstevel@tonic-gate * Code or modification with rights to further distribute source must include 460Sstevel@tonic-gate * the above Copyright Notice, the above License, this list of Conditions, 470Sstevel@tonic-gate * and the following Disclaimer and Export Compliance provision. In addition, 480Sstevel@tonic-gate * Licensee must cause all Covered Code to which Licensee contributes to 490Sstevel@tonic-gate * contain a file documenting the changes Licensee made to create that Covered 500Sstevel@tonic-gate * Code and the date of any change. Licensee must include in that file the 510Sstevel@tonic-gate * documentation of any changes made by any predecessor Licensee. Licensee 520Sstevel@tonic-gate * must include a prominent statement that the modification is derived, 530Sstevel@tonic-gate * directly or indirectly, from Original Intel Code. 540Sstevel@tonic-gate * 550Sstevel@tonic-gate * 3.2. Redistribution of Source with no Rights to Further Distribute Source. 560Sstevel@tonic-gate * Redistribution of source code of any substantial portion of the Covered 570Sstevel@tonic-gate * Code or modification without rights to further distribute source must 580Sstevel@tonic-gate * include the following Disclaimer and Export Compliance provision in the 590Sstevel@tonic-gate * documentation and/or other materials provided with distribution. In 600Sstevel@tonic-gate * addition, Licensee may not authorize further sublicense of source of any 610Sstevel@tonic-gate * portion of the Covered Code, and must include terms to the effect that the 620Sstevel@tonic-gate * license from Licensee to its licensee is limited to the intellectual 630Sstevel@tonic-gate * property embodied in the software Licensee provides to its licensee, and 640Sstevel@tonic-gate * not to intellectual property embodied in modifications its licensee may 650Sstevel@tonic-gate * make. 660Sstevel@tonic-gate * 670Sstevel@tonic-gate * 3.3. Redistribution of Executable. Redistribution in executable form of any 680Sstevel@tonic-gate * substantial portion of the Covered Code or modification must reproduce the 690Sstevel@tonic-gate * above Copyright Notice, and the following Disclaimer and Export Compliance 700Sstevel@tonic-gate * provision in the documentation and/or other materials provided with the 710Sstevel@tonic-gate * distribution. 720Sstevel@tonic-gate * 730Sstevel@tonic-gate * 3.4. Intel retains all right, title, and interest in and to the Original 740Sstevel@tonic-gate * Intel Code. 750Sstevel@tonic-gate * 760Sstevel@tonic-gate * 3.5. Neither the name Intel nor any other trademark owned or controlled by 770Sstevel@tonic-gate * Intel shall be used in advertising or otherwise to promote the sale, use or 780Sstevel@tonic-gate * other dealings in products derived from or relating to the Covered Code 790Sstevel@tonic-gate * without prior written authorization from Intel. 800Sstevel@tonic-gate * 810Sstevel@tonic-gate * 4. Disclaimer and Export Compliance 820Sstevel@tonic-gate * 830Sstevel@tonic-gate * 4.1. INTEL MAKES NO WARRANTY OF ANY KIND REGARDING ANY SOFTWARE PROVIDED 840Sstevel@tonic-gate * HERE. ANY SOFTWARE ORIGINATING FROM INTEL OR DERIVED FROM INTEL SOFTWARE 850Sstevel@tonic-gate * IS PROVIDED "AS IS," AND INTEL WILL NOT PROVIDE ANY SUPPORT, ASSISTANCE, 860Sstevel@tonic-gate * INSTALLATION, TRAINING OR OTHER SERVICES. INTEL WILL NOT PROVIDE ANY 870Sstevel@tonic-gate * UPDATES, ENHANCEMENTS OR EXTENSIONS. INTEL SPECIFICALLY DISCLAIMS ANY 880Sstevel@tonic-gate * IMPLIED WARRANTIES OF MERCHANTABILITY, NONINFRINGEMENT AND FITNESS FOR A 890Sstevel@tonic-gate * PARTICULAR PURPOSE. 900Sstevel@tonic-gate * 910Sstevel@tonic-gate * 4.2. IN NO EVENT SHALL INTEL HAVE ANY LIABILITY TO LICENSEE, ITS LICENSEES 920Sstevel@tonic-gate * OR ANY OTHER THIRD PARTY, FOR ANY LOST PROFITS, LOST DATA, LOSS OF USE OR 930Sstevel@tonic-gate * COSTS OF PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES, OR FOR ANY INDIRECT, 940Sstevel@tonic-gate * SPECIAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THIS AGREEMENT, UNDER ANY 950Sstevel@tonic-gate * CAUSE OF ACTION OR THEORY OF LIABILITY, AND IRRESPECTIVE OF WHETHER INTEL 960Sstevel@tonic-gate * HAS ADVANCE NOTICE OF THE POSSIBILITY OF SUCH DAMAGES. THESE LIMITATIONS 970Sstevel@tonic-gate * SHALL APPLY NOTWITHSTANDING THE FAILURE OF THE ESSENTIAL PURPOSE OF ANY 980Sstevel@tonic-gate * LIMITED REMEDY. 990Sstevel@tonic-gate * 1000Sstevel@tonic-gate * 4.3. Licensee shall not export, either directly or indirectly, any of this 1010Sstevel@tonic-gate * software or system incorporating such software without first obtaining any 1020Sstevel@tonic-gate * required license or other approval from the U. S. Department of Commerce or 1030Sstevel@tonic-gate * any other agency or department of the United States Government. In the 1040Sstevel@tonic-gate * event Licensee exports any such software from the United States or 1050Sstevel@tonic-gate * re-exports any such software from a foreign destination, Licensee shall 1060Sstevel@tonic-gate * ensure that the distribution and export/re-export of the software is in 1070Sstevel@tonic-gate * compliance with all laws, regulations, orders, or other restrictions of the 1080Sstevel@tonic-gate * U.S. Export Administration Regulations. Licensee agrees that neither it nor 1090Sstevel@tonic-gate * any of its subsidiaries will export/re-export any technical data, process, 1100Sstevel@tonic-gate * software, or service, directly or indirectly, to any country for which the 1110Sstevel@tonic-gate * United States government or any agency thereof requires an export license, 1120Sstevel@tonic-gate * other governmental approval, or letter of assurance, without first obtaining 1130Sstevel@tonic-gate * such license, approval or letter. 1140Sstevel@tonic-gate * 1150Sstevel@tonic-gate *****************************************************************************/ 1160Sstevel@tonic-gate 1170Sstevel@tonic-gate #ifndef _ACOBJECT_H 1180Sstevel@tonic-gate #define _ACOBJECT_H 1190Sstevel@tonic-gate 1202623Smyers /* acpisrc:StructDefs -- for acpisrc conversion */ 1212623Smyers 1220Sstevel@tonic-gate 1230Sstevel@tonic-gate /* 1242623Smyers * The ACPI_OPERAND_OBJECT is used to pass AML operands from the dispatcher 1250Sstevel@tonic-gate * to the interpreter, and to keep track of the various handlers such as 1262623Smyers * address space handlers and notify handlers. The object is a constant 1270Sstevel@tonic-gate * size in order to allow it to be cached and reused. 1287851SDana.Myers@Sun.COM * 1297851SDana.Myers@Sun.COM * Note: The object is optimized to be aligned and will not work if it is 1307851SDana.Myers@Sun.COM * byte-packed. 1310Sstevel@tonic-gate */ 1327851SDana.Myers@Sun.COM #if ACPI_MACHINE_WIDTH == 64 1337851SDana.Myers@Sun.COM #pragma pack(8) 1347851SDana.Myers@Sun.COM #else 1357851SDana.Myers@Sun.COM #pragma pack(4) 1367851SDana.Myers@Sun.COM #endif 1370Sstevel@tonic-gate 1380Sstevel@tonic-gate /******************************************************************************* 1390Sstevel@tonic-gate * 1400Sstevel@tonic-gate * Common Descriptors 1410Sstevel@tonic-gate * 1420Sstevel@tonic-gate ******************************************************************************/ 1430Sstevel@tonic-gate 1440Sstevel@tonic-gate /* 1450Sstevel@tonic-gate * Common area for all objects. 1460Sstevel@tonic-gate * 1472623Smyers * DescriptorType is used to differentiate between internal descriptors, and 1482623Smyers * must be in the same place across all descriptors 1492623Smyers * 1502623Smyers * Note: The DescriptorType and Type fields must appear in the identical 1512623Smyers * position in both the ACPI_NAMESPACE_NODE and ACPI_OPERAND_OBJECT 1522623Smyers * structures. 1530Sstevel@tonic-gate */ 1542623Smyers #define ACPI_OBJECT_COMMON_HEADER \ 1552623Smyers union acpi_operand_object *NextObject; /* Objects linked to parent NS node */\ 1562623Smyers UINT8 DescriptorType; /* To differentiate various internal objs */\ 1570Sstevel@tonic-gate UINT8 Type; /* ACPI_OBJECT_TYPE */\ 1580Sstevel@tonic-gate UINT16 ReferenceCount; /* For object deletion management */\ 1591560Smyers UINT8 Flags; 1602623Smyers /* 1612623Smyers * Note: There are 3 bytes available here before the 1622623Smyers * next natural alignment boundary (for both 32/64 cases) 1632623Smyers */ 1640Sstevel@tonic-gate 1652623Smyers /* Values for Flag byte above */ 1660Sstevel@tonic-gate 1670Sstevel@tonic-gate #define AOPOBJ_AML_CONSTANT 0x01 1680Sstevel@tonic-gate #define AOPOBJ_STATIC_POINTER 0x02 1690Sstevel@tonic-gate #define AOPOBJ_DATA_VALID 0x04 1700Sstevel@tonic-gate #define AOPOBJ_OBJECT_INITIALIZED 0x08 1710Sstevel@tonic-gate #define AOPOBJ_SETUP_COMPLETE 0x10 1720Sstevel@tonic-gate #define AOPOBJ_SINGLE_DATUM 0x20 173*11225SDana.Myers@Sun.COM #define AOPOBJ_MODULE_LEVEL 0x40 1740Sstevel@tonic-gate 1750Sstevel@tonic-gate 1760Sstevel@tonic-gate /****************************************************************************** 1770Sstevel@tonic-gate * 1780Sstevel@tonic-gate * Basic data types 1790Sstevel@tonic-gate * 1800Sstevel@tonic-gate *****************************************************************************/ 1810Sstevel@tonic-gate 1820Sstevel@tonic-gate typedef struct acpi_object_common 1830Sstevel@tonic-gate { 1840Sstevel@tonic-gate ACPI_OBJECT_COMMON_HEADER 1850Sstevel@tonic-gate 1860Sstevel@tonic-gate } ACPI_OBJECT_COMMON; 1870Sstevel@tonic-gate 1880Sstevel@tonic-gate 1890Sstevel@tonic-gate typedef struct acpi_object_integer 1900Sstevel@tonic-gate { 1910Sstevel@tonic-gate ACPI_OBJECT_COMMON_HEADER 1927851SDana.Myers@Sun.COM UINT8 Fill[3]; /* Prevent warning on some compilers */ 1930Sstevel@tonic-gate ACPI_INTEGER Value; 1940Sstevel@tonic-gate 1950Sstevel@tonic-gate } ACPI_OBJECT_INTEGER; 1960Sstevel@tonic-gate 1970Sstevel@tonic-gate 1980Sstevel@tonic-gate /* 1990Sstevel@tonic-gate * Note: The String and Buffer object must be identical through the Pointer 2002623Smyers * and length elements. There is code that depends on this. 2012623Smyers * 2022623Smyers * Fields common to both Strings and Buffers 2030Sstevel@tonic-gate */ 2042623Smyers #define ACPI_COMMON_BUFFER_INFO(_Type) \ 2052623Smyers _Type *Pointer; \ 2062623Smyers UINT32 Length; 2072623Smyers 2082623Smyers 2090Sstevel@tonic-gate typedef struct acpi_object_string /* Null terminated, ASCII characters only */ 2100Sstevel@tonic-gate { 2110Sstevel@tonic-gate ACPI_OBJECT_COMMON_HEADER 2122623Smyers ACPI_COMMON_BUFFER_INFO (char) /* String in AML stream or allocated string */ 2130Sstevel@tonic-gate 2140Sstevel@tonic-gate } ACPI_OBJECT_STRING; 2150Sstevel@tonic-gate 2160Sstevel@tonic-gate 2170Sstevel@tonic-gate typedef struct acpi_object_buffer 2180Sstevel@tonic-gate { 2190Sstevel@tonic-gate ACPI_OBJECT_COMMON_HEADER 2202623Smyers ACPI_COMMON_BUFFER_INFO (UINT8) /* Buffer in AML stream or allocated buffer */ 2212623Smyers UINT32 AmlLength; 2222623Smyers UINT8 *AmlStart; 2230Sstevel@tonic-gate ACPI_NAMESPACE_NODE *Node; /* Link back to parent node */ 2240Sstevel@tonic-gate 2250Sstevel@tonic-gate } ACPI_OBJECT_BUFFER; 2260Sstevel@tonic-gate 2270Sstevel@tonic-gate 2280Sstevel@tonic-gate typedef struct acpi_object_package 2290Sstevel@tonic-gate { 2300Sstevel@tonic-gate ACPI_OBJECT_COMMON_HEADER 2310Sstevel@tonic-gate ACPI_NAMESPACE_NODE *Node; /* Link back to parent node */ 2320Sstevel@tonic-gate union acpi_operand_object **Elements; /* Array of pointers to AcpiObjects */ 2332623Smyers UINT8 *AmlStart; 2342623Smyers UINT32 AmlLength; 2352623Smyers UINT32 Count; /* # of elements in package */ 2360Sstevel@tonic-gate 2370Sstevel@tonic-gate } ACPI_OBJECT_PACKAGE; 2380Sstevel@tonic-gate 2390Sstevel@tonic-gate 2400Sstevel@tonic-gate /****************************************************************************** 2410Sstevel@tonic-gate * 2420Sstevel@tonic-gate * Complex data types 2430Sstevel@tonic-gate * 2440Sstevel@tonic-gate *****************************************************************************/ 2450Sstevel@tonic-gate 2460Sstevel@tonic-gate typedef struct acpi_object_event 2470Sstevel@tonic-gate { 2480Sstevel@tonic-gate ACPI_OBJECT_COMMON_HEADER 2492623Smyers ACPI_SEMAPHORE OsSemaphore; /* Actual OS synchronization object */ 2500Sstevel@tonic-gate 2510Sstevel@tonic-gate } ACPI_OBJECT_EVENT; 2520Sstevel@tonic-gate 2530Sstevel@tonic-gate 2540Sstevel@tonic-gate typedef struct acpi_object_mutex 2550Sstevel@tonic-gate { 2560Sstevel@tonic-gate ACPI_OBJECT_COMMON_HEADER 2570Sstevel@tonic-gate UINT8 SyncLevel; /* 0-15, specified in Mutex() call */ 2580Sstevel@tonic-gate UINT16 AcquisitionDepth; /* Allow multiple Acquires, same thread */ 2597851SDana.Myers@Sun.COM ACPI_MUTEX OsMutex; /* Actual OS synchronization object */ 2607851SDana.Myers@Sun.COM ACPI_THREAD_ID ThreadId; /* Current owner of the mutex */ 2610Sstevel@tonic-gate struct acpi_thread_state *OwnerThread; /* Current owner of the mutex */ 2620Sstevel@tonic-gate union acpi_operand_object *Prev; /* Link for list of acquired mutexes */ 2630Sstevel@tonic-gate union acpi_operand_object *Next; /* Link for list of acquired mutexes */ 2640Sstevel@tonic-gate ACPI_NAMESPACE_NODE *Node; /* Containing namespace node */ 2650Sstevel@tonic-gate UINT8 OriginalSyncLevel; /* Owner's original sync level (0-15) */ 2660Sstevel@tonic-gate 2670Sstevel@tonic-gate } ACPI_OBJECT_MUTEX; 2680Sstevel@tonic-gate 2690Sstevel@tonic-gate 2700Sstevel@tonic-gate typedef struct acpi_object_region 2710Sstevel@tonic-gate { 2720Sstevel@tonic-gate ACPI_OBJECT_COMMON_HEADER 2730Sstevel@tonic-gate UINT8 SpaceId; 2740Sstevel@tonic-gate ACPI_NAMESPACE_NODE *Node; /* Containing namespace node */ 2752623Smyers union acpi_operand_object *Handler; /* Handler for region access */ 2760Sstevel@tonic-gate union acpi_operand_object *Next; 2772623Smyers ACPI_PHYSICAL_ADDRESS Address; 2780Sstevel@tonic-gate UINT32 Length; 2790Sstevel@tonic-gate 2800Sstevel@tonic-gate } ACPI_OBJECT_REGION; 2810Sstevel@tonic-gate 2820Sstevel@tonic-gate 2832623Smyers typedef struct acpi_object_method 2842623Smyers { 2852623Smyers ACPI_OBJECT_COMMON_HEADER 2862623Smyers UINT8 MethodFlags; 2872623Smyers UINT8 ParamCount; 2882623Smyers UINT8 SyncLevel; 2892623Smyers union acpi_operand_object *Mutex; 2902623Smyers UINT8 *AmlStart; 2912623Smyers ACPI_INTERNAL_METHOD Implementation; 2922623Smyers UINT32 AmlLength; 2932623Smyers UINT8 ThreadCount; 2942623Smyers ACPI_OWNER_ID OwnerId; 2952623Smyers 2962623Smyers } ACPI_OBJECT_METHOD; 2972623Smyers 2982623Smyers 2990Sstevel@tonic-gate /****************************************************************************** 3000Sstevel@tonic-gate * 3010Sstevel@tonic-gate * Objects that can be notified. All share a common NotifyInfo area. 3020Sstevel@tonic-gate * 3030Sstevel@tonic-gate *****************************************************************************/ 3040Sstevel@tonic-gate 3052623Smyers /* 3062623Smyers * Common fields for objects that support ASL notifications 3072623Smyers */ 3082623Smyers #define ACPI_COMMON_NOTIFY_INFO \ 3092623Smyers union acpi_operand_object *SystemNotify; /* Handler for system notifies */\ 3102623Smyers union acpi_operand_object *DeviceNotify; /* Handler for driver notifies */\ 3112623Smyers union acpi_operand_object *Handler; /* Handler for Address space */ 3122623Smyers 3132623Smyers 3140Sstevel@tonic-gate typedef struct acpi_object_notify_common /* COMMON NOTIFY for POWER, PROCESSOR, DEVICE, and THERMAL */ 3150Sstevel@tonic-gate { 3160Sstevel@tonic-gate ACPI_OBJECT_COMMON_HEADER 3170Sstevel@tonic-gate ACPI_COMMON_NOTIFY_INFO 3180Sstevel@tonic-gate 3190Sstevel@tonic-gate } ACPI_OBJECT_NOTIFY_COMMON; 3200Sstevel@tonic-gate 3210Sstevel@tonic-gate 3220Sstevel@tonic-gate typedef struct acpi_object_device 3230Sstevel@tonic-gate { 3240Sstevel@tonic-gate ACPI_OBJECT_COMMON_HEADER 3250Sstevel@tonic-gate ACPI_COMMON_NOTIFY_INFO 3260Sstevel@tonic-gate ACPI_GPE_BLOCK_INFO *GpeBlock; 3270Sstevel@tonic-gate 3280Sstevel@tonic-gate } ACPI_OBJECT_DEVICE; 3290Sstevel@tonic-gate 3300Sstevel@tonic-gate 3310Sstevel@tonic-gate typedef struct acpi_object_power_resource 3320Sstevel@tonic-gate { 3330Sstevel@tonic-gate ACPI_OBJECT_COMMON_HEADER 3340Sstevel@tonic-gate ACPI_COMMON_NOTIFY_INFO 3350Sstevel@tonic-gate UINT32 SystemLevel; 3360Sstevel@tonic-gate UINT32 ResourceOrder; 3370Sstevel@tonic-gate 3380Sstevel@tonic-gate } ACPI_OBJECT_POWER_RESOURCE; 3390Sstevel@tonic-gate 3400Sstevel@tonic-gate 3410Sstevel@tonic-gate typedef struct acpi_object_processor 3420Sstevel@tonic-gate { 3430Sstevel@tonic-gate ACPI_OBJECT_COMMON_HEADER 3447851SDana.Myers@Sun.COM 3457851SDana.Myers@Sun.COM /* The next two fields take advantage of the 3-byte space before NOTIFY_INFO */ 3467851SDana.Myers@Sun.COM 3472623Smyers UINT8 ProcId; 3482623Smyers UINT8 Length; 3490Sstevel@tonic-gate ACPI_COMMON_NOTIFY_INFO 3500Sstevel@tonic-gate ACPI_IO_ADDRESS Address; 3510Sstevel@tonic-gate 3520Sstevel@tonic-gate } ACPI_OBJECT_PROCESSOR; 3530Sstevel@tonic-gate 3540Sstevel@tonic-gate 3550Sstevel@tonic-gate typedef struct acpi_object_thermal_zone 3560Sstevel@tonic-gate { 3570Sstevel@tonic-gate ACPI_OBJECT_COMMON_HEADER 3580Sstevel@tonic-gate ACPI_COMMON_NOTIFY_INFO 3590Sstevel@tonic-gate 3600Sstevel@tonic-gate } ACPI_OBJECT_THERMAL_ZONE; 3610Sstevel@tonic-gate 3620Sstevel@tonic-gate 3630Sstevel@tonic-gate /****************************************************************************** 3640Sstevel@tonic-gate * 3650Sstevel@tonic-gate * Fields. All share a common header/info field. 3660Sstevel@tonic-gate * 3670Sstevel@tonic-gate *****************************************************************************/ 3680Sstevel@tonic-gate 3692623Smyers /* 3702623Smyers * Common bitfield for the field objects 3712623Smyers * "Field Datum" -- a datum from the actual field object 3722623Smyers * "Buffer Datum" -- a datum from a user buffer, read from or to be written to the field 3732623Smyers */ 3742623Smyers #define ACPI_COMMON_FIELD_INFO \ 3752623Smyers UINT8 FieldFlags; /* Access, update, and lock bits */\ 3762623Smyers UINT8 Attribute; /* From AccessAs keyword */\ 3772623Smyers UINT8 AccessByteWidth; /* Read/Write size in bytes */\ 3782623Smyers ACPI_NAMESPACE_NODE *Node; /* Link back to parent node */\ 3792623Smyers UINT32 BitLength; /* Length of field in bits */\ 3802623Smyers UINT32 BaseByteOffset; /* Byte offset within containing object */\ 3812623Smyers UINT32 Value; /* Value to store into the Bank or Index register */\ 3822623Smyers UINT8 StartFieldBitOffset;/* Bit offset within first field datum (0-63) */\ 3832623Smyers UINT8 AccessBitWidth; /* Read/Write size in bits (8-64) */ 3842623Smyers 3852623Smyers 3860Sstevel@tonic-gate typedef struct acpi_object_field_common /* COMMON FIELD (for BUFFER, REGION, BANK, and INDEX fields) */ 3870Sstevel@tonic-gate { 3880Sstevel@tonic-gate ACPI_OBJECT_COMMON_HEADER 3890Sstevel@tonic-gate ACPI_COMMON_FIELD_INFO 3902623Smyers union acpi_operand_object *RegionObj; /* Parent Operation Region object (REGION/BANK fields only) */ 3912623Smyers 3920Sstevel@tonic-gate } ACPI_OBJECT_FIELD_COMMON; 3930Sstevel@tonic-gate 3940Sstevel@tonic-gate 3950Sstevel@tonic-gate typedef struct acpi_object_region_field 3960Sstevel@tonic-gate { 3970Sstevel@tonic-gate ACPI_OBJECT_COMMON_HEADER 3980Sstevel@tonic-gate ACPI_COMMON_FIELD_INFO 3990Sstevel@tonic-gate union acpi_operand_object *RegionObj; /* Containing OpRegion object */ 4000Sstevel@tonic-gate 4010Sstevel@tonic-gate } ACPI_OBJECT_REGION_FIELD; 4020Sstevel@tonic-gate 4030Sstevel@tonic-gate 4040Sstevel@tonic-gate typedef struct acpi_object_bank_field 4050Sstevel@tonic-gate { 4060Sstevel@tonic-gate ACPI_OBJECT_COMMON_HEADER 4070Sstevel@tonic-gate ACPI_COMMON_FIELD_INFO 4080Sstevel@tonic-gate union acpi_operand_object *RegionObj; /* Containing OpRegion object */ 4090Sstevel@tonic-gate union acpi_operand_object *BankObj; /* BankSelect Register object */ 4100Sstevel@tonic-gate 4110Sstevel@tonic-gate } ACPI_OBJECT_BANK_FIELD; 4120Sstevel@tonic-gate 4130Sstevel@tonic-gate 4140Sstevel@tonic-gate typedef struct acpi_object_index_field 4150Sstevel@tonic-gate { 4160Sstevel@tonic-gate ACPI_OBJECT_COMMON_HEADER 4170Sstevel@tonic-gate ACPI_COMMON_FIELD_INFO 4180Sstevel@tonic-gate 4190Sstevel@tonic-gate /* 4200Sstevel@tonic-gate * No "RegionObj" pointer needed since the Index and Data registers 4210Sstevel@tonic-gate * are each field definitions unto themselves. 4220Sstevel@tonic-gate */ 4230Sstevel@tonic-gate union acpi_operand_object *IndexObj; /* Index register */ 4240Sstevel@tonic-gate union acpi_operand_object *DataObj; /* Data register */ 4250Sstevel@tonic-gate 4260Sstevel@tonic-gate } ACPI_OBJECT_INDEX_FIELD; 4270Sstevel@tonic-gate 4280Sstevel@tonic-gate 4290Sstevel@tonic-gate /* The BufferField is different in that it is part of a Buffer, not an OpRegion */ 4300Sstevel@tonic-gate 4310Sstevel@tonic-gate typedef struct acpi_object_buffer_field 4320Sstevel@tonic-gate { 4330Sstevel@tonic-gate ACPI_OBJECT_COMMON_HEADER 4340Sstevel@tonic-gate ACPI_COMMON_FIELD_INFO 4350Sstevel@tonic-gate union acpi_operand_object *BufferObj; /* Containing Buffer object */ 4360Sstevel@tonic-gate 4370Sstevel@tonic-gate } ACPI_OBJECT_BUFFER_FIELD; 4380Sstevel@tonic-gate 4390Sstevel@tonic-gate 4400Sstevel@tonic-gate /****************************************************************************** 4410Sstevel@tonic-gate * 4420Sstevel@tonic-gate * Objects for handlers 4430Sstevel@tonic-gate * 4440Sstevel@tonic-gate *****************************************************************************/ 4450Sstevel@tonic-gate 4460Sstevel@tonic-gate typedef struct acpi_object_notify_handler 4470Sstevel@tonic-gate { 4480Sstevel@tonic-gate ACPI_OBJECT_COMMON_HEADER 4490Sstevel@tonic-gate ACPI_NAMESPACE_NODE *Node; /* Parent device */ 4500Sstevel@tonic-gate ACPI_NOTIFY_HANDLER Handler; 4510Sstevel@tonic-gate void *Context; 4520Sstevel@tonic-gate 4530Sstevel@tonic-gate } ACPI_OBJECT_NOTIFY_HANDLER; 4540Sstevel@tonic-gate 4550Sstevel@tonic-gate 4560Sstevel@tonic-gate typedef struct acpi_object_addr_handler 4570Sstevel@tonic-gate { 4580Sstevel@tonic-gate ACPI_OBJECT_COMMON_HEADER 4590Sstevel@tonic-gate UINT8 SpaceId; 4602623Smyers UINT8 HandlerFlags; 4610Sstevel@tonic-gate ACPI_ADR_SPACE_HANDLER Handler; 4620Sstevel@tonic-gate ACPI_NAMESPACE_NODE *Node; /* Parent device */ 4630Sstevel@tonic-gate void *Context; 4640Sstevel@tonic-gate ACPI_ADR_SPACE_SETUP Setup; 4650Sstevel@tonic-gate union acpi_operand_object *RegionList; /* regions using this handler */ 4660Sstevel@tonic-gate union acpi_operand_object *Next; 4670Sstevel@tonic-gate 4680Sstevel@tonic-gate } ACPI_OBJECT_ADDR_HANDLER; 4690Sstevel@tonic-gate 4702623Smyers /* Flags for address handler (HandlerFlags) */ 4712623Smyers 4722623Smyers #define ACPI_ADDR_HANDLER_DEFAULT_INSTALLED 0x01 4732623Smyers 4740Sstevel@tonic-gate 4750Sstevel@tonic-gate /****************************************************************************** 4760Sstevel@tonic-gate * 4770Sstevel@tonic-gate * Special internal objects 4780Sstevel@tonic-gate * 4790Sstevel@tonic-gate *****************************************************************************/ 4800Sstevel@tonic-gate 4810Sstevel@tonic-gate /* 4827851SDana.Myers@Sun.COM * The Reference object is used for these opcodes: 4837851SDana.Myers@Sun.COM * Arg[0-6], Local[0-7], IndexOp, NameOp, RefOfOp, LoadOp, LoadTableOp, DebugOp 4847851SDana.Myers@Sun.COM * The Reference.Class differentiates these types. 4850Sstevel@tonic-gate */ 4860Sstevel@tonic-gate typedef struct acpi_object_reference 4870Sstevel@tonic-gate { 4880Sstevel@tonic-gate ACPI_OBJECT_COMMON_HEADER 4897851SDana.Myers@Sun.COM UINT8 Class; /* Reference Class */ 4907851SDana.Myers@Sun.COM UINT8 TargetType; /* Used for Index Op */ 4917851SDana.Myers@Sun.COM UINT8 Reserved; 4927851SDana.Myers@Sun.COM void *Object; /* NameOp=>HANDLE to obj, IndexOp=>ACPI_OPERAND_OBJECT */ 4937851SDana.Myers@Sun.COM ACPI_NAMESPACE_NODE *Node; /* RefOf or Namepath */ 4947851SDana.Myers@Sun.COM union acpi_operand_object **Where; /* Target of Index */ 4957851SDana.Myers@Sun.COM UINT32 Value; /* Used for Local/Arg/Index/DdbHandle */ 4960Sstevel@tonic-gate 4970Sstevel@tonic-gate } ACPI_OBJECT_REFERENCE; 4980Sstevel@tonic-gate 4997851SDana.Myers@Sun.COM /* Values for Reference.Class above */ 5007851SDana.Myers@Sun.COM 5017851SDana.Myers@Sun.COM typedef enum 5027851SDana.Myers@Sun.COM { 5037851SDana.Myers@Sun.COM ACPI_REFCLASS_LOCAL = 0, /* Method local */ 5047851SDana.Myers@Sun.COM ACPI_REFCLASS_ARG = 1, /* Method argument */ 5057851SDana.Myers@Sun.COM ACPI_REFCLASS_REFOF = 2, /* Result of RefOf() TBD: Split to Ref/Node and Ref/OperandObj? */ 5067851SDana.Myers@Sun.COM ACPI_REFCLASS_INDEX = 3, /* Result of Index() */ 5077851SDana.Myers@Sun.COM ACPI_REFCLASS_TABLE = 4, /* DdbHandle - Load(), LoadTable() */ 5087851SDana.Myers@Sun.COM ACPI_REFCLASS_NAME = 5, /* Reference to a named object */ 5097851SDana.Myers@Sun.COM ACPI_REFCLASS_DEBUG = 6, /* Debug object */ 5107851SDana.Myers@Sun.COM 5117851SDana.Myers@Sun.COM ACPI_REFCLASS_MAX = 6 5127851SDana.Myers@Sun.COM 5137851SDana.Myers@Sun.COM } ACPI_REFERENCE_CLASSES; 5147851SDana.Myers@Sun.COM 5150Sstevel@tonic-gate 5160Sstevel@tonic-gate /* 5170Sstevel@tonic-gate * Extra object is used as additional storage for types that 5180Sstevel@tonic-gate * have AML code in their declarations (TermArgs) that must be 5190Sstevel@tonic-gate * evaluated at run time. 5200Sstevel@tonic-gate * 5210Sstevel@tonic-gate * Currently: Region and FieldUnit types 5220Sstevel@tonic-gate */ 5230Sstevel@tonic-gate typedef struct acpi_object_extra 5240Sstevel@tonic-gate { 5250Sstevel@tonic-gate ACPI_OBJECT_COMMON_HEADER 5260Sstevel@tonic-gate ACPI_NAMESPACE_NODE *Method_REG; /* _REG method for this region (if any) */ 5270Sstevel@tonic-gate void *RegionContext; /* Region-specific data */ 5282623Smyers UINT8 *AmlStart; 5292623Smyers UINT32 AmlLength; 5300Sstevel@tonic-gate 5310Sstevel@tonic-gate } ACPI_OBJECT_EXTRA; 5320Sstevel@tonic-gate 5330Sstevel@tonic-gate 5340Sstevel@tonic-gate /* Additional data that can be attached to namespace nodes */ 5350Sstevel@tonic-gate 5360Sstevel@tonic-gate typedef struct acpi_object_data 5370Sstevel@tonic-gate { 5380Sstevel@tonic-gate ACPI_OBJECT_COMMON_HEADER 5390Sstevel@tonic-gate ACPI_OBJECT_HANDLER Handler; 5400Sstevel@tonic-gate void *Pointer; 5410Sstevel@tonic-gate 5420Sstevel@tonic-gate } ACPI_OBJECT_DATA; 5430Sstevel@tonic-gate 5440Sstevel@tonic-gate 5450Sstevel@tonic-gate /* Structure used when objects are cached for reuse */ 5460Sstevel@tonic-gate 5470Sstevel@tonic-gate typedef struct acpi_object_cache_list 5480Sstevel@tonic-gate { 5490Sstevel@tonic-gate ACPI_OBJECT_COMMON_HEADER 5500Sstevel@tonic-gate union acpi_operand_object *Next; /* Link for object cache and internal lists*/ 5510Sstevel@tonic-gate 5520Sstevel@tonic-gate } ACPI_OBJECT_CACHE_LIST; 5530Sstevel@tonic-gate 5540Sstevel@tonic-gate 5550Sstevel@tonic-gate /****************************************************************************** 5560Sstevel@tonic-gate * 5570Sstevel@tonic-gate * ACPI_OPERAND_OBJECT Descriptor - a giant union of all of the above 5580Sstevel@tonic-gate * 5590Sstevel@tonic-gate *****************************************************************************/ 5600Sstevel@tonic-gate 5610Sstevel@tonic-gate typedef union acpi_operand_object 5620Sstevel@tonic-gate { 5632623Smyers ACPI_OBJECT_COMMON Common; 5642623Smyers ACPI_OBJECT_INTEGER Integer; 5652623Smyers ACPI_OBJECT_STRING String; 5662623Smyers ACPI_OBJECT_BUFFER Buffer; 5672623Smyers ACPI_OBJECT_PACKAGE Package; 5682623Smyers ACPI_OBJECT_EVENT Event; 5692623Smyers ACPI_OBJECT_METHOD Method; 5702623Smyers ACPI_OBJECT_MUTEX Mutex; 5712623Smyers ACPI_OBJECT_REGION Region; 5722623Smyers ACPI_OBJECT_NOTIFY_COMMON CommonNotify; 5732623Smyers ACPI_OBJECT_DEVICE Device; 5742623Smyers ACPI_OBJECT_POWER_RESOURCE PowerResource; 5752623Smyers ACPI_OBJECT_PROCESSOR Processor; 5762623Smyers ACPI_OBJECT_THERMAL_ZONE ThermalZone; 5772623Smyers ACPI_OBJECT_FIELD_COMMON CommonField; 5782623Smyers ACPI_OBJECT_REGION_FIELD Field; 5792623Smyers ACPI_OBJECT_BUFFER_FIELD BufferField; 5802623Smyers ACPI_OBJECT_BANK_FIELD BankField; 5812623Smyers ACPI_OBJECT_INDEX_FIELD IndexField; 5822623Smyers ACPI_OBJECT_NOTIFY_HANDLER Notify; 5832623Smyers ACPI_OBJECT_ADDR_HANDLER AddressSpace; 5842623Smyers ACPI_OBJECT_REFERENCE Reference; 5852623Smyers ACPI_OBJECT_EXTRA Extra; 5862623Smyers ACPI_OBJECT_DATA Data; 5872623Smyers ACPI_OBJECT_CACHE_LIST Cache; 5880Sstevel@tonic-gate 5897851SDana.Myers@Sun.COM /* 5907851SDana.Myers@Sun.COM * Add namespace node to union in order to simplify code that accepts both 5917851SDana.Myers@Sun.COM * ACPI_OPERAND_OBJECTs and ACPI_NAMESPACE_NODEs. The structures share 5927851SDana.Myers@Sun.COM * a common DescriptorType field in order to differentiate them. 5937851SDana.Myers@Sun.COM */ 5947851SDana.Myers@Sun.COM ACPI_NAMESPACE_NODE Node; 5957851SDana.Myers@Sun.COM 5960Sstevel@tonic-gate } ACPI_OPERAND_OBJECT; 5970Sstevel@tonic-gate 5980Sstevel@tonic-gate 5990Sstevel@tonic-gate /****************************************************************************** 6000Sstevel@tonic-gate * 6010Sstevel@tonic-gate * ACPI_DESCRIPTOR - objects that share a common descriptor identifier 6020Sstevel@tonic-gate * 6030Sstevel@tonic-gate *****************************************************************************/ 6040Sstevel@tonic-gate 6050Sstevel@tonic-gate /* Object descriptor types */ 6060Sstevel@tonic-gate 6070Sstevel@tonic-gate #define ACPI_DESC_TYPE_CACHED 0x01 /* Used only when object is cached */ 6080Sstevel@tonic-gate #define ACPI_DESC_TYPE_STATE 0x02 6090Sstevel@tonic-gate #define ACPI_DESC_TYPE_STATE_UPDATE 0x03 6100Sstevel@tonic-gate #define ACPI_DESC_TYPE_STATE_PACKAGE 0x04 6110Sstevel@tonic-gate #define ACPI_DESC_TYPE_STATE_CONTROL 0x05 6120Sstevel@tonic-gate #define ACPI_DESC_TYPE_STATE_RPSCOPE 0x06 6130Sstevel@tonic-gate #define ACPI_DESC_TYPE_STATE_PSCOPE 0x07 6140Sstevel@tonic-gate #define ACPI_DESC_TYPE_STATE_WSCOPE 0x08 6150Sstevel@tonic-gate #define ACPI_DESC_TYPE_STATE_RESULT 0x09 6160Sstevel@tonic-gate #define ACPI_DESC_TYPE_STATE_NOTIFY 0x0A 6170Sstevel@tonic-gate #define ACPI_DESC_TYPE_STATE_THREAD 0x0B 6180Sstevel@tonic-gate #define ACPI_DESC_TYPE_WALK 0x0C 6190Sstevel@tonic-gate #define ACPI_DESC_TYPE_PARSER 0x0D 6200Sstevel@tonic-gate #define ACPI_DESC_TYPE_OPERAND 0x0E 6210Sstevel@tonic-gate #define ACPI_DESC_TYPE_NAMED 0x0F 6220Sstevel@tonic-gate #define ACPI_DESC_TYPE_MAX 0x0F 6230Sstevel@tonic-gate 6240Sstevel@tonic-gate 6252623Smyers typedef struct acpi_common_descriptor 6262623Smyers { 6272623Smyers void *CommonPointer; 6282623Smyers UINT8 DescriptorType; /* To differentiate various internal objs */ 6292623Smyers 6302623Smyers } ACPI_COMMON_DESCRIPTOR; 6312623Smyers 6320Sstevel@tonic-gate typedef union acpi_descriptor 6330Sstevel@tonic-gate { 6342623Smyers ACPI_COMMON_DESCRIPTOR Common; 6350Sstevel@tonic-gate ACPI_OPERAND_OBJECT Object; 6360Sstevel@tonic-gate ACPI_NAMESPACE_NODE Node; 6370Sstevel@tonic-gate ACPI_PARSE_OBJECT Op; 6380Sstevel@tonic-gate 6390Sstevel@tonic-gate } ACPI_DESCRIPTOR; 6400Sstevel@tonic-gate 6417851SDana.Myers@Sun.COM #pragma pack() 6420Sstevel@tonic-gate 6430Sstevel@tonic-gate #endif /* _ACOBJECT_H */ 644