Searched refs:SISINPSTAT (Results 1 – 5 of 5) sorted by relevance
/linux-5.19.10/drivers/usb/misc/sisusbvga/ |
D | sisusb.h | 227 #define SISINPSTAT SISUSB_PCI_IOPORTBASE + INPUTSTATOFFSET macro
|
D | sisusb_con.c | 1120 sisusb_getreg(sisusb, SISINPSTAT, &dummy); in sisusbcon_do_font_op() 1124 sisusb_getreg(sisusb, SISINPSTAT, &dummy); in sisusbcon_do_font_op() 1126 sisusb_getreg(sisusb, SISINPSTAT, &dummy); in sisusbcon_do_font_op()
|
D | sisusb.c | 1795 GETREG(SISINPSTAT, &tmp8); in sisusb_set_default_mode() 1799 GETREG(SISINPSTAT, &tmp8); in sisusb_set_default_mode() 1802 GETREG(SISINPSTAT, &tmp8); in sisusb_set_default_mode() 1804 GETREG(SISINPSTAT, &tmp8); in sisusb_set_default_mode()
|
/linux-5.19.10/drivers/video/fbdev/sis/ |
D | sis.h | 152 #define SISINPSTAT (ivideo->SiS_Pr.RelIO + 0x2a) macro
|
D | sis_main.c | 800 if (SiS_GetRegByte(SISINPSTAT) & 0x08) in sisfbcheckvretracecrt1() 815 while ((!(SiS_GetRegByte(SISINPSTAT) & 0x08)) && --watchdog); in sisfbwaitretracecrt1() 817 while ((SiS_GetRegByte(SISINPSTAT) & 0x08) && --watchdog); in sisfbwaitretracecrt1() 885 reg1 = SiS_GetRegByte(SISINPSTAT); in sisfb_setupvbblankflags() 2250 while ((SiS_GetRegByte(SISINPSTAT)) & 0x01) break; in sisfb_sense_crt1() 2251 while (!((SiS_GetRegByte(SISINPSTAT)) & 0x01)) break; in sisfb_sense_crt1()
|