Lines Matching +full:third +full:- +full:party

6  * Copyright (C) 2001-2005 by Thomas Winischhofer, Vienna, Austria
23 * * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA
56 #define IS_SIS330 (SiS_Pr->ChipType == SIS_330)
57 #define IS_SIS550 (SiS_Pr->ChipType == SIS_550)
58 #define IS_SIS650 (SiS_Pr->ChipType == SIS_650) /* All versions, incl 651, M65x */
59 #define IS_SIS740 (SiS_Pr->ChipType == SIS_740)
60 #define IS_SIS651 (SiS_Pr->SiS_SysFlags & (SF_Is651 | SF_Is652))
61 #define IS_SISM650 (SiS_Pr->SiS_SysFlags & (SF_IsM650 | SF_IsM652 | SF_IsM653))
63 #define IS_SIS661 (SiS_Pr->ChipType == SIS_661)
64 #define IS_SIS741 (SiS_Pr->ChipType == SIS_741)
65 #define IS_SIS660 (SiS_Pr->ChipType == SIS_660)
66 #define IS_SIS760 (SiS_Pr->ChipType == SIS_760)
67 #define IS_SIS761 (SiS_Pr->ChipType == SIS_761)
69 #define IS_SIS650740 ((SiS_Pr->ChipType >= SIS_650) && (SiS_Pr->ChipType < SIS_330))
132 /* v-- Needs change in sis_vga.c if changed (GPIO) --v */
177 #define HaveWideTiming 0x2000 /* Have specific wide- and non-wide timing */
185 /* #define TVSimuMode 0x0002 - deprecated */
186 /* #define RPLLDIV2XO 0x0004 - deprecated */
202 #define TVSetHiVision 0x0100 /* new 0x80; = 1080i, software-wise identical */
238 [6] VB connected with Hi-Vision TV
249 [1] 1 = NTSC-J (if D0 = 0)
306 #define EnableCHScart 0x04 /* Scart on Ch7019 (unofficial definition - TW) */
334 D[7] LVDS (SiS or third party)
348 [3-0] Notify driver
365 /* CR7C - 661 and later
373 [0] LVDS=1, TMDS=0 (SiS or third party)
376 /* CR7E - 661 and later
378 [7] LVDS (third party)
410 #define Panel310_320x240_1 0x0e /* xSTN - This is fake, can be any */
430 #define Panel_1024x768 0x02 /* MUST match BIOS values from 0-e */
558 /* ------------------------------ */
566 #define SIS_VIDEO_CAPTURE 0x00 - 0x30
567 #define SIS_VIDEO_PLAYBACK 0x02 - 0x30
568 #define SIS_CRT2_PORT_04 0x04 - 0x30
569 #define SIS_CRT2_PORT_10 0x10 - 0x30
570 #define SIS_CRT2_PORT_12 0x12 - 0x30
571 #define SIS_CRT2_PORT_14 0x14 - 0x30