Lines Matching refs:acpi_base
30 static unsigned long acpi_base; variable
219 sts = inl(acpi_base + CS5536_PM1_STS); in xo1_sci_intr()
220 outl(sts | 0xffff, acpi_base + CS5536_PM1_STS); in xo1_sci_intr()
222 gpe = inl(acpi_base + CS5536_PM_GPE0_STS); in xo1_sci_intr()
223 outl(0xffffffff, acpi_base + CS5536_PM_GPE0_STS); in xo1_sci_intr()
344 sts = inl(acpi_base + CS5536_PM1_STS); in setup_sci_interrupt()
346 acpi_base + CS5536_PM1_STS); in setup_sci_interrupt()
544 acpi_base = res->start; in xo1_sci_probe()
568 acpi_base + CS5536_PM_GPE0_EN); in xo1_sci_probe()
571 outl(0xffffffff, acpi_base + CS5536_PM_GPE0_STS); in xo1_sci_probe()
610 acpi_base = 0; in xo1_sci_remove()