Lines Matching refs:acpi_base
35 static unsigned long acpi_base; variable
218 sts = inl(acpi_base + CS5536_PM1_STS); in xo1_sci_intr()
219 outl(sts | 0xffff, acpi_base + CS5536_PM1_STS); in xo1_sci_intr()
221 gpe = inl(acpi_base + CS5536_PM_GPE0_STS); in xo1_sci_intr()
222 outl(0xffffffff, acpi_base + CS5536_PM_GPE0_STS); in xo1_sci_intr()
343 sts = inl(acpi_base + CS5536_PM1_STS); in setup_sci_interrupt()
345 acpi_base + CS5536_PM1_STS); in setup_sci_interrupt()
557 acpi_base = res->start; in xo1_sci_probe()
581 acpi_base + CS5536_PM_GPE0_EN); in xo1_sci_probe()
584 outl(0xffffffff, acpi_base + CS5536_PM_GPE0_STS); in xo1_sci_probe()
624 acpi_base = 0; in xo1_sci_remove()