Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/acpi/acpica/
H A Drsaddr.c294 } 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()
H A Drsdump.c452 case ACPI_IO_RANGE: in acpi_rs_dump_address_common()
/OK3568_Linux_fs/kernel/drivers/acpi/
H A Dresource.c253 case ACPI_IO_RANGE: in acpi_decode_space()
707 else if (ares->data.address.resource_type == ACPI_IO_RANGE) in acpi_dev_filter_resource_type()
/OK3568_Linux_fs/kernel/drivers/pnp/pnpacpi/
H A Drsparser.c423 } 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()
/OK3568_Linux_fs/kernel/include/acpi/
H A Dacrestyp.h103 #define ACPI_IO_RANGE (u8) 0x01 macro