Searched refs:InterlaceMode (Results 1 – 9 of 9) sorted by relevance
/linux-2.6.39/drivers/usb/misc/sisusbvga/ |
D | sisusb_init.c | 333 if (infoflag & InterlaceMode) in SiS_GetOffset() 572 if (infoflag & InterlaceMode) in SiS_SetCRT1Offset() 683 if (infoflag & InterlaceMode) in SiS_SetCRT1ModeRegs() 689 if (infoflag & InterlaceMode) { in SiS_SetCRT1ModeRegs()
|
D | sisusb_init.h | 94 #define InterlaceMode 0x0080 macro
|
/linux-2.6.39/drivers/staging/xgifb/ |
D | vb_table.h | 3179 {Support32Bpp + InterlaceMode + SyncPP, RES1024x768x43, VCLK44_9, 0x00,0x47,0x37,1024, 768},/… 3187 {Support32Bpp + InterlaceMode + SyncPP, RES1280x1024x43, VCLK78_75, 0x00,0x58,0x3a,1280,1024},/… 3220 {Support32Bpp + InterlaceMode + NoSupportLCD + SyncPP, RES856x480x79I, VCLK35_2, 0x00,0x00,0x00…
|
D | vb_def.h | 77 #define InterlaceMode 0x0080 macro 503 #define InterlaceMode 0x0080 macro
|
D | vb_setmode.c | 1109 if (temp & InterlaceMode) in XGI_SetCRT1DE() 1179 temp2 &= InterlaceMode; in XGI_SetCRT1Offset() 1230 temp2 &= InterlaceMode; in XGI_SetCRT1Offset() 1602 data &= InterlaceMode; in XGI_SetCRT1ModeRegs() 1616 if (infoflag & InterlaceMode) { in XGI_SetCRT1ModeRegs() 4619 if (infoflag & InterlaceMode) in XGI_GetOffset() 4628 if (infoflag & InterlaceMode) in XGI_GetOffset() 7869 if (temp & InterlaceMode) in XGI_GetRatePtrCRT2()
|
/linux-2.6.39/drivers/video/sis/ |
D | initextlfb.c | 224 if(SiS_Pr->SiS_RefIndex[RRTI].Ext_InfoFlag & InterlaceMode) in sisfb_gettotalfrommode()
|
D | initdef.h | 175 #define InterlaceMode 0x0080 macro
|
D | init.c | 1819 if(infoflag & InterlaceMode) temp <<= 1; in SiS_GetOffset() 2160 if(infoflag & InterlaceMode) DisplayUnit >>= 1; in SiS_SetCRT1Offset() 2676 if(infoflag & InterlaceMode) data |= 0x20; in SiS_SetCRT1ModeRegs() 2682 if(infoflag & InterlaceMode) { in SiS_SetCRT1ModeRegs() 2724 if(infoflag & InterlaceMode) data2 >>= 1; in SiS_SetCRT1ModeRegs()
|
D | init301.c | 363 if(temp & InterlaceMode) i++; in SiS_GetRatePtr()
|