Home
last modified time | relevance | path

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

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