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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/i2c/busses/
H A Di2c-sis630.c104 static unsigned short acpi_base; variable
115 return inb(acpi_base + reg);
120 outb(data, acpi_base + reg);
431 if (pci_read_config_word(sis630_dev,SIS630_ACPI_BASE_REG,&acpi_base)) {
436 dev_dbg(&sis630_dev->dev, "ACPI base at 0x%04x\n", acpi_base);
438 retval = acpi_check_region(acpi_base + SMB_STS, SIS630_SMB_IOREGION,
444 if (!request_region(acpi_base + SMB_STS, SIS630_SMB_IOREGION,
447 "in use!\n", acpi_base + SMB_STS, acpi_base + SMB_SAA);
455 acpi_base
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/parisc/
H A Dsuperio.c190 pci_read_config_dword (pdev, SIO_ACPIBAR, &sio->acpi_base);
191 sio->acpi_base &= ~1;
192 printk(KERN_INFO PFX "ACPI at 0x%x\n", sio->acpi_base);
196 request_region (sio->acpi_base, 0x1f, "acpi");
263 outb(1, sio->acpi_base + USB_REG_CR);
264 if (inb(sio->acpi_base + USB_REG_CR) & 1)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/include/asm/
H A Dsuperio.h57 u32 acpi_base; member in struct:superio_device

Completed in 187 milliseconds