Searched refs:ACPI_IO_RANGE (Results 1 – 6 of 6) sorted by relevance
329 } 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()
727 case ACPI_IO_RANGE: in acpi_rs_dump_address_common()
161 addr->resource_type == ACPI_IO_RANGE) && in resource_to_addr()201 } else if (addr.resource_type == ACPI_IO_RANGE) { in setup_resource()
299 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()
244 addr->resource_type == ACPI_IO_RANGE) && in resource_to_window()284 } else if (addr.resource_type == ACPI_IO_RANGE) { in add_window()
134 #define ACPI_IO_RANGE (u8) 0x01 macro