Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
amlresrc.h
Go to the documentation of this file.
1 
2 /******************************************************************************
3  *
4  * Module Name: amlresrc.h - AML resource descriptors
5  *
6  *****************************************************************************/
7 
8 /*
9  * Copyright (C) 2000 - 2012, Intel Corp.
10  * All rights reserved.
11  *
12  * Redistribution and use in source and binary forms, with or without
13  * modification, are permitted provided that the following conditions
14  * are met:
15  * 1. Redistributions of source code must retain the above copyright
16  * notice, this list of conditions, and the following disclaimer,
17  * without modification.
18  * 2. Redistributions in binary form must reproduce at minimum a disclaimer
19  * substantially similar to the "NO WARRANTY" disclaimer below
20  * ("Disclaimer") and any redistribution must be conditioned upon
21  * including a substantially similar Disclaimer requirement for further
22  * binary redistribution.
23  * 3. Neither the names of the above-listed copyright holders nor the names
24  * of any contributors may be used to endorse or promote products derived
25  * from this software without specific prior written permission.
26  *
27  * Alternatively, this software may be distributed under the terms of the
28  * GNU General Public License ("GPL") version 2 as published by the Free
29  * Software Foundation.
30  *
31  * NO WARRANTY
32  * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
33  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
34  * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR
35  * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
36  * HOLDERS OR CONTRIBUTORS BE LIABLE FOR SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
37  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
38  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
39  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
40  * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
41  * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
42  * POSSIBILITY OF SUCH DAMAGES.
43  */
44 
45 /* acpisrc:struct_defs -- for acpisrc conversion */
46 
47 #ifndef __AMLRESRC_H
48 #define __AMLRESRC_H
49 
50 /*
51  * Resource descriptor tags, as defined in the ACPI specification.
52  * Used to symbolically reference fields within a descriptor.
53  */
54 #define ACPI_RESTAG_ADDRESS "_ADR"
55 #define ACPI_RESTAG_ALIGNMENT "_ALN"
56 #define ACPI_RESTAG_ADDRESSSPACE "_ASI"
57 #define ACPI_RESTAG_ACCESSSIZE "_ASZ"
58 #define ACPI_RESTAG_TYPESPECIFICATTRIBUTES "_ATT"
59 #define ACPI_RESTAG_BASEADDRESS "_BAS"
60 #define ACPI_RESTAG_BUSMASTER "_BM_" /* Master(1), Slave(0) */
61 #define ACPI_RESTAG_DEBOUNCETIME "_DBT"
62 #define ACPI_RESTAG_DECODE "_DEC"
63 #define ACPI_RESTAG_DEVICEPOLARITY "_DPL"
64 #define ACPI_RESTAG_DMA "_DMA"
65 #define ACPI_RESTAG_DMATYPE "_TYP" /* Compatible(0), A(1), B(2), F(3) */
66 #define ACPI_RESTAG_DRIVESTRENGTH "_DRS"
67 #define ACPI_RESTAG_ENDIANNESS "_END"
68 #define ACPI_RESTAG_FLOWCONTROL "_FLC"
69 #define ACPI_RESTAG_GRANULARITY "_GRA"
70 #define ACPI_RESTAG_INTERRUPT "_INT"
71 #define ACPI_RESTAG_INTERRUPTLEVEL "_LL_" /* active_lo(1), active_hi(0) */
72 #define ACPI_RESTAG_INTERRUPTSHARE "_SHR" /* Shareable(1), no_share(0) */
73 #define ACPI_RESTAG_INTERRUPTTYPE "_HE_" /* Edge(1), Level(0) */
74 #define ACPI_RESTAG_IORESTRICTION "_IOR"
75 #define ACPI_RESTAG_LENGTH "_LEN"
76 #define ACPI_RESTAG_LINE "_LIN"
77 #define ACPI_RESTAG_MEMATTRIBUTES "_MTP" /* Memory(0), Reserved(1), ACPI(2), NVS(3) */
78 #define ACPI_RESTAG_MEMTYPE "_MEM" /* non_cache(0), Cacheable(1) Cache+combine(2), Cache+prefetch(3) */
79 #define ACPI_RESTAG_MAXADDR "_MAX"
80 #define ACPI_RESTAG_MINADDR "_MIN"
81 #define ACPI_RESTAG_MAXTYPE "_MAF"
82 #define ACPI_RESTAG_MINTYPE "_MIF"
83 #define ACPI_RESTAG_MODE "_MOD"
84 #define ACPI_RESTAG_PARITY "_PAR"
85 #define ACPI_RESTAG_PHASE "_PHA"
86 #define ACPI_RESTAG_PIN "_PIN"
87 #define ACPI_RESTAG_PINCONFIG "_PPI"
88 #define ACPI_RESTAG_POLARITY "_POL"
89 #define ACPI_RESTAG_REGISTERBITOFFSET "_RBO"
90 #define ACPI_RESTAG_REGISTERBITWIDTH "_RBW"
91 #define ACPI_RESTAG_RANGETYPE "_RNG"
92 #define ACPI_RESTAG_READWRITETYPE "_RW_" /* read_only(0), Writeable (1) */
93 #define ACPI_RESTAG_LENGTH_RX "_RXL"
94 #define ACPI_RESTAG_LENGTH_TX "_TXL"
95 #define ACPI_RESTAG_SLAVEMODE "_SLV"
96 #define ACPI_RESTAG_SPEED "_SPE"
97 #define ACPI_RESTAG_STOPBITS "_STB"
98 #define ACPI_RESTAG_TRANSLATION "_TRA"
99 #define ACPI_RESTAG_TRANSTYPE "_TRS" /* Sparse(1), Dense(0) */
100 #define ACPI_RESTAG_TYPE "_TTP" /* Translation(1), Static (0) */
101 #define ACPI_RESTAG_XFERTYPE "_SIZ" /* 8(0), 8And16(1), 16(2) */
102 #define ACPI_RESTAG_VENDORDATA "_VEN"
103 
104 /* Default sizes for "small" resource descriptors */
105 
106 #define ASL_RDESC_IRQ_SIZE 0x02
107 #define ASL_RDESC_DMA_SIZE 0x02
108 #define ASL_RDESC_ST_DEPEND_SIZE 0x00
109 #define ASL_RDESC_END_DEPEND_SIZE 0x00
110 #define ASL_RDESC_IO_SIZE 0x07
111 #define ASL_RDESC_FIXED_IO_SIZE 0x03
112 #define ASL_RDESC_FIXED_DMA_SIZE 0x05
113 #define ASL_RDESC_END_TAG_SIZE 0x01
114 
117  void *buffer;
119 };
120 
121 /* Macros used to generate AML resource length fields */
122 
123 #define ACPI_AML_SIZE_LARGE(r) (sizeof (r) - sizeof (struct aml_resource_large_header))
124 #define ACPI_AML_SIZE_SMALL(r) (sizeof (r) - sizeof (struct aml_resource_small_header))
125 
126 /*
127  * Resource descriptors defined in the ACPI specification.
128  *
129  * Packing/alignment must be BYTE because these descriptors
130  * are used to overlay the raw AML byte stream.
131  */
132 #pragma pack(1)
133 
134 /*
135  * SMALL descriptors
136  */
137 #define AML_RESOURCE_SMALL_HEADER_COMMON \
138  u8 descriptor_type;
139 
142 
146 };
147 
150 };
151 
155 };
156 
159 };
160 
163 
166 
173 };
174 
178 };
179 
182 
185 };
186 
191 };
192 
193 /*
194  * LARGE descriptors
195  */
196 #define AML_RESOURCE_LARGE_HEADER_COMMON \
197  u8 descriptor_type;\
198  u16 resource_length;
199 
202 
209 };
210 
213 
220 };
221 
226 };
227 
228 #define AML_RESOURCE_ADDRESS_COMMON \
229  u8 resource_type; \
230  u8 flags; \
231  u8 specific_flags;
232 
235 
246 };
247 
248 #define AML_RESOURCE_EXTENDED_ADDRESS_REVISION 1 /* ACPI 3.0 */
249 
257 };
258 
266 };
267 
275 };
276 
281  /* res_source_index, res_source optional fields follow */
282 };
283 
288  u8 access_size; /* ACPI 3.0, was previously Reserved */
290 };
291 
292 /* Common descriptor for gpio_int and gpio_io (ACPI 5.0) */
293 
307  /*
308  * Optional fields follow immediately:
309  * 1) PIN list (Words)
310  * 2) Resource Source String
311  * 3) Vendor Data bytes
312  */
313 };
314 
315 #define AML_RESOURCE_GPIO_REVISION 1 /* ACPI 5.0 */
316 
317 /* Values for connection_type above */
318 
319 #define AML_RESOURCE_GPIO_TYPE_INT 0
320 #define AML_RESOURCE_GPIO_TYPE_IO 1
321 #define AML_RESOURCE_MAX_GPIOTYPE 1
322 
323 /* Common preamble for all serial descriptors (ACPI 5.0) */
324 
325 #define AML_RESOURCE_SERIAL_COMMON \
326  u8 revision_id; \
327  u8 res_source_index; \
328  u8 type; \
329  u8 flags; \
330  u16 type_specific_flags; \
331  u8 type_revision_id; \
332  u16 type_data_length; \
333 
334 /* Values for the type field above */
335 
336 #define AML_RESOURCE_I2C_SERIALBUSTYPE 1
337 #define AML_RESOURCE_SPI_SERIALBUSTYPE 2
338 #define AML_RESOURCE_UART_SERIALBUSTYPE 3
339 #define AML_RESOURCE_MAX_SERIALBUSTYPE 3
340 #define AML_RESOURCE_VENDOR_SERIALBUSTYPE 192 /* Vendor defined is 0xC0-0xFF (NOT SUPPORTED) */
341 
344 
349  /*
350  * Optional fields follow immediately:
351  * 1) Vendor Data bytes
352  * 2) Resource Source String
353  */
354 };
355 
356 #define AML_RESOURCE_I2C_REVISION 1 /* ACPI 5.0 */
357 #define AML_RESOURCE_I2C_TYPE_REVISION 1 /* ACPI 5.0 */
358 #define AML_RESOURCE_I2C_MIN_DATA_LEN 6
359 
367  /*
368  * Optional fields follow immediately:
369  * 1) Vendor Data bytes
370  * 2) Resource Source String
371  */
372 };
373 
374 #define AML_RESOURCE_SPI_REVISION 1 /* ACPI 5.0 */
375 #define AML_RESOURCE_SPI_TYPE_REVISION 1 /* ACPI 5.0 */
376 #define AML_RESOURCE_SPI_MIN_DATA_LEN 9
377 
385  /*
386  * Optional fields follow immediately:
387  * 1) Vendor Data bytes
388  * 2) Resource Source String
389  */
390 };
391 
392 #define AML_RESOURCE_UART_REVISION 1 /* ACPI 5.0 */
393 #define AML_RESOURCE_UART_TYPE_REVISION 1 /* ACPI 5.0 */
394 #define AML_RESOURCE_UART_MIN_DATA_LEN 10
395 
396 /* restore default alignment */
397 
398 #pragma pack()
399 
400 /* Union of all resource descriptors, so we can allocate the worst case */
401 
403  /* Descriptor headers */
404 
408 
409  /* Small resource descriptors */
410 
420 
421  /* Large resource descriptors */
422 
438 
439  /* Utility overlays */
440 
445 };
446 
447 #endif