Home
last modified time | relevance | path

Searched refs:ColorDepth (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/drivers/usb/misc/sisusbvga/
Dsisusb_init.c300 static const unsigned short ColorDepth[6] = { 1, 2, 4, 4, 6, 8 }; in SiS_GetColorDepth() local
313 return ColorDepth[index]; in SiS_GetColorDepth()
/linux-2.6.39/drivers/video/sis/
Dinit.c1780 static const unsigned short ColorDepth[6] = { 1, 2, 4, 4, 6, 8 }; in SiS_GetColorDepth() local
1795 return ColorDepth[index]; in SiS_GetColorDepth()
/linux-2.6.39/drivers/staging/xgifb/
Dvb_setmode.c4584 unsigned short ColorDepth[6] = { 1, 2, 4, 4, 6, 8 }; in XGI_GetColorDepth() local
4598 return ColorDepth[index]; in XGI_GetColorDepth()
4607 ColorDepth[] = { 0x01, 0x02, 0x04 }; in XGI_GetOffset() local
4626 colordepth = ColorDepth[temp]; in XGI_GetOffset()