Searched refs:acpibase (Results 1 – 2 of 2) sorted by relevance
9 #define iTCO_vendor_pre_start(acpibase, heartbeat) {} argument10 #define iTCO_vendor_pre_stop(acpibase) {} argument11 #define iTCO_vendor_pre_keepalive(acpibase, heartbeat) {} argument
913 unsigned int acpibase; in SiS_SetChrontelGPIO() local918 acpibase = sisfb_read_lpc_pci_dword(SiS_Pr, 0x74); in SiS_SetChrontelGPIO()919 acpibase &= 0xFFFF; in SiS_SetChrontelGPIO()920 if(!acpibase) return; in SiS_SetChrontelGPIO()921 temp = SiS_GetRegShort((acpibase + 0x3c)); /* ACPI register 0x3c: GP Event 1 I/O mode select */ in SiS_SetChrontelGPIO()923 SiS_SetRegShort((acpibase + 0x3c), temp); in SiS_SetChrontelGPIO()924 temp = SiS_GetRegShort((acpibase + 0x3c)); in SiS_SetChrontelGPIO()925 temp = SiS_GetRegShort((acpibase + 0x3a)); /* ACPI register 0x3a: GP Pin Level (low/high) */ in SiS_SetChrontelGPIO()928 SiS_SetRegShort((acpibase + 0x3a), temp); in SiS_SetChrontelGPIO()929 temp = SiS_GetRegShort((acpibase + 0x3a)); in SiS_SetChrontelGPIO()