Searched refs:ACPI_IO_RANGE (Results 1 – 7 of 7) sorted by relevance
354 else if (Resource->Data.Address.ResourceType == ACPI_IO_RANGE) in AcpiRsGetAddressCommon() 405 else if (Resource->Data.Address.ResourceType == ACPI_IO_RANGE) in AcpiRsSetAddressCommon()
560 case ACPI_IO_RANGE: in AcpiRsDumpAddressCommon()
343 if (ResourceType == ACPI_IO_RANGE) in AcpiDmAddressCommon()369 if (Resource->Address.ResourceType == ACPI_IO_RANGE) in AcpiDmAddressFlags()
259 case ACPI_IO_RANGE: in acpipchb_setup_ranges_cb()
273 case ACPI_IO_RANGE: in acpi_resource_parse_callback() 327 case ACPI_IO_RANGE: in acpi_resource_parse_callback()
703 res->Data.Address.ResourceType != ACPI_IO_RANGE && in acpimcfg_configure_bus_cb() 720 KASSERT(res->Data.Address.ResourceType == ACPI_IO_RANGE); in acpimcfg_configure_bus_cb()
138 #define ACPI_IO_RANGE (UINT8) 0x01 macro