tableptr         6608 drivers/video/fbdev/sis/init301.c    const unsigned char *tableptr = NULL;
tableptr         6619 drivers/video/fbdev/sis/init301.c       tableptr = SiS_Part2CLVX_1;
tableptr         6621 drivers/video/fbdev/sis/init301.c       tableptr = SiS_Part2CLVX_2;
tableptr         6624 drivers/video/fbdev/sis/init301.c 	 tableptr = SiS_Part2CLVX_4;
tableptr         6626 drivers/video/fbdev/sis/init301.c 	 tableptr = SiS_Part2CLVX_3;
tableptr         6629 drivers/video/fbdev/sis/init301.c 	 if(SiS_Pr->SiS_TVMode & TVSetYPbPr525i) 	tableptr = SiS_Part2CLVX_3;
tableptr         6630 drivers/video/fbdev/sis/init301.c 	 else if(SiS_Pr->SiS_TVMode & TVSetYPbPr525p) 	tableptr = SiS_Part2CLVX_3;
tableptr         6631 drivers/video/fbdev/sis/init301.c 	 else 				         	tableptr = SiS_Part2CLVX_5;
tableptr         6633 drivers/video/fbdev/sis/init301.c 	 tableptr = SiS_Part2CLVX_6;
tableptr         6636 drivers/video/fbdev/sis/init301.c 	 if((tableptr[p] | tableptr[p+1] << 8) == a) break;
tableptr         6638 drivers/video/fbdev/sis/init301.c       } while((tableptr[p] | tableptr[p+1] << 8) != 0xffff);
tableptr         6639 drivers/video/fbdev/sis/init301.c       if((tableptr[p] | tableptr[p+1] << 8) == 0xffff) p -= 0x42;
tableptr         6642 drivers/video/fbdev/sis/init301.c    return ((unsigned char *)&tableptr[p]);
tableptr         6649 drivers/video/fbdev/sis/init301.c    unsigned char *tableptr;
tableptr         6655 drivers/video/fbdev/sis/init301.c    tableptr = SiS_GetGroup2CLVXPtr(SiS_Pr, 0);
tableptr         6657 drivers/video/fbdev/sis/init301.c       SiS_SetReg(SiS_Pr->SiS_Part2Port, i, tableptr[j]);
tableptr         6660 drivers/video/fbdev/sis/init301.c       tableptr = SiS_GetGroup2CLVXPtr(SiS_Pr, 1);
tableptr         6662 drivers/video/fbdev/sis/init301.c          SiS_SetReg(SiS_Pr->SiS_Part2Port, i, tableptr[j]);
tableptr         8393 drivers/video/fbdev/sis/init301.c   const unsigned char *tableptr = NULL;
tableptr         8400 drivers/video/fbdev/sis/init301.c 	if(SiS_Pr->SiS_CustomT == CUT_ASUSL3000D) tableptr = asus1024_740;
tableptr         8401 drivers/video/fbdev/sis/init301.c 	else    			          tableptr = table1024_740;
tableptr         8405 drivers/video/fbdev/sis/init301.c 	if(SiS_Pr->SiS_CustomT == CUT_ASUSL3000D) tableptr = asus1400_740;
tableptr         8406 drivers/video/fbdev/sis/init301.c         else					  tableptr = table1400_740;
tableptr         8410 drivers/video/fbdev/sis/init301.c 	tableptr = table1024_650;
tableptr         8414 drivers/video/fbdev/sis/init301.c 	tableptr = table1400_650;
tableptr         8419 drivers/video/fbdev/sis/init301.c      SiS_SetCH701x(SiS_Pr, regtable[i], tableptr[i]);
tableptr         8426 drivers/video/fbdev/sis/init301.c   const unsigned char *tableptr = NULL;
tableptr         8467 drivers/video/fbdev/sis/init301.c      if(SiS_Pr->SiS_LCDResInfo == Panel_1024x768)       tableptr = table1024_740;
tableptr         8468 drivers/video/fbdev/sis/init301.c      else if(SiS_Pr->SiS_LCDResInfo == Panel_1280x1024) tableptr = table1280_740;
tableptr         8469 drivers/video/fbdev/sis/init301.c      else if(SiS_Pr->SiS_LCDResInfo == Panel_1400x1050) tableptr = table1400_740;
tableptr         8470 drivers/video/fbdev/sis/init301.c      else if(SiS_Pr->SiS_LCDResInfo == Panel_1600x1200) tableptr = table1600_740;
tableptr         8473 drivers/video/fbdev/sis/init301.c      if(SiS_Pr->SiS_LCDResInfo == Panel_1024x768)       tableptr = table1024_650;
tableptr         8474 drivers/video/fbdev/sis/init301.c      else if(SiS_Pr->SiS_LCDResInfo == Panel_1280x1024) tableptr = table1280_650;
tableptr         8475 drivers/video/fbdev/sis/init301.c      else if(SiS_Pr->SiS_LCDResInfo == Panel_1400x1050) tableptr = table1400_650;
tableptr         8476 drivers/video/fbdev/sis/init301.c      else if(SiS_Pr->SiS_LCDResInfo == Panel_1600x1200) tableptr = table1600_650;
tableptr         8497 drivers/video/fbdev/sis/init301.c      SiS_SetCH701x(SiS_Pr, regtable[i], tableptr[i]);
tableptr          952 drivers/video/fbdev/via/lcd.c 	unsigned char __iomem *romptr, *tableptr, *biosptr;
tableptr          966 drivers/video/fbdev/via/lcd.c 		tableptr = biosptr + readw(romptr);
tableptr          970 drivers/video/fbdev/via/lcd.c 		romptr = tableptr + 18;