| /linux/Documentation/devicetree/bindings/auxdisplay/ | 
| H A D | img,ascii-lcd.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---
 4 $id: http://devicetree.org/schemas/auxdisplay/img,ascii-lcd.yaml#
 5 $schema: http://devicetree.org/meta-schemas/core.yaml#
 7 title: ASCII LCD displays on Imagination Technologies boards
 10   - Paul Burton <paulburton@kernel.org>
 15       - img,boston-lcd
 16       - mti,malta-lcd
 17       - mti,sead3-lcd
 25       Offset in bytes to the LCD registers within the system controller
 [all …]
 
 | 
| /linux/arch/mips/boot/dts/img/ | 
| H A D | boston.dts | 1 // SPDX-License-Identifier: GPL-2.02 /dts-v1/;
 4 #include <dt-bindings/clock/boston-clock.h>
 5 #include <dt-bindings/gpio/gpio.h>
 6 #include <dt-bindings/interrupt-controller/irq.h>
 7 #include <dt-bindings/interrupt-controller/mips-gic.h>
 10 	#address-cells = <1>;
 11 	#size-cells = <1>;
 12 	compatible = "img,boston";
 15 		stdout-path = "uart0:115200";
 [all …]
 
 | 
| /linux/drivers/auxdisplay/ | 
| H A D | img-ascii-lcd.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later17 #include "line-display.h"
 22  * struct img_ascii_lcd_config - Configuration information about an LCD model
 23  * @num_chars: the number of characters the LCD can display
 34  * struct img_ascii_lcd_ctx - Private data structure
 36  * @base: the base address of the LCD registers
 37  * @regmap: the regmap through which LCD registers are accessed
 38  * @offset: the offset within regmap to the start of the LCD registers
 50  * MIPS Boston development board
 60 	val = *((u64 *)&linedisp->buf[0]);  in boston_update()
 [all …]
 
 | 
| /linux/drivers/video/fbdev/sis/ | 
| H A D | initdef.h | 6  * Copyright (C) 2001-2005 by Thomas Winischhofer, Vienna, Austria23  * * 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)
 [all …]
 
 | 
| H A D | vstruct.h | 6  * Copyright (C) 2001-2005 by Thomas Winischhofer, Vienna, Austria23  * * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA
 539 	int				CP_HDisplay[7], CP_VDisplay[7];	/* For Custom LCD panel dimensions */
 
 | 
| H A D | 310vtbl.h | 6  * Copyright (C) 2001-2005 by Thomas Winischhofer, Vienna, Austria23  * * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA
 59 	{0x31,0x4a1b,0x0000,SIS_RI_720x480,  0x00,0x00,0x06,0x06,0x11,-1}, /* 720x480x8 */
 60 	{0x32,0x4a1b,0x0000,SIS_RI_720x576,  0x00,0x00,0x06,0x06,0x12,-1}, /* 720x576x8 */
 61 	{0x33,0x4a1d,0x0000,SIS_RI_720x480,  0x00,0x00,0x06,0x06,0x11,-1}, /* 720x480x16 */
 62 	{0x34,0x6a1d,0x0000,SIS_RI_720x576,  0x00,0x00,0x06,0x06,0x12,-1}, /* 720x576x16 */
 63 	{0x35,0x4a1f,0x0000,SIS_RI_720x480,  0x00,0x00,0x06,0x06,0x11,-1}, /* 720x480x32 */
 64 	{0x36,0x6a1f,0x0000,SIS_RI_720x576,  0x00,0x00,0x06,0x06,0x12,-1}, /* 720x576x32 */
 97 	{0x68,0x067b,0x013f,SIS_RI_1920x1440,0x00,0x00,0x00,0x00,0x29,-1}, /* 1920x1440x8 */
 98 	{0x69,0x06fd,0x0140,SIS_RI_1920x1440,0x00,0x00,0x00,0x00,0x29,-1}, /* 1920x1440x16 */
 [all …]
 
 | 
| H A D | init301.c | 10  * Copyright (C) 2001-2005 by Thomas Winischhofer, Vienna, Austria27  * * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA
 55  * Formerly based on non-functional code-fragements for 300 series by SiS, Inc.
 248 /* 661 et al LCD data structure (2.03.00) */
 255     /*					      VESA    non-VESA  noscale */
 420    if(SiS_Pr->ChipType == XGI_20)  in SiS_UnLockCRT2()
 422    else if(SiS_Pr->ChipType >= SIS_315H)  in SiS_UnLockCRT2()
 423       SiS_SetRegOR(SiS_Pr->SiS_Part1Port,0x2f,0x01);  in SiS_UnLockCRT2()
 425       SiS_SetRegOR(SiS_Pr->SiS_Part1Port,0x24,0x01);  in SiS_UnLockCRT2()
 432    if(SiS_Pr->ChipType == XGI_20)  in SiS_LockCRT2()
 [all …]
 
 | 
