Searched refs:acpi_base (Results 1 - 5 of 5) sorted by relevance

/linux-master/arch/x86/platform/olpc/
H A Dolpc-xo1-pm.c23 static unsigned long acpi_base; variable
59 saved_sci_mask = inl(acpi_base + CS5536_PM1_STS);
68 outl(saved_sci_mask, acpi_base + CS5536_PM1_STS);
78 outl(wakeup_mask << 16, acpi_base + CS5536_PM1_STS);
102 outl(0xffffffff, acpi_base + CS5536_PM_GPE0_STS);
105 outl(0x00002000, acpi_base + CS5536_PM1_CNT);
135 acpi_base = res->start;
138 if (pms_base && acpi_base) {
152 acpi_base = 0;
H A Dolpc-xo1-sci.c30 static unsigned long acpi_base; variable
219 sts = inl(acpi_base + CS5536_PM1_STS);
220 outl(sts | 0xffff, acpi_base + CS5536_PM1_STS);
222 gpe = inl(acpi_base + CS5536_PM_GPE0_STS);
223 outl(0xffffffff, acpi_base + CS5536_PM_GPE0_STS);
344 sts = inl(acpi_base + CS5536_PM1_STS);
346 acpi_base + CS5536_PM1_STS);
544 acpi_base = res->start;
568 acpi_base + CS5536_PM_GPE0_EN);
571 outl(0xffffffff, acpi_base
[all...]
/linux-master/drivers/parisc/
H A Dsuperio.c186 pci_read_config_dword (pdev, SIO_ACPIBAR, &sio->acpi_base);
187 sio->acpi_base &= ~1;
188 printk(KERN_INFO PFX "ACPI at 0x%x\n", sio->acpi_base);
192 request_region (sio->acpi_base, 0x1f, "acpi");
267 outb(1, sio->acpi_base + USB_REG_CR);
268 if (inb(sio->acpi_base + USB_REG_CR) & 1)
/linux-master/arch/parisc/include/asm/
H A Dsuperio.h58 u32 acpi_base; member in struct:superio_device
/linux-master/drivers/i2c/busses/
H A Di2c-sis630.c410 unsigned short acpi_base; local
448 SIS630_ACPI_BASE_REG, &acpi_base)) {
455 dev_dbg(&sis630_dev->dev, "ACPI base at 0x%04hx\n", acpi_base);
458 smbus_base = acpi_base + 0xE0;
460 smbus_base = acpi_base + 0x80;

Completed in 698 milliseconds