Home
last modified time | relevance | path

Searched refs:AML_BYTE_OP (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/acpi/acpica/
H A Dpsargs.c378 opcode = AML_BYTE_OP; in acpi_ps_get_next_simple_arg()
624 case AML_BYTE_OP: /* AML_BYTEDATA_ARG */ in acpi_ps_get_next_field()
764 arg = acpi_ps_alloc_op(AML_BYTE_OP, parser_state->aml); in acpi_ps_get_next_arg()
H A Dpsloop.c63 case AML_BYTE_OP: /* AML_BYTEDATA_ARG */ in acpi_ps_get_arguments()
381 case AML_BYTE_OP: in acpi_ps_parse_loop()
H A Damlcode.h21 #define AML_BYTE_OP (u16) 0x0a macro