Home
last modified time | relevance | path

Searched refs:acpibase (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/drivers/video/sis/
Dinit301.c910 unsigned long acpibase; in SiS_SetChrontelGPIO() local
917 acpibase = SiS_GetRegLong(0xcfc); in SiS_SetChrontelGPIO()
919 acpibase = pciReadLong(0x00000800, 0x74); in SiS_SetChrontelGPIO()
921 acpibase &= 0xFFFF; in SiS_SetChrontelGPIO()
922 …temp = SiS_GetRegShort((USHORT)(acpibase + 0x3c)); /* ACPI register 0x3c: GP Event 1 I/O mode sel… in SiS_SetChrontelGPIO()
924 SiS_SetRegShort((USHORT)(acpibase + 0x3c), temp); in SiS_SetChrontelGPIO()
925 temp = SiS_GetRegShort((USHORT)(acpibase + 0x3c)); in SiS_SetChrontelGPIO()
926 …temp = SiS_GetRegShort((USHORT)(acpibase + 0x3a)); /* ACPI register 0x3a: GP Pin Level (low/high)… in SiS_SetChrontelGPIO()
929 SiS_SetRegShort((USHORT)(acpibase + 0x3a), temp); in SiS_SetChrontelGPIO()
930 temp = SiS_GetRegShort((USHORT)(acpibase + 0x3a)); in SiS_SetChrontelGPIO()