Searched refs:acpi_base (Results 1 – 3 of 3) sorted by relevance
28 static unsigned long acpi_base; variable64 saved_sci_mask = inl(acpi_base + CS5536_PM1_STS); in xo1_power_state_enter()73 outl(saved_sci_mask, acpi_base + CS5536_PM1_STS); in xo1_power_state_enter()83 outl(wakeup_mask << 16, acpi_base + CS5536_PM1_STS); in xo1_do_sleep()107 outl(0xffffffff, acpi_base + CS5536_PM_GPE0_STS); in xo1_power_off()110 outl(0x00002000, acpi_base + CS5536_PM1_CNT); in xo1_power_off()145 acpi_base = res->start; in xo1_pm_probe()148 if (pms_base && acpi_base) { in xo1_pm_probe()164 acpi_base = 0; in xo1_pm_remove()
35 static unsigned long acpi_base; variable218 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()[all …]
57 u32 acpi_base; member