Searched refs:ACPI_GET8 (Results 1 - 7 of 7) sorted by relevance

/linux-4.1.27/drivers/acpi/acpica/
H A Drsmisc.c140 ((ACPI_GET8(source) >> info->value) & 0x01)); acpi_rs_convert_aml_to_resource()
148 ((ACPI_GET8(source) >> info->value) & 0x03)); acpi_rs_convert_aml_to_resource()
156 ((ACPI_GET8(source) >> info->value) & 0x07)); acpi_rs_convert_aml_to_resource()
161 item_count = ACPI_GET8(source); acpi_rs_convert_aml_to_resource()
189 item_count = ACPI_GET8(source); acpi_rs_convert_aml_to_resource()
380 acpi_rs_decode_bitmask(ACPI_GET8(source), acpi_rs_convert_aml_to_resource()
420 if (ACPI_GET8(source) != info->value) { acpi_rs_convert_aml_to_resource()
526 ((ACPI_GET8(source) & 0x01) << info-> acpi_rs_convert_resource_to_aml()
535 ((ACPI_GET8(source) & 0x03) << info-> acpi_rs_convert_resource_to_aml()
544 ((ACPI_GET8(source) & 0x07) << info-> acpi_rs_convert_resource_to_aml()
550 item_count = ACPI_GET8(source); acpi_rs_convert_resource_to_aml()
H A Dpsargs.c506 switch (ACPI_GET8(parser_state->aml)) { acpi_ps_get_next_field()
582 access_type = ACPI_GET8(parser_state->aml); acpi_ps_get_next_field()
584 access_attribute = ACPI_GET8(parser_state->aml); acpi_ps_get_next_field()
593 access_length = ACPI_GET8(parser_state->aml); acpi_ps_get_next_field()
607 if (ACPI_GET8(parser_state->aml) == AML_BUFFER_OP) { acpi_ps_get_next_field()
627 opcode = ACPI_GET8(parser_state->aml); acpi_ps_get_next_field()
634 ACPI_GET8(parser_state->aml); acpi_ps_get_next_field()
H A Dutresrc.c542 resource_type = ACPI_GET8(aml); acpi_ut_validate_resource()
692 if (ACPI_GET8(aml) & ACPI_RESOURCE_NAME_LARGE) { acpi_ut_get_resource_type()
696 return (ACPI_GET8(aml)); acpi_ut_get_resource_type()
700 return ((u8) (ACPI_GET8(aml) & ACPI_RESOURCE_NAME_SMALL_MASK)); acpi_ut_get_resource_type()
728 if (ACPI_GET8(aml) & ACPI_RESOURCE_NAME_LARGE) { acpi_ut_get_resource_length()
737 resource_length = (u16) (ACPI_GET8(aml) & acpi_ut_get_resource_length()
762 if (ACPI_GET8(aml) & ACPI_RESOURCE_NAME_LARGE) { acpi_ut_get_resource_header_length()
H A Dpsparse.c106 opcode = (u16) ACPI_GET8(aml); acpi_ps_peek_opcode()
113 opcode = (u16) ((opcode << 8) | ACPI_GET8(aml)); acpi_ps_peek_opcode()
H A Drsdump.c257 acpi_rs_out_integer8(name, ACPI_GET8(target)); acpi_rs_dump_descriptor()
H A Dacmacros.h56 #define ACPI_GET8(ptr) (*ACPI_CAST8 (ptr)) macro
H A Dexregion.c223 *value = (u64)ACPI_GET8(logical_addr_ptr); acpi_ex_system_memory_space_handler()

Completed in 307 milliseconds