Lines Matching refs:tableptr
8244 const unsigned char *tableptr = NULL;
8251 if(SiS_Pr->SiS_CustomT == CUT_ASUSL3000D) tableptr = asus1024_740;
8252 else tableptr = table1024_740;
8256 if(SiS_Pr->SiS_CustomT == CUT_ASUSL3000D) tableptr = asus1400_740;
8257 else tableptr = table1400_740;
8261 tableptr = table1024_650;
8265 tableptr = table1400_650;
8270 SiS_SetCH701x(SiS_Pr, regtable[i], tableptr[i]);
8277 const unsigned char *tableptr = NULL;
8318 if(SiS_Pr->SiS_LCDResInfo == Panel_1024x768) tableptr = table1024_740;
8319 else if(SiS_Pr->SiS_LCDResInfo == Panel_1280x1024) tableptr = table1280_740;
8320 else if(SiS_Pr->SiS_LCDResInfo == Panel_1400x1050) tableptr = table1400_740;
8321 else if(SiS_Pr->SiS_LCDResInfo == Panel_1600x1200) tableptr = table1600_740;
8324 if(SiS_Pr->SiS_LCDResInfo == Panel_1024x768) tableptr = table1024_650;
8325 else if(SiS_Pr->SiS_LCDResInfo == Panel_1280x1024) tableptr = table1280_650;
8326 else if(SiS_Pr->SiS_LCDResInfo == Panel_1400x1050) tableptr = table1400_650;
8327 else if(SiS_Pr->SiS_LCDResInfo == Panel_1600x1200) tableptr = table1600_650;
8348 SiS_SetCH701x(SiS_Pr, regtable[i], tableptr[i]);