Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/parser/
H A Dpsargs.c688 Opcode = AML_INT_NAMEDFIELD_OP; in AcpiPsGetNextField()
705 case AML_INT_NAMEDFIELD_OP: in AcpiPsGetNextField()
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/dispatcher/
H A Ddsfield.c549 case AML_INT_NAMEDFIELD_OP: in AcpiDsGetFieldNames()
812 if (Arg->Common.AmlOpcode == AML_INT_NAMEDFIELD_OP) in AcpiDsInitFieldObjects()
H A Ddsopcode.c930 if (Arg->Common.AmlOpcode == AML_INT_NAMEDFIELD_OP) in AcpiDsEvalBankFieldOperands()
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Damlcode.h314 #define AML_INT_NAMEDFIELD_OP (UINT16) 0x0030 macro