acpi_adr_space_type  598 include/acpi/actypes.h #define ACPI_ADR_SPACE_SYSTEM_MEMORY    (acpi_adr_space_type) 0
acpi_adr_space_type  599 include/acpi/actypes.h #define ACPI_ADR_SPACE_SYSTEM_IO        (acpi_adr_space_type) 1
acpi_adr_space_type  600 include/acpi/actypes.h #define ACPI_ADR_SPACE_PCI_CONFIG       (acpi_adr_space_type) 2
acpi_adr_space_type  601 include/acpi/actypes.h #define ACPI_ADR_SPACE_EC               (acpi_adr_space_type) 3
acpi_adr_space_type  602 include/acpi/actypes.h #define ACPI_ADR_SPACE_SMBUS            (acpi_adr_space_type) 4
acpi_adr_space_type  603 include/acpi/actypes.h #define ACPI_ADR_SPACE_CMOS             (acpi_adr_space_type) 5
acpi_adr_space_type  604 include/acpi/actypes.h #define ACPI_ADR_SPACE_PCI_BAR_TARGET   (acpi_adr_space_type) 6
acpi_adr_space_type  605 include/acpi/actypes.h #define ACPI_ADR_SPACE_DATA_TABLE       (acpi_adr_space_type) 7
acpi_adr_space_type  606 include/acpi/actypes.h #define ACPI_ADR_SPACE_FIXED_HARDWARE   (acpi_adr_space_type) 127