Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/usb/misc/sisusbvga/ !
Dsisusb_init.c324 unsigned short xres, temp, colordepth, infoflag; in SiS_GetOffset() local
329 colordepth = SiS_GetColorDepth(SiS_Pr, ModeNo, ModeIdIndex); in SiS_GetOffset()
336 temp *= colordepth; in SiS_GetOffset()
339 temp += (colordepth >> 1); in SiS_GetOffset()
/linux-2.6.39/drivers/media/dvb/ttpci/ !
Dav7110_hw.c700 enum av7110_osd_palette_type colordepth, u16 index, u8 blending) in SetBlend_() argument
703 windownr, colordepth, index, blending); in SetBlend_()
707 enum av7110_osd_palette_type colordepth, u16 index, u16 colorhi, u16 colorlo) in SetColor_() argument
710 windownr, colordepth, index, colorhi, colorlo); in SetColor_()
/linux-2.6.39/drivers/video/sis/ !
Dinit.c1806 unsigned short xres, temp, colordepth, infoflag; in SiS_GetOffset() local
1816 colordepth = SiS_GetColorDepth(SiS_Pr, ModeNo, ModeIdIndex); in SiS_GetOffset()
1820 temp *= colordepth; in SiS_GetOffset()
1821 if(xres % 16) temp += (colordepth >> 1); in SiS_GetOffset()
2268 unsigned short colordepth, unsigned short key) in SiS_DoCalcDelay() argument
2271 unsigned int longtemp = VCLK * colordepth; in SiS_DoCalcDelay()
2288 unsigned short colordepth, unsigned short MCLK) in SiS_CalcDelay() argument
2292 temp2 = SiS_DoCalcDelay(SiS_Pr, MCLK, VCLK, colordepth, 0); in SiS_CalcDelay()
2293 temp1 = SiS_DoCalcDelay(SiS_Pr, MCLK, VCLK, colordepth, 1); in SiS_CalcDelay()
/linux-2.6.39/drivers/staging/xgifb/ !
Dvb_setmode.c4606 unsigned short temp, colordepth, modeinfo, index, infoflag, in XGI_GetOffset() local
4622 colordepth = XGI_GetColorDepth(ModeNo, ModeIdIndex, pVBInfo); in XGI_GetOffset()
4626 colordepth = ColorDepth[temp]; in XGI_GetOffset()
4630 return temp * colordepth; in XGI_GetOffset()
4632 return temp * colordepth; in XGI_GetOffset()
6386 unsigned short xres, yres, colordepth, modeflag, resindex, in XGI_XG21CheckLVDSMode() local
6426 colordepth = XGI_GetColorDepth(ModeNo, ModeIdIndex, in XGI_XG21CheckLVDSMode()
6428 if (colordepth > 2) in XGI_XG21CheckLVDSMode()