Home
last modified time | relevance | path

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

/linux/drivers/video/fbdev/sis/
H A Dinit.c912 SiS_GetRegByte(SISIOADDRESS port) in SiS_GetRegByte() function
1351 temp = SiS_GetRegByte(SiS_Pr->SiS_P3cb) & 0xf0; in SiS_SetSegRegLower()
1354 temp = SiS_GetRegByte(SiS_Pr->SiS_P3cd) & 0xf0; in SiS_SetSegRegLower()
1365 temp = SiS_GetRegByte(SiS_Pr->SiS_P3cb) & 0x0f; in SiS_SetSegRegUpper()
1368 temp = SiS_GetRegByte(SiS_Pr->SiS_P3cd) & 0x0f; in SiS_SetSegRegUpper()
1962 SiS_GetRegByte(SiS_Pr->SiS_P3da); /* reset 3da */ in SiS_SetATTRegs()
1967 SiS_GetRegByte(SiS_Pr->SiS_P3da); /* reset 3da */ in SiS_SetATTRegs()
1971 SiS_GetRegByte(SiS_Pr->SiS_P3da); in SiS_SetATTRegs()
1973 SiS_GetRegByte(SiS_Pr->SiS_P3da); in SiS_SetATTRegs()
2845 SiS_SetRegByte(P2_3c2,SiS_GetRegByte(SiS_Pr->SiS_P3cc)); /* MISC */ in SiS_SetupDualChip()
[all …]
H A Dsis_main.c770 if (SiS_GetRegByte(SISINPSTAT) & 0x08) in sisfbcheckvretracecrt1()
785 while ((!(SiS_GetRegByte(SISINPSTAT) & 0x08)) && --watchdog); in sisfbwaitretracecrt1()
787 while ((SiS_GetRegByte(SISINPSTAT) & 0x08) && --watchdog); in sisfbwaitretracecrt1()
855 reg1 = SiS_GetRegByte(SISINPSTAT); in sisfb_setupvbblankflags()
2227 while ((SiS_GetRegByte(SISINPSTAT)) & 0x01) in sisfb_sense_crt1()
2229 while (!((SiS_GetRegByte(SISINPSTAT)) & 0x01)) in sisfb_sense_crt1()
2231 if ((SiS_GetRegByte(SISMISCW)) & 0x10) in sisfb_sense_crt1()
5155 reg = SiS_GetRegByte(SISVGAENABLE) | 0x01; in sisfb_post_xgi()
5159 reg = SiS_GetRegByte(SISMISCR) | 0x01; in sisfb_post_xgi()
H A Dsis.h307 u8 SiS_GetRegByte(SISIOADDRESS);
H A Dinit301.c926 while((SiS_GetRegByte(SiS_Pr->SiS_P3da) & 0x08) && --watchdog); in SiS_WaitRetrace1()
928 while((!(SiS_GetRegByte(SiS_Pr->SiS_P3da) & 0x08)) && --watchdog); in SiS_WaitRetrace1()
977 tempal = SiS_GetRegByte(SiS_Pr->SiS_P3da); in SiS_VBWait()
2483 VCLKIndexGEN = (SiS_GetRegByte((SiS_Pr->SiS_P3ca+0x02)) >> 2) & 0x03; in SiS_GetVCLK2Ptr()
5291 tempah = SiS_GetRegByte((SiS_Pr->SiS_P3ca+0x02)); in SiS_SetCRT2Sync()
5661 temp = SiS_GetRegByte((SiS_Pr->SiS_P3ca+0x02)); in SiS_SetGroup1_301()
10623 infoflag = SiS_GetRegByte(SiS_Pr->SiS_P3ca+2); in SetCRT2SyncDither661()