Lines Matching refs:UINT16

159 #define AML_ZERO_OP                 (UINT16) 0x00
160 #define AML_ONE_OP (UINT16) 0x01
161 #define AML_ALIAS_OP (UINT16) 0x06
162 #define AML_NAME_OP (UINT16) 0x08
163 #define AML_BYTE_OP (UINT16) 0x0a
164 #define AML_WORD_OP (UINT16) 0x0b
165 #define AML_DWORD_OP (UINT16) 0x0c
166 #define AML_STRING_OP (UINT16) 0x0d
167 #define AML_QWORD_OP (UINT16) 0x0e /* ACPI 2.0 */
168 #define AML_SCOPE_OP (UINT16) 0x10
169 #define AML_BUFFER_OP (UINT16) 0x11
170 #define AML_PACKAGE_OP (UINT16) 0x12
171 #define AML_VARIABLE_PACKAGE_OP (UINT16) 0x13 /* ACPI 2.0 */
172 #define AML_METHOD_OP (UINT16) 0x14
173 #define AML_EXTERNAL_OP (UINT16) 0x15 /* ACPI 6.0 */
174 #define AML_DUAL_NAME_PREFIX (UINT16) 0x2e
175 #define AML_MULTI_NAME_PREFIX (UINT16) 0x2f
176 #define AML_EXTENDED_PREFIX (UINT16) 0x5b
177 #define AML_ROOT_PREFIX (UINT16) 0x5c
178 #define AML_PARENT_PREFIX (UINT16) 0x5e
179 #define AML_FIRST_LOCAL_OP (UINT16) 0x60 /* Used for Local op # calculations */
180 #define AML_LOCAL0 (UINT16) 0x60
181 #define AML_LOCAL1 (UINT16) 0x61
182 #define AML_LOCAL2 (UINT16) 0x62
183 #define AML_LOCAL3 (UINT16) 0x63
184 #define AML_LOCAL4 (UINT16) 0x64
185 #define AML_LOCAL5 (UINT16) 0x65
186 #define AML_LOCAL6 (UINT16) 0x66
187 #define AML_LOCAL7 (UINT16) 0x67
188 #define AML_FIRST_ARG_OP (UINT16) 0x68 /* Used for Arg op # calculations */
189 #define AML_ARG0 (UINT16) 0x68
190 #define AML_ARG1 (UINT16) 0x69
191 #define AML_ARG2 (UINT16) 0x6a
192 #define AML_ARG3 (UINT16) 0x6b
193 #define AML_ARG4 (UINT16) 0x6c
194 #define AML_ARG5 (UINT16) 0x6d
195 #define AML_ARG6 (UINT16) 0x6e
196 #define AML_STORE_OP (UINT16) 0x70
197 #define AML_REF_OF_OP (UINT16) 0x71
198 #define AML_ADD_OP (UINT16) 0x72
199 #define AML_CONCATENATE_OP (UINT16) 0x73
200 #define AML_SUBTRACT_OP (UINT16) 0x74
201 #define AML_INCREMENT_OP (UINT16) 0x75
202 #define AML_DECREMENT_OP (UINT16) 0x76
203 #define AML_MULTIPLY_OP (UINT16) 0x77
204 #define AML_DIVIDE_OP (UINT16) 0x78
205 #define AML_SHIFT_LEFT_OP (UINT16) 0x79
206 #define AML_SHIFT_RIGHT_OP (UINT16) 0x7a
207 #define AML_BIT_AND_OP (UINT16) 0x7b
208 #define AML_BIT_NAND_OP (UINT16) 0x7c
209 #define AML_BIT_OR_OP (UINT16) 0x7d
210 #define AML_BIT_NOR_OP (UINT16) 0x7e
211 #define AML_BIT_XOR_OP (UINT16) 0x7f
212 #define AML_BIT_NOT_OP (UINT16) 0x80
213 #define AML_FIND_SET_LEFT_BIT_OP (UINT16) 0x81
214 #define AML_FIND_SET_RIGHT_BIT_OP (UINT16) 0x82
215 #define AML_DEREF_OF_OP (UINT16) 0x83
216 #define AML_CONCATENATE_TEMPLATE_OP (UINT16) 0x84 /* ACPI 2.0 */
217 #define AML_MOD_OP (UINT16) 0x85 /* ACPI 2.0 */
218 #define AML_NOTIFY_OP (UINT16) 0x86
219 #define AML_SIZE_OF_OP (UINT16) 0x87
220 #define AML_INDEX_OP (UINT16) 0x88
221 #define AML_MATCH_OP (UINT16) 0x89
222 #define AML_CREATE_DWORD_FIELD_OP (UINT16) 0x8a
223 #define AML_CREATE_WORD_FIELD_OP (UINT16) 0x8b
224 #define AML_CREATE_BYTE_FIELD_OP (UINT16) 0x8c
225 #define AML_CREATE_BIT_FIELD_OP (UINT16) 0x8d
226 #define AML_OBJECT_TYPE_OP (UINT16) 0x8e
227 #define AML_CREATE_QWORD_FIELD_OP (UINT16) 0x8f /* ACPI 2.0 */
228 #define AML_LOGICAL_AND_OP (UINT16) 0x90
229 #define AML_LOGICAL_OR_OP (UINT16) 0x91
230 #define AML_LOGICAL_NOT_OP (UINT16) 0x92
231 #define AML_LOGICAL_EQUAL_OP (UINT16) 0x93
232 #define AML_LOGICAL_GREATER_OP (UINT16) 0x94
233 #define AML_LOGICAL_LESS_OP (UINT16) 0x95
234 #define AML_TO_BUFFER_OP (UINT16) 0x96 /* ACPI 2.0 */
235 #define AML_TO_DECIMAL_STRING_OP (UINT16) 0x97 /* ACPI 2.0 */
236 #define AML_TO_HEX_STRING_OP (UINT16) 0x98 /* ACPI 2.0 */
237 #define AML_TO_INTEGER_OP (UINT16) 0x99 /* ACPI 2.0 */
238 #define AML_TO_STRING_OP (UINT16) 0x9c /* ACPI 2.0 */
239 #define AML_COPY_OBJECT_OP (UINT16) 0x9d /* ACPI 2.0 */
240 #define AML_MID_OP (UINT16) 0x9e /* ACPI 2.0 */
241 #define AML_CONTINUE_OP (UINT16) 0x9f /* ACPI 2.0 */
242 #define AML_IF_OP (UINT16) 0xa0
243 #define AML_ELSE_OP (UINT16) 0xa1
244 #define AML_WHILE_OP (UINT16) 0xa2
245 #define AML_NOOP_OP (UINT16) 0xa3
246 #define AML_RETURN_OP (UINT16) 0xa4
247 #define AML_BREAK_OP (UINT16) 0xa5
248 #define AML_COMMENT_OP (UINT16) 0xa9
249 #define AML_BREAKPOINT_OP (UINT16) 0xcc
250 #define AML_ONES_OP (UINT16) 0xff
257 #define AML_LOGICAL_GREATER_EQUAL_OP (UINT16) 0x9295 /* LNot (LLess) */
258 #define AML_LOGICAL_LESS_EQUAL_OP (UINT16) 0x9294 /* LNot (LGreater) */
259 #define AML_LOGICAL_NOT_EQUAL_OP (UINT16) 0x9293 /* LNot (LEqual) */
264 #define AML_EXTENDED_OPCODE (UINT16) 0x5b00 /* Prefix for 2-byte opcodes */
266 #define AML_MUTEX_OP (UINT16) 0x5b01
267 #define AML_EVENT_OP (UINT16) 0x5b02
268 #define AML_SHIFT_RIGHT_BIT_OP (UINT16) 0x5b10 /* Obsolete, not in ACPI spec */
269 #define AML_SHIFT_LEFT_BIT_OP (UINT16) 0x5b11 /* Obsolete, not in ACPI spec */
270 #define AML_CONDITIONAL_REF_OF_OP (UINT16) 0x5b12
271 #define AML_CREATE_FIELD_OP (UINT16) 0x5b13
272 #define AML_LOAD_TABLE_OP (UINT16) 0x5b1f /* ACPI 2.0 */
273 #define AML_LOAD_OP (UINT16) 0x5b20
274 #define AML_STALL_OP (UINT16) 0x5b21
275 #define AML_SLEEP_OP (UINT16) 0x5b22
276 #define AML_ACQUIRE_OP (UINT16) 0x5b23
277 #define AML_SIGNAL_OP (UINT16) 0x5b24
278 #define AML_WAIT_OP (UINT16) 0x5b25
279 #define AML_RESET_OP (UINT16) 0x5b26
280 #define AML_RELEASE_OP (UINT16) 0x5b27
281 #define AML_FROM_BCD_OP (UINT16) 0x5b28
282 #define AML_TO_BCD_OP (UINT16) 0x5b29
283 #define AML_UNLOAD_OP (UINT16) 0x5b2a
284 #define AML_REVISION_OP (UINT16) 0x5b30
285 #define AML_DEBUG_OP (UINT16) 0x5b31
286 #define AML_FATAL_OP (UINT16) 0x5b32
287 #define AML_TIMER_OP (UINT16) 0x5b33 /* ACPI 3.0 */
288 #define AML_REGION_OP (UINT16) 0x5b80
289 #define AML_FIELD_OP (UINT16) 0x5b81
290 #define AML_DEVICE_OP (UINT16) 0x5b82
291 #define AML_PROCESSOR_OP (UINT16) 0x5b83
292 #define AML_POWER_RESOURCE_OP (UINT16) 0x5b84
293 #define AML_THERMAL_ZONE_OP (UINT16) 0x5b85
294 #define AML_INDEX_FIELD_OP (UINT16) 0x5b86
295 #define AML_BANK_FIELD_OP (UINT16) 0x5b87
296 #define AML_DATA_REGION_OP (UINT16) 0x5b88 /* ACPI 2.0 */
313 #define AML_INT_NAMEPATH_OP (UINT16) 0x002d
314 #define AML_INT_NAMEDFIELD_OP (UINT16) 0x0030
315 #define AML_INT_RESERVEDFIELD_OP (UINT16) 0x0031
316 #define AML_INT_ACCESSFIELD_OP (UINT16) 0x0032
317 #define AML_INT_BYTELIST_OP (UINT16) 0x0033
318 #define AML_INT_METHODCALL_OP (UINT16) 0x0035
319 #define AML_INT_RETURN_VALUE_OP (UINT16) 0x0036
320 #define AML_INT_EVAL_SUBTREE_OP (UINT16) 0x0037
321 #define AML_INT_CONNECTION_OP (UINT16) 0x0038
322 #define AML_INT_EXTACCESSFIELD_OP (UINT16) 0x0039