Searched refs:acpibase (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/watchdog/
H A DiTCO_vendor.h9 #define iTCO_vendor_pre_start(acpibase, heartbeat) {}
10 #define iTCO_vendor_pre_stop(acpibase) {}
11 #define iTCO_vendor_pre_keepalive(acpibase, heartbeat) {}
H A DiTCO_vendor_support.c38 #define SMI_EN (acpibase + 0x30) /* SMI Control and Enable Register */
39 #define TCOBASE (acpibase + 0x60) /* TCO base address */
84 static void supermicro_old_pre_start(unsigned long acpibase) argument
94 static void supermicro_old_pre_stop(unsigned long acpibase) argument
272 static void broken_bios_start(unsigned long acpibase) argument
283 static void broken_bios_stop(unsigned long acpibase) argument
298 void iTCO_vendor_pre_start(unsigned long acpibase, argument
303 supermicro_old_pre_start(acpibase);
309 broken_bios_start(acpibase);
315 void iTCO_vendor_pre_stop(unsigned long acpibase) argument
331 iTCO_vendor_pre_keepalive(unsigned long acpibase, unsigned int heartbeat) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/sis/
H A Dinit301.c917 unsigned int acpibase; local
923 acpibase = sisfb_read_lpc_pci_dword(SiS_Pr, 0x74);
925 acpibase = pciReadLong(0x00000800, 0x74);
927 acpibase &= 0xFFFF;
928 if(!acpibase) return;
929 temp = SiS_GetRegShort((acpibase + 0x3c)); /* ACPI register 0x3c: GP Event 1 I/O mode select */
931 SiS_SetRegShort((acpibase + 0x3c), temp);
932 temp = SiS_GetRegShort((acpibase + 0x3c));
933 temp = SiS_GetRegShort((acpibase + 0x3a)); /* ACPI register 0x3a: GP Pin Level (low/high) */
936 SiS_SetRegShort((acpibase
[all...]

Completed in 124 milliseconds