Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/misc/sisusbvga/
H A Dsisusb.h206 #define SISINPSTAT SISUSB_PCI_IOPORTBASE + INPUTSTATOFFSET macro
H A Dsisusbvga.c1737 GETREG(SISINPSTAT, &tmp8); in sisusb_set_default_mode()
1741 GETREG(SISINPSTAT, &tmp8); in sisusb_set_default_mode()
1744 GETREG(SISINPSTAT, &tmp8); in sisusb_set_default_mode()
1746 GETREG(SISINPSTAT, &tmp8); in sisusb_set_default_mode()
/openbmc/linux/drivers/video/fbdev/sis/
H A Dsis.h152 #define SISINPSTAT (ivideo->SiS_Pr.RelIO + 0x2a) macro
H A Dsis_main.c801 if (SiS_GetRegByte(SISINPSTAT) & 0x08) in sisfbcheckvretracecrt1()
816 while ((!(SiS_GetRegByte(SISINPSTAT) & 0x08)) && --watchdog); in sisfbwaitretracecrt1()
818 while ((SiS_GetRegByte(SISINPSTAT) & 0x08) && --watchdog); in sisfbwaitretracecrt1()
886 reg1 = SiS_GetRegByte(SISINPSTAT); in sisfb_setupvbblankflags()
2256 while ((SiS_GetRegByte(SISINPSTAT)) & 0x01) in sisfb_sense_crt1()
2258 while (!((SiS_GetRegByte(SISINPSTAT)) & 0x01)) in sisfb_sense_crt1()