Home
last modified time | relevance | path

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

/linux/drivers/acpi/acpica/
A Drsmisc.c106 ((ACPI_GET8(source) >> info->value) & 0x01)); in acpi_rs_convert_aml_to_resource()
114 ((ACPI_GET8(source) >> info->value) & 0x03)); in acpi_rs_convert_aml_to_resource()
135 item_count = ACPI_GET8(source); in acpi_rs_convert_aml_to_resource()
163 item_count = ACPI_GET8(source); in acpi_rs_convert_aml_to_resource()
354 acpi_rs_decode_bitmask(ACPI_GET8(source), in acpi_rs_convert_aml_to_resource()
394 if (ACPI_GET8(source) != info->value) { in acpi_rs_convert_aml_to_resource()
500 ((ACPI_GET8(source) & 0x01) << info-> in acpi_rs_convert_resource_to_aml()
509 ((ACPI_GET8(source) & 0x03) << info-> in acpi_rs_convert_resource_to_aml()
518 ((ACPI_GET8(source) & 0x07) << info-> in acpi_rs_convert_resource_to_aml()
527 ((ACPI_GET8(source) & 0x3F) << info-> in acpi_rs_convert_resource_to_aml()
[all …]
A Dutresrc.c277 resource_type = ACPI_GET8(aml); in acpi_ut_validate_resource()
427 if (ACPI_GET8(aml) & ACPI_RESOURCE_NAME_LARGE) { in acpi_ut_get_resource_type()
431 return (ACPI_GET8(aml)); in acpi_ut_get_resource_type()
435 return ((u8) (ACPI_GET8(aml) & ACPI_RESOURCE_NAME_SMALL_MASK)); in acpi_ut_get_resource_type()
463 if (ACPI_GET8(aml) & ACPI_RESOURCE_NAME_LARGE) { in acpi_ut_get_resource_length()
472 resource_length = (u16) (ACPI_GET8(aml) & in acpi_ut_get_resource_length()
497 if (ACPI_GET8(aml) & ACPI_RESOURCE_NAME_LARGE) { in acpi_ut_get_resource_header_length()
A Dpsargs.c477 switch (ACPI_GET8(parser_state->aml)) { in acpi_ps_get_next_field()
568 access_type = ACPI_GET8(parser_state->aml); in acpi_ps_get_next_field()
570 access_attribute = ACPI_GET8(parser_state->aml); in acpi_ps_get_next_field()
579 access_length = ACPI_GET8(parser_state->aml); in acpi_ps_get_next_field()
594 if (ACPI_GET8(parser_state->aml) == AML_BUFFER_OP) { in acpi_ps_get_next_field()
617 opcode = ACPI_GET8(parser_state->aml); in acpi_ps_get_next_field()
625 ACPI_GET8(parser_state->aml); in acpi_ps_get_next_field()
A Drsdump.c225 acpi_rs_out_integer8(name, ACPI_GET8(target)); in acpi_rs_dump_descriptor()
266 acpi_rs_out_integer8(name, (ACPI_GET8(target) & 0x3F)); in acpi_rs_dump_descriptor()
A Dpsparse.c73 opcode = (u16) ACPI_GET8(aml); in acpi_ps_peek_opcode()
80 opcode = (u16) ((opcode << 8) | ACPI_GET8(aml)); in acpi_ps_peek_opcode()
A Dexregion.c217 *value = (u64)ACPI_GET8(logical_addr_ptr); in acpi_ex_system_memory_space_handler()
A Dhwgpe.c50 *value = (u64)ACPI_GET8((unsigned long)reg->address); in acpi_hw_gpe_read()
A Dacmacros.h22 #define ACPI_GET8(ptr) (*ACPI_CAST8 (ptr)) macro

Completed in 15 milliseconds