Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/video/sis/
Dsis.h161 #define SISINPSTAT (ivideo->SiS_Pr.RelIO + 0x2a) macro
Dsis_main.c709 if(inSISREG(SISINPSTAT) & 0x08) return TRUE; in sisfbcheckvretracecrt1()
721 while((!(inSISREG(SISINPSTAT) & 0x08)) && --watchdog); in sisfbwaitretracecrt1()
723 while((inSISREG(SISINPSTAT) & 0x08) && --watchdog); in sisfbwaitretracecrt1()
788 reg1 = inSISREG(SISINPSTAT); in sisfb_setupvbblankflags()
2619 while((inSISREG(SISINPSTAT)) & 0x01) break;
2620 while(!((inSISREG(SISINPSTAT)) & 0x01)) break;