SBX00_ACPI_IO_BASE   10 arch/mips/loongson64/loongson-3/acpi_init.c #define ACPI_PM_EVT_BLK         (SBX00_ACPI_IO_BASE + 0x00) /* 4 bytes */
SBX00_ACPI_IO_BASE   11 arch/mips/loongson64/loongson-3/acpi_init.c #define ACPI_PM_CNT_BLK         (SBX00_ACPI_IO_BASE + 0x04) /* 2 bytes */
SBX00_ACPI_IO_BASE   12 arch/mips/loongson64/loongson-3/acpi_init.c #define ACPI_PMA_CNT_BLK        (SBX00_ACPI_IO_BASE + 0x0F) /* 1 byte */
SBX00_ACPI_IO_BASE   13 arch/mips/loongson64/loongson-3/acpi_init.c #define ACPI_PM_TMR_BLK         (SBX00_ACPI_IO_BASE + 0x18) /* 4 bytes */
SBX00_ACPI_IO_BASE   14 arch/mips/loongson64/loongson-3/acpi_init.c #define ACPI_GPE0_BLK           (SBX00_ACPI_IO_BASE + 0x10) /* 8 bytes */
SBX00_ACPI_IO_BASE   15 arch/mips/loongson64/loongson-3/acpi_init.c #define ACPI_END                (SBX00_ACPI_IO_BASE + 0x80)
SBX00_ACPI_IO_BASE   28 arch/mips/loongson64/loongson-3/acpi_init.c 	request_region(SBX00_ACPI_IO_BASE, SBX00_ACPI_IO_SIZE, "acpi");