Lines Matching refs:SiS_Pr
54 #define IS_SIS330 (SiS_Pr->ChipType == SIS_330)
55 #define IS_SIS550 (SiS_Pr->ChipType == SIS_550)
56 #define IS_SIS650 (SiS_Pr->ChipType == SIS_650) /* All versions, incl 651, M65x */
57 #define IS_SIS740 (SiS_Pr->ChipType == SIS_740)
58 #define IS_SIS651 (SiS_Pr->SiS_SysFlags & (SF_Is651 | SF_Is652))
59 #define IS_SISM650 (SiS_Pr->SiS_SysFlags & (SF_IsM650 | SF_IsM652 | SF_IsM653))
61 #define IS_SIS661 (SiS_Pr->ChipType == SIS_661)
62 #define IS_SIS741 (SiS_Pr->ChipType == SIS_741)
63 #define IS_SIS660 (SiS_Pr->ChipType == SIS_660)
64 #define IS_SIS760 (SiS_Pr->ChipType == SIS_760)
65 #define IS_SIS761 (SiS_Pr->ChipType == SIS_761)
67 #define IS_SIS650740 ((SiS_Pr->ChipType >= SIS_650) && (SiS_Pr->ChipType < SIS_330))