Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/acpi/acpica/
Drsaddr.c329 } else if (resource->data.address.resource_type == ACPI_IO_RANGE) { in acpi_rs_get_address_common()
372 } else if (resource->data.address.resource_type == ACPI_IO_RANGE) { in acpi_rs_set_address_common()
Drsdump.c727 case ACPI_IO_RANGE: in acpi_rs_dump_address_common()
/linux-3.4.99/arch/x86/pci/
Dacpi.c161 addr->resource_type == ACPI_IO_RANGE) && in resource_to_addr()
201 } else if (addr.resource_type == ACPI_IO_RANGE) { in setup_resource()
/linux-3.4.99/drivers/pnp/pnpacpi/
Drsparser.c299 else if (p->resource_type == ACPI_IO_RANGE) in pnpacpi_parse_allocated_address_space()
321 else if (p->resource_type == ACPI_IO_RANGE) in pnpacpi_parse_allocated_ext_address_space()
639 } else if (p->resource_type == ACPI_IO_RANGE) in pnpacpi_parse_address_option()
658 } else if (p->resource_type == ACPI_IO_RANGE) in pnpacpi_parse_ext_address_option()
/linux-3.4.99/arch/ia64/pci/
Dpci.c244 addr->resource_type == ACPI_IO_RANGE) && in resource_to_window()
284 } else if (addr.resource_type == ACPI_IO_RANGE) { in add_window()
/linux-3.4.99/include/acpi/
Dacrestyp.h134 #define ACPI_IO_RANGE (u8) 0x01 macro