Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/acpi/acpica/
Ddsopcode.c122 case AML_CREATE_FIELD_OP: in acpi_ds_init_buffer_field()
233 if (aml_opcode == AML_CREATE_FIELD_OP) { in acpi_ds_init_buffer_field()
312 if (op->common.aml_opcode == AML_CREATE_FIELD_OP) { in acpi_ds_eval_buffer_field_operands()
Damlcode.h127 #define AML_CREATE_FIELD_OP (u16) 0x5b13 macro
Ddsutils.c470 ((walk_state->opcode == AML_CREATE_FIELD_OP) ? 3 : 2))) { in acpi_ds_create_operand()
Ddsfield.c135 if (op->common.aml_opcode == AML_CREATE_FIELD_OP) { in acpi_ds_create_buffer_field()