Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/usb/misc/sisusbvga/
Dsisusb_init.h151 static const unsigned short ModeIndex_320x240[] = { 0x50, 0x56, 0x00, 0x53 }; variable
/linux-2.6.39/drivers/video/sis/
Dinit.h71 static const unsigned short ModeIndex_320x240[] = {0x50, 0x56, 0x00, 0x53}; variable
Dinit.c354 ModeIndex = ModeIndex_320x240[Depth]; in SiS_GetModeID()
494 if(!FSTN) ModeIndex = ModeIndex_320x240[Depth]; in SiS_GetModeID_LCD()
590 else if(VDisplay == 240) ModeIndex = ModeIndex_320x240[Depth]; in SiS_GetModeID_LCD()
762 else if(VDisplay == 240) ModeIndex = ModeIndex_320x240[Depth]; in SiS_GetModeID_TV()