Searched refs:ModeIdIndex (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/video/fbdev/sis/ |
| A D | init301.h | 71 …hort SiS_GetRatePtr(struct SiS_Private *SiS_Pr, unsigned short ModeNo, unsigned short ModeIdIndex); 76 unsigned short ModeIdIndex, int checkcrt2mode); 79 unsigned short ModeIdIndex); 81 unsigned short ModeIdIndex); 82 …hort SiS_GetVCLK2Ptr(struct SiS_Private *SiS_Pr, unsigned short ModeNo, unsigned short ModeIdIndex, 84 … short SiS_GetResInfo(struct SiS_Private *SiS_Pr,unsigned short ModeNo,unsigned short ModeIdIndex); 115 unsigned short ModeIdIndex); 116 …hort SiS_GetModePtr(struct SiS_Private *SiS_Pr, unsigned short ModeNo, unsigned short ModeIdIndex); 118 … short SiS_GetOffset(struct SiS_Private *SiS_Pr, unsigned short ModeNo, unsigned short ModeIdIndex, 121 unsigned short ModeIdIndex); [all …]
|
| A D | initextlfb.c | 31 unsigned short *ModeIdIndex); 40 unsigned short ModeIdIndex = 0, ClockIndex = 0; in sisfb_mode_rate_to_dclock() local 55 if(!(SiS_SearchModeID(SiS_Pr, &ModeNo, &ModeIdIndex))) { in sisfb_mode_rate_to_dclock() 60 RRTI = SiS_Pr->SiS_EModeIDTable[ModeIdIndex].REFindex; in sisfb_mode_rate_to_dclock() 85 unsigned short ModeIdIndex = 0, index = 0, RRTI = 0; in sisfb_mode_rate_to_ddata() local 99 if(!(SiS_SearchModeID(SiS_Pr, &ModeNo, &ModeIdIndex))) return 0; in sisfb_mode_rate_to_ddata() 101 RRTI = SiS_Pr->SiS_EModeIDTable[ModeIdIndex].REFindex; in sisfb_mode_rate_to_ddata() 168 unsigned short ModeIdIndex = 0, CRT1Index = 0; in sisfb_gettotalfrommode() local 183 if(!(SiS_SearchModeID(SiS_Pr, &ModeNo, &ModeIdIndex))) return false; in sisfb_gettotalfrommode() 185 RRTI = SiS_Pr->SiS_EModeIDTable[ModeIdIndex].REFindex; in sisfb_gettotalfrommode()
|
| A D | init301.c | 1258 unsigned short ModeIdIndex, int checkcrt2mode) in SiS_GetVBInfo() argument 8842 ModeIdIndex = 0; in SiS_SetCRT2Group() 8890 SiS_SetGroup3(SiS_Pr, ModeNo, ModeIdIndex); in SiS_SetCRT2Group() 8895 SiS_SetGroup5(SiS_Pr, ModeNo, ModeIdIndex); in SiS_SetCRT2Group() 10711 SetYFilter(SiS_Pr,ModeNo,ModeIdIndex); in SiS_OEM310Setting() 11330 unsigned short ModeIdIndex; in SiS_SearchVBModeID() local 11335 for(ModeIdIndex=0; ; ModeIdIndex++) { in SiS_SearchVBModeID() 11341 if(*ModeNo > 0x03) return ModeIdIndex; in SiS_SearchVBModeID() 11342 if(VGAINFO & 0x80) return ModeIdIndex; in SiS_SearchVBModeID() 11343 ModeIdIndex++; in SiS_SearchVBModeID() [all …]
|
| A D | init.c | 1234 unsigned short ModeIdIndex) in SiS_GetModeFlag() argument 1483 unsigned short ModeIdIndex) in SiS_CheckMemorySize() argument 1597 unsigned short *ModeIdIndex) in SiS_SearchModeID() argument 1605 for((*ModeIdIndex) = 0; ;(*ModeIdIndex)++) { in SiS_SearchModeID() 1615 if(!(VGAINFO & 0x80)) (*ModeIdIndex)++; in SiS_SearchModeID() 1623 for((*ModeIdIndex) = 0; ;(*ModeIdIndex)++) { in SiS_SearchModeID() 1779 unsigned short ModeIdIndex) in SiS_GetColorDepth() argument 3039 SiS_LoadDAC(SiS_Pr, ModeNo, ModeIdIndex); in SiS_SetCRT1Group() 3170 unsigned short RealModeNo, ModeIdIndex; in SiSSetMode() local 3208 ModeIdIndex = 0; in SiSSetMode() [all …]
|
| A D | sis.h | 329 unsigned short ModeIdIndex); 333 unsigned short *ModeIdIndex); 335 unsigned short ModeIdIndex); 339 unsigned short ModeIdIndex); 341 unsigned short ModeIdIndex, unsigned short RRTI); 352 unsigned short ModeIdIndex); 358 unsigned short ModeIdIndex, int chkcrt2mode); 360 unsigned short ModeIdIndex); 363 unsigned short ModeIdIndex); 368 unsigned short ModeIdIndex); [all …]
|
Completed in 43 milliseconds