Home
last modified time | relevance | path

Searched refs:InterlaceMode (Results 1 – 9 of 9) sorted by relevance

/linux-2.6.39/drivers/usb/misc/sisusbvga/
Dsisusb_init.c333 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()
Dsisusb_init.h94 #define InterlaceMode 0x0080 macro
/linux-2.6.39/drivers/staging/xgifb/
Dvb_table.h3179 {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…
Dvb_def.h77 #define InterlaceMode 0x0080 macro
503 #define InterlaceMode 0x0080 macro
Dvb_setmode.c1109 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/
Dinitextlfb.c224 if(SiS_Pr->SiS_RefIndex[RRTI].Ext_InfoFlag & InterlaceMode) in sisfb_gettotalfrommode()
Dinitdef.h175 #define InterlaceMode 0x0080 macro
Dinit.c1819 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()
Dinit301.c363 if(temp & InterlaceMode) i++; in SiS_GetRatePtr()