Home
last modified time | relevance | path

Searched refs:AOPOBJ_AML_CONSTANT (Results 1 – 4 of 4) sorted by relevance

/drivers/acpi/acpica/
Dexstore.c123 if (dest_desc->common.flags & AOPOBJ_AML_CONSTANT) { in acpi_ex_store()
Dacobject.h94 #define AOPOBJ_AML_CONSTANT 0x01 /* Integer is an AML constant */ macro
Dexresop.c95 flags & AOPOBJ_AML_CONSTANT)) { in acpi_ex_check_object_type()
Ddsobject.c686 obj_desc->common.flags = AOPOBJ_AML_CONSTANT; in acpi_ds_init_object_from_op()