Searched refs:SISINPSTAT (Results 1 – 5 of 5) sorted by relevance
/drivers/usb/misc/sisusbvga/ |
D | sisusb.h | 239 #define SISINPSTAT SISUSB_PCI_IOPORTBASE + INPUTSTATOFFSET macro
|
D | sisusb_con.c | 1216 sisusb_getreg(sisusb, SISINPSTAT, &dummy); in sisusbcon_do_font_op() 1220 sisusb_getreg(sisusb, SISINPSTAT, &dummy); in sisusbcon_do_font_op() 1222 sisusb_getreg(sisusb, SISINPSTAT, &dummy); in sisusbcon_do_font_op()
|
D | sisusb.c | 1841 GETREG(SISINPSTAT, &tmp8); in sisusb_set_default_mode() 1845 GETREG(SISINPSTAT, &tmp8); in sisusb_set_default_mode() 1848 GETREG(SISINPSTAT, &tmp8); in sisusb_set_default_mode() 1850 GETREG(SISINPSTAT, &tmp8); in sisusb_set_default_mode()
|
/drivers/video/fbdev/sis/ |
D | sis.h | 165 #define SISINPSTAT (ivideo->SiS_Pr.RelIO + 0x2a) macro
|
D | sis_main.c | 763 if (SiS_GetRegByte(SISINPSTAT) & 0x08) in sisfbcheckvretracecrt1() 778 while ((!(SiS_GetRegByte(SISINPSTAT) & 0x08)) && --watchdog); in sisfbwaitretracecrt1() 780 while ((SiS_GetRegByte(SISINPSTAT) & 0x08) && --watchdog); in sisfbwaitretracecrt1() 848 reg1 = SiS_GetRegByte(SISINPSTAT); in sisfb_setupvbblankflags() 2209 while ((SiS_GetRegByte(SISINPSTAT)) & 0x01) break; in sisfb_sense_crt1() 2210 while (!((SiS_GetRegByte(SISINPSTAT)) & 0x01)) break; in sisfb_sense_crt1()
|