Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/video/sis/
Dsis.h321 u16 SiS_GetRegShort(SISIOADDRESS);
Dinit301.c921 temp = SiS_GetRegShort((acpibase + 0x3c)); /* ACPI register 0x3c: GP Event 1 I/O mode select */ 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()
929 temp = SiS_GetRegShort((acpibase + 0x3a)); in SiS_SetChrontelGPIO()
Dinit.c917 SiS_GetRegShort(SISIOADDRESS port) in SiS_GetRegShort() function