Home
last modified time | relevance | path

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

/freebsd-13.1/sys/contrib/dev/acpica/components/resources/
H A Drsaddr.c457 else if (Resource->Data.Address.ResourceType == ACPI_IO_RANGE) in AcpiRsGetAddressCommon()
508 else if (Resource->Data.Address.ResourceType == ACPI_IO_RANGE) in AcpiRsSetAddressCommon()
H A Drsdump.c657 case ACPI_IO_RANGE: in AcpiRsDumpAddressCommon()
/freebsd-13.1/sys/contrib/dev/acpica/components/disassembler/
H A Ddmresrcl.c451 if (ResourceType == ACPI_IO_RANGE) in AcpiDmAddressCommon()
477 if (Resource->Address.ResourceType == ACPI_IO_RANGE) in AcpiDmAddressFlags()
/freebsd-13.1/sys/dev/pci/
H A Dpci_host_generic_acpi.c172 res->Data.Address.ResourceType == ACPI_IO_RANGE) { in pci_host_generic_acpi_parse_resource()
178 else if (res->Data.Address.ResourceType == ACPI_IO_RANGE) in pci_host_generic_acpi_parse_resource()
/freebsd-13.1/sys/dev/acpica/
H A Dacpi_resource.c217 case ACPI_IO_RANGE: in acpi_address_range_name()
397 res->Data.Address.ResourceType != ACPI_IO_RANGE) { in acpi_parse_resource()
H A Dacpi_pcib_acpi.c251 case ACPI_IO_RANGE: in acpi_pcib_producer_handler()
/freebsd-13.1/sys/contrib/dev/acpica/include/
H A Dacrestyp.h246 #define ACPI_IO_RANGE (UINT8) 0x01 macro