Searched defs:DisplayType (Results 1 - 1 of 1) sorted by relevance

/drivers/video/fbdev/sis/
H A Dinit301.c7622 unsigned short *DisplayType)
7641 (*DisplayType) = 80;
7643 (*DisplayType) = 82;
7645 if(SiS_Pr->SiS_CHSOverScan) (*DisplayType) = 84;
7648 if((*DisplayType) != 84) {
7649 if(SiS_Pr->SiS_TVMode & TVSetCHOverScan) (*DisplayType)++;
7654 (*DisplayType = 0);
7656 case Panel_320x240_1: (*DisplayType) = 50;
7659 case Panel_320x240_2: (*DisplayType) = 14;
7661 case Panel_320x240_3: (*DisplayType)
7620 SiS_GetLVDSCRT1Ptr(struct SiS_Private *SiS_Pr, unsigned short ModeNo, unsigned short ModeIdIndex, unsigned short RefreshRateTableIndex, unsigned short *ResIndex, unsigned short *DisplayType) argument
7687 unsigned short tempah, i, modeflag, j, ResIndex, DisplayType; local
[all...]

Completed in 249 milliseconds