Home
last modified time | relevance | path

Searched refs:IS_SIS650740 (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/drivers/video/sis/
Dinitdef.h69 #define IS_SIS650740 ((SiS_Pr->ChipType >= SIS_650) && (SiS_Pr->ChipType < SIS_330)) macro
70 #define IS_SIS550650740 (IS_SIS550 || IS_SIS650740)
Dinit.c1277 } else if(IS_SIS650740) { in SiSDetermineROMLayout661()