Lines Matching +full:boston +full:- +full:lcd
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 */
167 #define Support64048060Hz 0x0800 /* Special for 640x480 LCD */
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 */
235 [3] VB connected with LCD
238 [6] VB connected with Hi-Vision TV
249 [1] 1 = NTSC-J (if D0 = 0)
279 [5] LCD polarity select
282 [6] LCD horizontal polarity select
285 [7] LCD vertical polarity select
305 #define SetToLCDA 0x02 /* LCD channel A (301C/302B/30x(E)LV and 650+LVDS only) */
306 #define EnableCHScart 0x04 /* Scart on Ch7019 (unofficial definition - TW) */
348 [3-0] Notify driver
365 /* CR7C - 661 and later
367 [6] CRT2 = TV/LCD/VGA enabled (or: to be enabled)
369 {4] LVDS LCD capabilities
370 [3] LVDS LCD capabilities
371 [2] LVDS LCD capabilities (PWD)
372 [1] LVDS LCD capabilities (PWD)
376 /* CR7E - 661 and later
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