Searched refs:ACPI_IO_RANGE (Results 1 – 5 of 5) sorted by relevance
294 } else if (resource->data.address.resource_type == ACPI_IO_RANGE) { in acpi_rs_get_address_common()337 } else if (resource->data.address.resource_type == ACPI_IO_RANGE) { in acpi_rs_set_address_common()
460 case ACPI_IO_RANGE: in acpi_rs_dump_address_common()
254 case ACPI_IO_RANGE: in acpi_decode_space()762 else if (ares->data.address.resource_type == ACPI_IO_RANGE) in acpi_dev_filter_resource_type()
423 } else if (p->resource_type == ACPI_IO_RANGE) in pnpacpi_parse_address_option()442 } else if (p->resource_type == ACPI_IO_RANGE) in pnpacpi_parse_ext_address_option()
103 #define ACPI_IO_RANGE (u8) 0x01 macro