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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/misc/sisusbvga/
H A Dsisusb_init.c341 unsigned short xres, temp, colordepth, infoflag; local
346 colordepth = SiS_GetColorDepth(SiS_Pr, ModeNo, ModeIdIndex);
353 temp *= colordepth;
356 temp += (colordepth >> 1);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/dvb/ttpci/
H A Dav7110_hw.c665 enum av7110_osd_palette_type colordepth, u16 index, u8 blending)
668 windownr, colordepth, index, blending);
672 enum av7110_osd_palette_type colordepth, u16 index, u16 colorhi, u16 colorlo)
675 windownr, colordepth, index, colorhi, colorlo);
664 SetBlend_(struct av7110 *av7110, u8 windownr, enum av7110_osd_palette_type colordepth, u16 index, u8 blending) argument
671 SetColor_(struct av7110 *av7110, u8 windownr, enum av7110_osd_palette_type colordepth, u16 index, u16 colorhi, u16 colorlo) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/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...]

Completed in 117 milliseconds