Searched refs:acpibase (Results 1 – 2 of 2) sorted by relevance
10 #define iTCO_vendor_pre_start(acpibase, heartbeat) {} argument11 #define iTCO_vendor_pre_stop(acpibase) {} argument12 #define iTCO_vendor_pre_keepalive(acpibase, heartbeat) {} argument
1239 unsigned int acpibase; in SiS_SetChrontelGPIO() local1244 acpibase = sisfb_read_lpc_pci_dword(SiS_Pr, 0x74); in SiS_SetChrontelGPIO()1245 acpibase &= 0xFFFF; in SiS_SetChrontelGPIO()1246 if(!acpibase) return; in SiS_SetChrontelGPIO()1247 temp = SiS_GetRegShort((acpibase + 0x3c)); /* ACPI register 0x3c: GP Event 1 I/O mode select */ in SiS_SetChrontelGPIO()1249 SiS_SetRegShort((acpibase + 0x3c), temp); in SiS_SetChrontelGPIO()1250 temp = SiS_GetRegShort((acpibase + 0x3c)); in SiS_SetChrontelGPIO()1251 temp = SiS_GetRegShort((acpibase + 0x3a)); /* ACPI register 0x3a: GP Pin Level (low/high) */ in SiS_SetChrontelGPIO()1254 SiS_SetRegShort((acpibase + 0x3a), temp); in SiS_SetChrontelGPIO()1255 temp = SiS_GetRegShort((acpibase + 0x3a)); in SiS_SetChrontelGPIO()