Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/video/sis/
Dinitdef.h68 #define IS_SIS650740 ((HwInfo->jChipType >= SIS_650) && (HwInfo->jChipType < SIS_330)) macro
69 #define IS_SIS550650740 (IS_SIS550 || IS_SIS650740)
Dinit.c1515 } else if(IS_SIS650740) { in SiSDetermineROMLayout661()