Searched refs:ColorDepth (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/usb/misc/sisusbvga/ |
D | sisusb_init.c | 300 static const unsigned short ColorDepth[6] = { 1, 2, 4, 4, 6, 8 }; in SiS_GetColorDepth() local 313 return ColorDepth[index]; in SiS_GetColorDepth()
|
/Linux-v4.19/drivers/staging/xgifb/ |
D | vb_setmode.c | 2694 unsigned short ColorDepth[6] = { 1, 2, 4, 4, 6, 8 }; in XGI_GetColorDepth() local 2704 return ColorDepth[index]; in XGI_GetColorDepth() 2712 ColorDepth[] = { 0x01, 0x02, 0x04 }; in XGI_GetOffset() local 2728 colordepth = ColorDepth[temp]; in XGI_GetOffset()
|
/Linux-v4.19/drivers/video/fbdev/sis/ |
D | init.c | 1781 static const unsigned short ColorDepth[6] = { 1, 2, 4, 4, 6, 8 }; in SiS_GetColorDepth() local 1796 return ColorDepth[index]; in SiS_GetColorDepth()
|