Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/video/fbdev/sis/
Dsis.h308 u16 SiS_GetRegShort(SISIOADDRESS);
Dinit301.c1245 temp = SiS_GetRegShort((acpibase + 0x3c)); /* ACPI register 0x3c: GP Event 1 I/O mode select */ in SiS_SetChrontelGPIO()
1248 temp = SiS_GetRegShort((acpibase + 0x3c)); in SiS_SetChrontelGPIO()
1249 temp = SiS_GetRegShort((acpibase + 0x3a)); /* ACPI register 0x3a: GP Pin Level (low/high) */ in SiS_SetChrontelGPIO()
1253 temp = SiS_GetRegShort((acpibase + 0x3a)); in SiS_SetChrontelGPIO()
Dinit.c918 SiS_GetRegShort(SISIOADDRESS port) in SiS_GetRegShort() function