colordepth        760 drivers/gpu/drm/amd/display/dc/dce/dce_clock_source.c 		enum dc_color_depth colordepth)
colordepth        773 drivers/gpu/drm/amd/display/dc/dce/dce_clock_source.c 	switch (colordepth) {
colordepth        798 drivers/gpu/drm/amd/display/dc/dce/dce_clock_source.c 		enum dc_color_depth colordepth,
colordepth        813 drivers/gpu/drm/amd/display/dc/dce/dce_clock_source.c 		switch (colordepth) {
colordepth        696 drivers/media/pci/ttpci/av7110_hw.c 		     enum av7110_osd_palette_type colordepth, u16 index, u8 blending)
colordepth        699 drivers/media/pci/ttpci/av7110_hw.c 			     windownr, colordepth, index, blending);
colordepth        703 drivers/media/pci/ttpci/av7110_hw.c 		     enum av7110_osd_palette_type colordepth, u16 index, u16 colorhi, u16 colorlo)
colordepth        706 drivers/media/pci/ttpci/av7110_hw.c 			     windownr, colordepth, index, colorhi, colorlo);
colordepth        321 drivers/usb/misc/sisusbvga/sisusb_init.c 	unsigned short xres, temp, colordepth, infoflag;
colordepth        326 drivers/usb/misc/sisusbvga/sisusb_init.c 	colordepth = SiS_GetColorDepth(SiS_Pr, ModeNo, ModeIdIndex);
colordepth        333 drivers/usb/misc/sisusbvga/sisusb_init.c 	temp *= colordepth;
colordepth        336 drivers/usb/misc/sisusbvga/sisusb_init.c 		temp += (colordepth >> 1);
colordepth       1807 drivers/video/fbdev/sis/init.c    unsigned short xres, temp, colordepth, infoflag;
colordepth       1817 drivers/video/fbdev/sis/init.c    colordepth = SiS_GetColorDepth(SiS_Pr, ModeNo, ModeIdIndex);
colordepth       1821 drivers/video/fbdev/sis/init.c    temp *= colordepth;
colordepth       1822 drivers/video/fbdev/sis/init.c    if(xres % 16) temp += (colordepth >> 1);
colordepth       2269 drivers/video/fbdev/sis/init.c 		unsigned short colordepth, unsigned short key)
colordepth       2272 drivers/video/fbdev/sis/init.c    unsigned int   longtemp = VCLK * colordepth;
colordepth       2289 drivers/video/fbdev/sis/init.c 		unsigned short colordepth, unsigned short MCLK)
colordepth       2293 drivers/video/fbdev/sis/init.c    temp2 = SiS_DoCalcDelay(SiS_Pr, MCLK, VCLK, colordepth, 0);
colordepth       2294 drivers/video/fbdev/sis/init.c    temp1 = SiS_DoCalcDelay(SiS_Pr, MCLK, VCLK, colordepth, 1);