Searched refs:colordepth (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/misc/sisusbvga/
H A Dsisusb_init.c324 unsigned short xres, temp, colordepth, infoflag; local
329 colordepth = SiS_GetColorDepth(SiS_Pr, ModeNo, ModeIdIndex);
336 temp *= colordepth;
339 temp += (colordepth >> 1);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/ttpci/
H A Dav7110_hw.c655 enum av7110_osd_palette_type colordepth, u16 index, u8 blending)
658 windownr, colordepth, index, blending);
662 enum av7110_osd_palette_type colordepth, u16 index, u16 colorhi, u16 colorlo)
665 windownr, colordepth, index, colorhi, colorlo);
654 SetBlend_(struct av7110 *av7110, u8 windownr, enum av7110_osd_palette_type colordepth, u16 index, u8 blending) argument
661 SetColor_(struct av7110 *av7110, u8 windownr, enum av7110_osd_palette_type colordepth, u16 index, u16 colorhi, u16 colorlo) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/sis/
H A Dinit.c1791 unsigned short xres, temp, colordepth, infoflag; local
1801 colordepth = SiS_GetColorDepth(SiS_Pr, ModeNo, ModeIdIndex);
1805 temp *= colordepth;
1806 if(xres % 16) temp += (colordepth >> 1);
2253 unsigned short colordepth, unsigned short key)
2256 unsigned int longtemp = VCLK * colordepth;
2273 unsigned short colordepth, unsigned short MCLK)
2277 temp2 = SiS_DoCalcDelay(SiS_Pr, MCLK, VCLK, colordepth, 0);
2278 temp1 = SiS_DoCalcDelay(SiS_Pr, MCLK, VCLK, colordepth, 1);
2303 /* Get half colordepth */
2252 SiS_DoCalcDelay(struct SiS_Private *SiS_Pr, unsigned short MCLK, unsigned short VCLK, unsigned short colordepth, unsigned short key) argument
2272 SiS_CalcDelay(struct SiS_Private *SiS_Pr, unsigned short VCLK, unsigned short colordepth, unsigned short MCLK) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/xgifb/
H A Dvb_setmode.c5172 colordepth , local
5194 colordepth = XGI_GetColorDepth( ModeNo , ModeIdIndex, pVBInfo ) ;
5199 colordepth = ColorDepth[ temp ] ;
5205 return( temp * colordepth ) ;
5208 return( temp * colordepth ) ;
8080 colordepth , local
8129 colordepth = XGI_GetColorDepth( ModeNo , ModeIdIndex, pVBInfo ) ;
8130 if (colordepth > 2)

Completed in 139 milliseconds