| H A D | 300vtbl.h | 6  * Copyright (C) 2001-2005 by Thomas Winischhofer, Vienna, Austria23  * * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA
 55 	{0x6a,0x2212,0x0102,SIS_RI_800x600,  0x00,0x00,0x00,0x00,0x00,-1},  /* 800x600x? */
 56 	{0x2e,0x0a1b,0x0101,SIS_RI_640x480,  0x00,0x00,0x00,0x00,0x08,-1},
 57 	{0x2f,0x021b,0x0100,SIS_RI_640x400,  0x00,0x00,0x00,0x00,0x10,-1},  /* 640x400x8 */
 58 	{0x30,0x2a1b,0x0103,SIS_RI_800x600,  0x00,0x00,0x00,0x00,0x00,-1},
 59 	{0x31,0x4a1b,0x0000,SIS_RI_720x480,  0x00,0x00,0x00,0x00,0x11,-1},  /* 720x480x8 */
 60 	{0x32,0x6a1b,0x0000,SIS_RI_720x576,  0x00,0x00,0x00,0x00,0x12,-1},  /* 720x576x8 */
 61 	{0x33,0x4a1d,0x0000,SIS_RI_720x480,  0x00,0x00,0x00,0x00,0x11,-1},  /* 720x480x16 */
 62 	{0x34,0x6a1d,0x0000,SIS_RI_720x576,  0x00,0x00,0x00,0x00,0x12,-1},  /* 720x576x16 */
 [all …]
 
 | 
| H A D | init.c | 10  * Copyright (C) 2001-2005 by Thomas Winischhofer, Vienna, Austria27  * * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA
 55  * Formerly based on non-functional code-fragements for 300 series by SiS, Inc.
 81    SiS_Pr->SiS_SModeIDTable  = SiS_SModeIDTable;  in InitCommonPointer()
 82    SiS_Pr->SiS_StResInfo     = SiS_StResInfo;  in InitCommonPointer()
 83    SiS_Pr->SiS_ModeResInfo   = SiS_ModeResInfo;  in InitCommonPointer()
 84    SiS_Pr->SiS_StandTable    = SiS_StandTable;  in InitCommonPointer()
 86    SiS_Pr->SiS_NTSCTiming     = SiS_NTSCTiming;  in InitCommonPointer()
 87    SiS_Pr->SiS_PALTiming      = SiS_PALTiming;  in InitCommonPointer()
 88    SiS_Pr->SiS_HiTVSt1Timing  = SiS_HiTVSt1Timing;  in InitCommonPointer()
 [all …]
 
 | 
| /linux/include/uapi/video/ | 
| H A D | sisfb.h | 1 /* SPDX-License-Identifier: GPL-2.0+ WITH Linux-syscall-note */3  * sisfb.h - definitions for the SiS framebuffer driver
 5  * Copyright (C) 2001-2005 by Thomas Winischhofer, Vienna, Austria.
 19  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA
 83 	__u32   chip_id;		/* PCI-ID of detected chip */
 114 	__u8	sisfb_lcdpdca;		/* PanelDelayCompensation for LCD-via-CRT1 */
 126 	__u32	sisfb_vbflags2;		/* ivideo->vbflags2 */
 165 /* ioctl to enable/disable panning auto-maximize (like nomax parameter) */
 191 /* ioctl to enable/disable panning auto-maximize (like nomax parameter) */
 206 /*         (for IN-KERNEL usage only)         */
 
 | 
| /linux/arch/arm/boot/dts/st/ | 
| H A D | stm32f429.dtsi | 2  * Copyright 2015 - Maxime Coquelin <mcoquelin.stm32@gmail.com>4  * This file is dual-licensed: you can use it either under the terms
 21  *     Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
 22  *     MA 02110-1301 USA
 48 #include "../armv7-m.dtsi"
 49 #include <dt-bindings/clock/stm32fx-clock.h>
 50 #include <dt-bindings/mfd/stm32f4-rcc.h>
 53 	#address-cells = <1>;
 54 	#size-cells = <1>;
 57 		clk_hse: clk-hse {
 [all …]
 
 | 
| /linux/drivers/usb/misc/sisusbvga/ | 
| H A D | sisusb_tables.h | 1 /* SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) */7  * Copyright (C) 2001-2005 by Thomas Winischhofer, Vienna, Austria
 24  * * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA
 146 	/* MD_3_400 - mode 0x03 - 400 */
 180 	{0x31, 0x4a1b, 0x0000, SIS_RI_720x480, 0x00, 0x00, 0x06, 0x06, 0x11, -1},	/* 720x480x8 */
 181 	{0x32, 0x4a1b, 0x0000, SIS_RI_720x576, 0x00, 0x00, 0x06, 0x06, 0x12, -1},	/* 720x576x8 */
 182 	{0x33, 0x4a1d, 0x0000, SIS_RI_720x480, 0x00, 0x00, 0x06, 0x06, 0x11, -1},	/* 720x480x16 */
 183 	{0x34, 0x6a1d, 0x0000, SIS_RI_720x576, 0x00, 0x00, 0x06, 0x06, 0x12, -1},	/* 720x576x16 */
 184 	{0x35, 0x4a1f, 0x0000, SIS_RI_720x480, 0x00, 0x00, 0x06, 0x06, 0x11, -1},	/* 720x480x32 */
 185 	{0x36, 0x6a1f, 0x0000, SIS_RI_720x576, 0x00, 0x00, 0x06, 0x06, 0x12, -1},	/* 720x576x32 */
 [all …]
 
 | 
| /linux/ | 
| H A D | CREDITS | 1 	This is at least a partial credits-file of people that have4 	scripts.  The fields are: name (N), email (E), web-address
 6 	snail-mail address (S).
 10 ----------
 51 D: in-kernel DRM Maintainer
 76 E: tim_alpaerts@toyota-motor-europe.com
 80 S: B-2610 Wilrijk-Antwerpen
 85 W: http://www-stu.christs.cam.ac.uk/~aia21/
 106 D: Maintainer of ide-cd and Uniform CD-ROM driver,
 107 D: ATAPI CD-Changer support, Major 2.1.x CD-ROM update.
 [all …]
 
 |