Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/acpi/parser/
Dpsopcode.c65 #define MAX_EXTENDED_OPCODE 0x88 macro
66 #define NUM_EXTENDED_OPCODE (MAX_EXTENDED_OPCODE + 1)
718 if (((u8) opcode) <= MAX_EXTENDED_OPCODE) { in acpi_ps_get_opcode_info()