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 * 12*9980SDana.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 1730Sstevel@tonic-gate 1740Sstevel@tonic-gate 1750Sstevel@tonic-gate /****************************************************************************** 1760Sstevel@tonic-gate * 1770Sstevel@tonic-gate * Basic data types 1780Sstevel@tonic-gate * 1790Sstevel@tonic-gate *****************************************************************************/ 1800Sstevel@tonic-gate 1810Sstevel@tonic-gate typedef struct acpi_object_common 1820Sstevel@tonic-gate { 1830Sstevel@tonic-gate ACPI_OBJECT_COMMON_HEADER 1840Sstevel@tonic-gate 1850Sstevel@tonic-gate } ACPI_OBJECT_COMMON; 1860Sstevel@tonic-gate 1870Sstevel@tonic-gate 1880Sstevel@tonic-gate typedef struct acpi_object_integer 1890Sstevel@tonic-gate { 1900Sstevel@tonic-gate ACPI_OBJECT_COMMON_HEADER 1917851SDana.Myers@Sun.COM UINT8 Fill[3]; /* Prevent warning on some compilers */ 1920Sstevel@tonic-gate ACPI_INTEGER Value; 1930Sstevel@tonic-gate 1940Sstevel@tonic-gate } ACPI_OBJECT_INTEGER; 1950Sstevel@tonic-gate 1960Sstevel@tonic-gate 1970Sstevel@tonic-gate /* 1980Sstevel@tonic-gate * Note: The String and Buffer object must be identical through the Pointer 1992623Smyers * and length elements. There is code that depends on this. 2002623Smyers * 2012623Smyers * Fields common to both Strings and Buffers 2020Sstevel@tonic-gate */ 2032623Smyers #define ACPI_COMMON_BUFFER_INFO(_Type) \ 2042623Smyers _Type *Pointer; \ 2052623Smyers UINT32 Length; 2062623Smyers 2072623Smyers 2080Sstevel@tonic-gate typedef struct acpi_object_string /* Null terminated, ASCII characters only */ 2090Sstevel@tonic-gate { 2100Sstevel@tonic-gate ACPI_OBJECT_COMMON_HEADER 2112623Smyers ACPI_COMMON_BUFFER_INFO (char) /* String in AML stream or allocated string */ 2120Sstevel@tonic-gate 2130Sstevel@tonic-gate } ACPI_OBJECT_STRING; 2140Sstevel@tonic-gate 2150Sstevel@tonic-gate 2160Sstevel@tonic-gate typedef struct acpi_object_buffer 2170Sstevel@tonic-gate { 2180Sstevel@tonic-gate ACPI_OBJECT_COMMON_HEADER 2192623Smyers ACPI_COMMON_BUFFER_INFO (UINT8) /* Buffer in AML stream or allocated buffer */ 2202623Smyers UINT32 AmlLength; 2212623Smyers UINT8 *AmlStart; 2220Sstevel@tonic-gate ACPI_NAMESPACE_NODE *Node; /* Link back to parent node */ 2230Sstevel@tonic-gate 2240Sstevel@tonic-gate } ACPI_OBJECT_BUFFER; 2250Sstevel@tonic-gate 2260Sstevel@tonic-gate 2270Sstevel@tonic-gate typedef struct acpi_object_package 2280Sstevel@tonic-gate { 2290Sstevel@tonic-gate ACPI_OBJECT_COMMON_HEADER 2300Sstevel@tonic-gate ACPI_NAMESPACE_NODE *Node; /* Link back to parent node */ 2310Sstevel@tonic-gate union acpi_operand_object **Elements; /* Array of pointers to AcpiObjects */ 2322623Smyers UINT8 *AmlStart; 2332623Smyers UINT32 AmlLength; 2342623Smyers UINT32 Count; /* # of elements in package */ 2350Sstevel@tonic-gate 2360Sstevel@tonic-gate } ACPI_OBJECT_PACKAGE; 2370Sstevel@tonic-gate 2380Sstevel@tonic-gate 2390Sstevel@tonic-gate /****************************************************************************** 2400Sstevel@tonic-gate * 2410Sstevel@tonic-gate * Complex data types 2420Sstevel@tonic-gate * 2430Sstevel@tonic-gate *****************************************************************************/ 2440Sstevel@tonic-gate 2450Sstevel@tonic-gate typedef struct acpi_object_event 2460Sstevel@tonic-gate { 2470Sstevel@tonic-gate ACPI_OBJECT_COMMON_HEADER 2482623Smyers ACPI_SEMAPHORE OsSemaphore; /* Actual OS synchronization object */ 2490Sstevel@tonic-gate 2500Sstevel@tonic-gate } ACPI_OBJECT_EVENT; 2510Sstevel@tonic-gate 2520Sstevel@tonic-gate 2530Sstevel@tonic-gate typedef struct acpi_object_mutex 2540Sstevel@tonic-gate { 2550Sstevel@tonic-gate ACPI_OBJECT_COMMON_HEADER 2560Sstevel@tonic-gate UINT8 SyncLevel; /* 0-15, specified in Mutex() call */ 2570Sstevel@tonic-gate UINT16 AcquisitionDepth; /* Allow multiple Acquires, same thread */ 2587851SDana.Myers@Sun.COM ACPI_MUTEX OsMutex; /* Actual OS synchronization object */ 2597851SDana.Myers@Sun.COM ACPI_THREAD_ID ThreadId; /* Current owner of the mutex */ 2600Sstevel@tonic-gate struct acpi_thread_state *OwnerThread; /* Current owner of the mutex */ 2610Sstevel@tonic-gate union acpi_operand_object *Prev; /* Link for list of acquired mutexes */ 2620Sstevel@tonic-gate union acpi_operand_object *Next; /* Link for list of acquired mutexes */ 2630Sstevel@tonic-gate ACPI_NAMESPACE_NODE *Node; /* Containing namespace node */ 2640Sstevel@tonic-gate UINT8 OriginalSyncLevel; /* Owner's original sync level (0-15) */ 2650Sstevel@tonic-gate 2660Sstevel@tonic-gate } ACPI_OBJECT_MUTEX; 2670Sstevel@tonic-gate 2680Sstevel@tonic-gate 2690Sstevel@tonic-gate typedef struct acpi_object_region 2700Sstevel@tonic-gate { 2710Sstevel@tonic-gate ACPI_OBJECT_COMMON_HEADER 2720Sstevel@tonic-gate UINT8 SpaceId; 2730Sstevel@tonic-gate ACPI_NAMESPACE_NODE *Node; /* Containing namespace node */ 2742623Smyers union acpi_operand_object *Handler; /* Handler for region access */ 2750Sstevel@tonic-gate union acpi_operand_object *Next; 2762623Smyers ACPI_PHYSICAL_ADDRESS Address; 2770Sstevel@tonic-gate UINT32 Length; 2780Sstevel@tonic-gate 2790Sstevel@tonic-gate } ACPI_OBJECT_REGION; 2800Sstevel@tonic-gate 2810Sstevel@tonic-gate 2822623Smyers typedef struct acpi_object_method 2832623Smyers { 2842623Smyers ACPI_OBJECT_COMMON_HEADER 2852623Smyers UINT8 MethodFlags; 2862623Smyers UINT8 ParamCount; 2872623Smyers UINT8 SyncLevel; 2882623Smyers union acpi_operand_object *Mutex; 2892623Smyers UINT8 *AmlStart; 2902623Smyers ACPI_INTERNAL_METHOD Implementation; 2912623Smyers UINT32 AmlLength; 2922623Smyers UINT8 ThreadCount; 2932623Smyers ACPI_OWNER_ID OwnerId; 2942623Smyers 2952623Smyers } ACPI_OBJECT_METHOD; 2962623Smyers 2972623Smyers 2980Sstevel@tonic-gate /****************************************************************************** 2990Sstevel@tonic-gate * 3000Sstevel@tonic-gate * Objects that can be notified. All share a common NotifyInfo area. 3010Sstevel@tonic-gate * 3020Sstevel@tonic-gate *****************************************************************************/ 3030Sstevel@tonic-gate 3042623Smyers /* 3052623Smyers * Common fields for objects that support ASL notifications 3062623Smyers */ 3072623Smyers #define ACPI_COMMON_NOTIFY_INFO \ 3082623Smyers union acpi_operand_object *SystemNotify; /* Handler for system notifies */\ 3092623Smyers union acpi_operand_object *DeviceNotify; /* Handler for driver notifies */\ 3102623Smyers union acpi_operand_object *Handler; /* Handler for Address space */ 3112623Smyers 3122623Smyers 3130Sstevel@tonic-gate typedef struct acpi_object_notify_common /* COMMON NOTIFY for POWER, PROCESSOR, DEVICE, and THERMAL */ 3140Sstevel@tonic-gate { 3150Sstevel@tonic-gate ACPI_OBJECT_COMMON_HEADER 3160Sstevel@tonic-gate ACPI_COMMON_NOTIFY_INFO 3170Sstevel@tonic-gate 3180Sstevel@tonic-gate } ACPI_OBJECT_NOTIFY_COMMON; 3190Sstevel@tonic-gate 3200Sstevel@tonic-gate 3210Sstevel@tonic-gate typedef struct acpi_object_device 3220Sstevel@tonic-gate { 3230Sstevel@tonic-gate ACPI_OBJECT_COMMON_HEADER 3240Sstevel@tonic-gate ACPI_COMMON_NOTIFY_INFO 3250Sstevel@tonic-gate ACPI_GPE_BLOCK_INFO *GpeBlock; 3260Sstevel@tonic-gate 3270Sstevel@tonic-gate } ACPI_OBJECT_DEVICE; 3280Sstevel@tonic-gate 3290Sstevel@tonic-gate 3300Sstevel@tonic-gate typedef struct acpi_object_power_resource 3310Sstevel@tonic-gate { 3320Sstevel@tonic-gate ACPI_OBJECT_COMMON_HEADER 3330Sstevel@tonic-gate ACPI_COMMON_NOTIFY_INFO 3340Sstevel@tonic-gate UINT32 SystemLevel; 3350Sstevel@tonic-gate UINT32 ResourceOrder; 3360Sstevel@tonic-gate 3370Sstevel@tonic-gate } ACPI_OBJECT_POWER_RESOURCE; 3380Sstevel@tonic-gate 3390Sstevel@tonic-gate 3400Sstevel@tonic-gate typedef struct acpi_object_processor 3410Sstevel@tonic-gate { 3420Sstevel@tonic-gate ACPI_OBJECT_COMMON_HEADER 3437851SDana.Myers@Sun.COM 3447851SDana.Myers@Sun.COM /* The next two fields take advantage of the 3-byte space before NOTIFY_INFO */ 3457851SDana.Myers@Sun.COM 3462623Smyers UINT8 ProcId; 3472623Smyers UINT8 Length; 3480Sstevel@tonic-gate ACPI_COMMON_NOTIFY_INFO 3490Sstevel@tonic-gate ACPI_IO_ADDRESS Address; 3500Sstevel@tonic-gate 3510Sstevel@tonic-gate } ACPI_OBJECT_PROCESSOR; 3520Sstevel@tonic-gate 3530Sstevel@tonic-gate 3540Sstevel@tonic-gate typedef struct acpi_object_thermal_zone 3550Sstevel@tonic-gate { 3560Sstevel@tonic-gate ACPI_OBJECT_COMMON_HEADER 3570Sstevel@tonic-gate ACPI_COMMON_NOTIFY_INFO 3580Sstevel@tonic-gate 3590Sstevel@tonic-gate } ACPI_OBJECT_THERMAL_ZONE; 3600Sstevel@tonic-gate 3610Sstevel@tonic-gate 3620Sstevel@tonic-gate /****************************************************************************** 3630Sstevel@tonic-gate * 3640Sstevel@tonic-gate * Fields. All share a common header/info field. 3650Sstevel@tonic-gate * 3660Sstevel@tonic-gate *****************************************************************************/ 3670Sstevel@tonic-gate 3682623Smyers /* 3692623Smyers * Common bitfield for the field objects 3702623Smyers * "Field Datum" -- a datum from the actual field object 3712623Smyers * "Buffer Datum" -- a datum from a user buffer, read from or to be written to the field 3722623Smyers */ 3732623Smyers #define ACPI_COMMON_FIELD_INFO \ 3742623Smyers UINT8 FieldFlags; /* Access, update, and lock bits */\ 3752623Smyers UINT8 Attribute; /* From AccessAs keyword */\ 3762623Smyers UINT8 AccessByteWidth; /* Read/Write size in bytes */\ 3772623Smyers ACPI_NAMESPACE_NODE *Node; /* Link back to parent node */\ 3782623Smyers UINT32 BitLength; /* Length of field in bits */\ 3792623Smyers UINT32 BaseByteOffset; /* Byte offset within containing object */\ 3802623Smyers UINT32 Value; /* Value to store into the Bank or Index register */\ 3812623Smyers UINT8 StartFieldBitOffset;/* Bit offset within first field datum (0-63) */\ 3822623Smyers UINT8 AccessBitWidth; /* Read/Write size in bits (8-64) */ 3832623Smyers 3842623Smyers 3850Sstevel@tonic-gate typedef struct acpi_object_field_common /* COMMON FIELD (for BUFFER, REGION, BANK, and INDEX fields) */ 3860Sstevel@tonic-gate { 3870Sstevel@tonic-gate ACPI_OBJECT_COMMON_HEADER 3880Sstevel@tonic-gate ACPI_COMMON_FIELD_INFO 3892623Smyers union acpi_operand_object *RegionObj; /* Parent Operation Region object (REGION/BANK fields only) */ 3902623Smyers 3910Sstevel@tonic-gate } ACPI_OBJECT_FIELD_COMMON; 3920Sstevel@tonic-gate 3930Sstevel@tonic-gate 3940Sstevel@tonic-gate typedef struct acpi_object_region_field 3950Sstevel@tonic-gate { 3960Sstevel@tonic-gate ACPI_OBJECT_COMMON_HEADER 3970Sstevel@tonic-gate ACPI_COMMON_FIELD_INFO 3980Sstevel@tonic-gate union acpi_operand_object *RegionObj; /* Containing OpRegion object */ 3990Sstevel@tonic-gate 4000Sstevel@tonic-gate } ACPI_OBJECT_REGION_FIELD; 4010Sstevel@tonic-gate 4020Sstevel@tonic-gate 4030Sstevel@tonic-gate typedef struct acpi_object_bank_field 4040Sstevel@tonic-gate { 4050Sstevel@tonic-gate ACPI_OBJECT_COMMON_HEADER 4060Sstevel@tonic-gate ACPI_COMMON_FIELD_INFO 4070Sstevel@tonic-gate union acpi_operand_object *RegionObj; /* Containing OpRegion object */ 4080Sstevel@tonic-gate union acpi_operand_object *BankObj; /* BankSelect Register object */ 4090Sstevel@tonic-gate 4100Sstevel@tonic-gate } ACPI_OBJECT_BANK_FIELD; 4110Sstevel@tonic-gate 4120Sstevel@tonic-gate 4130Sstevel@tonic-gate typedef struct acpi_object_index_field 4140Sstevel@tonic-gate { 4150Sstevel@tonic-gate ACPI_OBJECT_COMMON_HEADER 4160Sstevel@tonic-gate ACPI_COMMON_FIELD_INFO 4170Sstevel@tonic-gate 4180Sstevel@tonic-gate /* 4190Sstevel@tonic-gate * No "RegionObj" pointer needed since the Index and Data registers 4200Sstevel@tonic-gate * are each field definitions unto themselves. 4210Sstevel@tonic-gate */ 4220Sstevel@tonic-gate union acpi_operand_object *IndexObj; /* Index register */ 4230Sstevel@tonic-gate union acpi_operand_object *DataObj; /* Data register */ 4240Sstevel@tonic-gate 4250Sstevel@tonic-gate } ACPI_OBJECT_INDEX_FIELD; 4260Sstevel@tonic-gate 4270Sstevel@tonic-gate 4280Sstevel@tonic-gate /* The BufferField is different in that it is part of a Buffer, not an OpRegion */ 4290Sstevel@tonic-gate 4300Sstevel@tonic-gate typedef struct acpi_object_buffer_field 4310Sstevel@tonic-gate { 4320Sstevel@tonic-gate ACPI_OBJECT_COMMON_HEADER 4330Sstevel@tonic-gate ACPI_COMMON_FIELD_INFO 4340Sstevel@tonic-gate union acpi_operand_object *BufferObj; /* Containing Buffer object */ 4350Sstevel@tonic-gate 4360Sstevel@tonic-gate } ACPI_OBJECT_BUFFER_FIELD; 4370Sstevel@tonic-gate 4380Sstevel@tonic-gate 4390Sstevel@tonic-gate /****************************************************************************** 4400Sstevel@tonic-gate * 4410Sstevel@tonic-gate * Objects for handlers 4420Sstevel@tonic-gate * 4430Sstevel@tonic-gate *****************************************************************************/ 4440Sstevel@tonic-gate 4450Sstevel@tonic-gate typedef struct acpi_object_notify_handler 4460Sstevel@tonic-gate { 4470Sstevel@tonic-gate ACPI_OBJECT_COMMON_HEADER 4480Sstevel@tonic-gate ACPI_NAMESPACE_NODE *Node; /* Parent device */ 4490Sstevel@tonic-gate ACPI_NOTIFY_HANDLER Handler; 4500Sstevel@tonic-gate void *Context; 4510Sstevel@tonic-gate 4520Sstevel@tonic-gate } ACPI_OBJECT_NOTIFY_HANDLER; 4530Sstevel@tonic-gate 4540Sstevel@tonic-gate 4550Sstevel@tonic-gate typedef struct acpi_object_addr_handler 4560Sstevel@tonic-gate { 4570Sstevel@tonic-gate ACPI_OBJECT_COMMON_HEADER 4580Sstevel@tonic-gate UINT8 SpaceId; 4592623Smyers UINT8 HandlerFlags; 4600Sstevel@tonic-gate ACPI_ADR_SPACE_HANDLER Handler; 4610Sstevel@tonic-gate ACPI_NAMESPACE_NODE *Node; /* Parent device */ 4620Sstevel@tonic-gate void *Context; 4630Sstevel@tonic-gate ACPI_ADR_SPACE_SETUP Setup; 4640Sstevel@tonic-gate union acpi_operand_object *RegionList; /* regions using this handler */ 4650Sstevel@tonic-gate union acpi_operand_object *Next; 4660Sstevel@tonic-gate 4670Sstevel@tonic-gate } ACPI_OBJECT_ADDR_HANDLER; 4680Sstevel@tonic-gate 4692623Smyers /* Flags for address handler (HandlerFlags) */ 4702623Smyers 4712623Smyers #define ACPI_ADDR_HANDLER_DEFAULT_INSTALLED 0x01 4722623Smyers 4730Sstevel@tonic-gate 4740Sstevel@tonic-gate /****************************************************************************** 4750Sstevel@tonic-gate * 4760Sstevel@tonic-gate * Special internal objects 4770Sstevel@tonic-gate * 4780Sstevel@tonic-gate *****************************************************************************/ 4790Sstevel@tonic-gate 4800Sstevel@tonic-gate /* 4817851SDana.Myers@Sun.COM * The Reference object is used for these opcodes: 4827851SDana.Myers@Sun.COM * Arg[0-6], Local[0-7], IndexOp, NameOp, RefOfOp, LoadOp, LoadTableOp, DebugOp 4837851SDana.Myers@Sun.COM * The Reference.Class differentiates these types. 4840Sstevel@tonic-gate */ 4850Sstevel@tonic-gate typedef struct acpi_object_reference 4860Sstevel@tonic-gate { 4870Sstevel@tonic-gate ACPI_OBJECT_COMMON_HEADER 4887851SDana.Myers@Sun.COM UINT8 Class; /* Reference Class */ 4897851SDana.Myers@Sun.COM UINT8 TargetType; /* Used for Index Op */ 4907851SDana.Myers@Sun.COM UINT8 Reserved; 4917851SDana.Myers@Sun.COM void *Object; /* NameOp=>HANDLE to obj, IndexOp=>ACPI_OPERAND_OBJECT */ 4927851SDana.Myers@Sun.COM ACPI_NAMESPACE_NODE *Node; /* RefOf or Namepath */ 4937851SDana.Myers@Sun.COM union acpi_operand_object **Where; /* Target of Index */ 4947851SDana.Myers@Sun.COM UINT32 Value; /* Used for Local/Arg/Index/DdbHandle */ 4950Sstevel@tonic-gate 4960Sstevel@tonic-gate } ACPI_OBJECT_REFERENCE; 4970Sstevel@tonic-gate 4987851SDana.Myers@Sun.COM /* Values for Reference.Class above */ 4997851SDana.Myers@Sun.COM 5007851SDana.Myers@Sun.COM typedef enum 5017851SDana.Myers@Sun.COM { 5027851SDana.Myers@Sun.COM ACPI_REFCLASS_LOCAL = 0, /* Method local */ 5037851SDana.Myers@Sun.COM ACPI_REFCLASS_ARG = 1, /* Method argument */ 5047851SDana.Myers@Sun.COM ACPI_REFCLASS_REFOF = 2, /* Result of RefOf() TBD: Split to Ref/Node and Ref/OperandObj? */ 5057851SDana.Myers@Sun.COM ACPI_REFCLASS_INDEX = 3, /* Result of Index() */ 5067851SDana.Myers@Sun.COM ACPI_REFCLASS_TABLE = 4, /* DdbHandle - Load(), LoadTable() */ 5077851SDana.Myers@Sun.COM ACPI_REFCLASS_NAME = 5, /* Reference to a named object */ 5087851SDana.Myers@Sun.COM ACPI_REFCLASS_DEBUG = 6, /* Debug object */ 5097851SDana.Myers@Sun.COM 5107851SDana.Myers@Sun.COM ACPI_REFCLASS_MAX = 6 5117851SDana.Myers@Sun.COM 5127851SDana.Myers@Sun.COM } ACPI_REFERENCE_CLASSES; 5137851SDana.Myers@Sun.COM 5140Sstevel@tonic-gate 5150Sstevel@tonic-gate /* 5160Sstevel@tonic-gate * Extra object is used as additional storage for types that 5170Sstevel@tonic-gate * have AML code in their declarations (TermArgs) that must be 5180Sstevel@tonic-gate * evaluated at run time. 5190Sstevel@tonic-gate * 5200Sstevel@tonic-gate * Currently: Region and FieldUnit types 5210Sstevel@tonic-gate */ 5220Sstevel@tonic-gate typedef struct acpi_object_extra 5230Sstevel@tonic-gate { 5240Sstevel@tonic-gate ACPI_OBJECT_COMMON_HEADER 5250Sstevel@tonic-gate ACPI_NAMESPACE_NODE *Method_REG; /* _REG method for this region (if any) */ 5260Sstevel@tonic-gate void *RegionContext; /* Region-specific data */ 5272623Smyers UINT8 *AmlStart; 5282623Smyers UINT32 AmlLength; 5290Sstevel@tonic-gate 5300Sstevel@tonic-gate } ACPI_OBJECT_EXTRA; 5310Sstevel@tonic-gate 5320Sstevel@tonic-gate 5330Sstevel@tonic-gate /* Additional data that can be attached to namespace nodes */ 5340Sstevel@tonic-gate 5350Sstevel@tonic-gate typedef struct acpi_object_data 5360Sstevel@tonic-gate { 5370Sstevel@tonic-gate ACPI_OBJECT_COMMON_HEADER 5380Sstevel@tonic-gate ACPI_OBJECT_HANDLER Handler; 5390Sstevel@tonic-gate void *Pointer; 5400Sstevel@tonic-gate 5410Sstevel@tonic-gate } ACPI_OBJECT_DATA; 5420Sstevel@tonic-gate 5430Sstevel@tonic-gate 5440Sstevel@tonic-gate /* Structure used when objects are cached for reuse */ 5450Sstevel@tonic-gate 5460Sstevel@tonic-gate typedef struct acpi_object_cache_list 5470Sstevel@tonic-gate { 5480Sstevel@tonic-gate ACPI_OBJECT_COMMON_HEADER 5490Sstevel@tonic-gate union acpi_operand_object *Next; /* Link for object cache and internal lists*/ 5500Sstevel@tonic-gate 5510Sstevel@tonic-gate } ACPI_OBJECT_CACHE_LIST; 5520Sstevel@tonic-gate 5530Sstevel@tonic-gate 5540Sstevel@tonic-gate /****************************************************************************** 5550Sstevel@tonic-gate * 5560Sstevel@tonic-gate * ACPI_OPERAND_OBJECT Descriptor - a giant union of all of the above 5570Sstevel@tonic-gate * 5580Sstevel@tonic-gate *****************************************************************************/ 5590Sstevel@tonic-gate 5600Sstevel@tonic-gate typedef union acpi_operand_object 5610Sstevel@tonic-gate { 5622623Smyers ACPI_OBJECT_COMMON Common; 5632623Smyers ACPI_OBJECT_INTEGER Integer; 5642623Smyers ACPI_OBJECT_STRING String; 5652623Smyers ACPI_OBJECT_BUFFER Buffer; 5662623Smyers ACPI_OBJECT_PACKAGE Package; 5672623Smyers ACPI_OBJECT_EVENT Event; 5682623Smyers ACPI_OBJECT_METHOD Method; 5692623Smyers ACPI_OBJECT_MUTEX Mutex; 5702623Smyers ACPI_OBJECT_REGION Region; 5712623Smyers ACPI_OBJECT_NOTIFY_COMMON CommonNotify; 5722623Smyers ACPI_OBJECT_DEVICE Device; 5732623Smyers ACPI_OBJECT_POWER_RESOURCE PowerResource; 5742623Smyers ACPI_OBJECT_PROCESSOR Processor; 5752623Smyers ACPI_OBJECT_THERMAL_ZONE ThermalZone; 5762623Smyers ACPI_OBJECT_FIELD_COMMON CommonField; 5772623Smyers ACPI_OBJECT_REGION_FIELD Field; 5782623Smyers ACPI_OBJECT_BUFFER_FIELD BufferField; 5792623Smyers ACPI_OBJECT_BANK_FIELD BankField; 5802623Smyers ACPI_OBJECT_INDEX_FIELD IndexField; 5812623Smyers ACPI_OBJECT_NOTIFY_HANDLER Notify; 5822623Smyers ACPI_OBJECT_ADDR_HANDLER AddressSpace; 5832623Smyers ACPI_OBJECT_REFERENCE Reference; 5842623Smyers ACPI_OBJECT_EXTRA Extra; 5852623Smyers ACPI_OBJECT_DATA Data; 5862623Smyers ACPI_OBJECT_CACHE_LIST Cache; 5870Sstevel@tonic-gate 5887851SDana.Myers@Sun.COM /* 5897851SDana.Myers@Sun.COM * Add namespace node to union in order to simplify code that accepts both 5907851SDana.Myers@Sun.COM * ACPI_OPERAND_OBJECTs and ACPI_NAMESPACE_NODEs. The structures share 5917851SDana.Myers@Sun.COM * a common DescriptorType field in order to differentiate them. 5927851SDana.Myers@Sun.COM */ 5937851SDana.Myers@Sun.COM ACPI_NAMESPACE_NODE Node; 5947851SDana.Myers@Sun.COM 5950Sstevel@tonic-gate } ACPI_OPERAND_OBJECT; 5960Sstevel@tonic-gate 5970Sstevel@tonic-gate 5980Sstevel@tonic-gate /****************************************************************************** 5990Sstevel@tonic-gate * 6000Sstevel@tonic-gate * ACPI_DESCRIPTOR - objects that share a common descriptor identifier 6010Sstevel@tonic-gate * 6020Sstevel@tonic-gate *****************************************************************************/ 6030Sstevel@tonic-gate 6040Sstevel@tonic-gate /* Object descriptor types */ 6050Sstevel@tonic-gate 6060Sstevel@tonic-gate #define ACPI_DESC_TYPE_CACHED 0x01 /* Used only when object is cached */ 6070Sstevel@tonic-gate #define ACPI_DESC_TYPE_STATE 0x02 6080Sstevel@tonic-gate #define ACPI_DESC_TYPE_STATE_UPDATE 0x03 6090Sstevel@tonic-gate #define ACPI_DESC_TYPE_STATE_PACKAGE 0x04 6100Sstevel@tonic-gate #define ACPI_DESC_TYPE_STATE_CONTROL 0x05 6110Sstevel@tonic-gate #define ACPI_DESC_TYPE_STATE_RPSCOPE 0x06 6120Sstevel@tonic-gate #define ACPI_DESC_TYPE_STATE_PSCOPE 0x07 6130Sstevel@tonic-gate #define ACPI_DESC_TYPE_STATE_WSCOPE 0x08 6140Sstevel@tonic-gate #define ACPI_DESC_TYPE_STATE_RESULT 0x09 6150Sstevel@tonic-gate #define ACPI_DESC_TYPE_STATE_NOTIFY 0x0A 6160Sstevel@tonic-gate #define ACPI_DESC_TYPE_STATE_THREAD 0x0B 6170Sstevel@tonic-gate #define ACPI_DESC_TYPE_WALK 0x0C 6180Sstevel@tonic-gate #define ACPI_DESC_TYPE_PARSER 0x0D 6190Sstevel@tonic-gate #define ACPI_DESC_TYPE_OPERAND 0x0E 6200Sstevel@tonic-gate #define ACPI_DESC_TYPE_NAMED 0x0F 6210Sstevel@tonic-gate #define ACPI_DESC_TYPE_MAX 0x0F 6220Sstevel@tonic-gate 6230Sstevel@tonic-gate 6242623Smyers typedef struct acpi_common_descriptor 6252623Smyers { 6262623Smyers void *CommonPointer; 6272623Smyers UINT8 DescriptorType; /* To differentiate various internal objs */ 6282623Smyers 6292623Smyers } ACPI_COMMON_DESCRIPTOR; 6302623Smyers 6310Sstevel@tonic-gate typedef union acpi_descriptor 6320Sstevel@tonic-gate { 6332623Smyers ACPI_COMMON_DESCRIPTOR Common; 6340Sstevel@tonic-gate ACPI_OPERAND_OBJECT Object; 6350Sstevel@tonic-gate ACPI_NAMESPACE_NODE Node; 6360Sstevel@tonic-gate ACPI_PARSE_OBJECT Op; 6370Sstevel@tonic-gate 6380Sstevel@tonic-gate } ACPI_DESCRIPTOR; 6390Sstevel@tonic-gate 6407851SDana.Myers@Sun.COM #pragma pack() 6410Sstevel@tonic-gate 6420Sstevel@tonic-gate #endif /* _ACOBJECT_H */ 643