Home
last modified time | relevance | path

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

/linux/drivers/acpi/acpica/
H A Drsaddr.c297 if (resource->data.address.resource_type == ACPI_MEMORY_RANGE) { in acpi_rs_get_address_common()
340 if (resource->data.address.resource_type == ACPI_MEMORY_RANGE) { in acpi_rs_set_address_common()
H A Drsdump.c457 case ACPI_MEMORY_RANGE: in acpi_rs_dump_address_common()
/linux/drivers/acpi/
H A Dacpi_memhotplug.c70 (address64.resource_type != ACPI_MEMORY_RANGE)) in acpi_memory_get_resource()
H A Dresource.c251 case ACPI_MEMORY_RANGE: in acpi_decode_space()
1073 if (ares->data.address.resource_type == ACPI_MEMORY_RANGE) in acpi_dev_filter_resource_type()
/linux/drivers/pnp/pnpacpi/
H A Drsparser.c418 if (p->resource_type == ACPI_MEMORY_RANGE) { in pnpacpi_parse_address_option()
437 if (p->resource_type == ACPI_MEMORY_RANGE) { in pnpacpi_parse_ext_address_option()
/linux/include/acpi/
H A Dacrestyp.h102 #define ACPI_MEMORY_RANGE (u8) 0x00 macro