Lines Matching refs:acpi_base
31 static unsigned long acpi_base; variable
220 sts = inl(acpi_base + CS5536_PM1_STS); in xo1_sci_intr()
221 outl(sts | 0xffff, acpi_base + CS5536_PM1_STS); in xo1_sci_intr()
223 gpe = inl(acpi_base + CS5536_PM_GPE0_STS); in xo1_sci_intr()
224 outl(0xffffffff, acpi_base + CS5536_PM_GPE0_STS); in xo1_sci_intr()
345 sts = inl(acpi_base + CS5536_PM1_STS); in setup_sci_interrupt()
347 acpi_base + CS5536_PM1_STS); in setup_sci_interrupt()
549 acpi_base = res->start; in xo1_sci_probe()
573 acpi_base + CS5536_PM_GPE0_EN); in xo1_sci_probe()
576 outl(0xffffffff, acpi_base + CS5536_PM_GPE0_STS); in xo1_sci_probe()
616 acpi_base = 0; in xo1_sci_remove()