Searched +full:db4 +full:- +full:db7 (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.1/Documentation/devicetree/bindings/auxdisplay/ |
D | hit,hd44780.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Geert Uytterhoeven <geert@linux-m68k.org> 15 interface, which can be used in either 4-bit or 8-bit mode. By using a 24 data-gpios: 26 GPIO pins connected to the data signal lines DB0-DB7 (8-bit mode) or 27 DB4-DB7 (4-bit mode) of the LCD Controller's bus interface. 29 - maxItems: 4 30 - maxItems: 8 [all …]
|
/Linux-v6.1/drivers/scsi/ |
D | atp870u.c | 1 // SPDX-License-Identifier: GPL-2.0-only 32 #include <linux/dma-mapping.h> 50 outb(val, atp->baseport + reg); in atp_writeb_base() 55 outw(val, atp->baseport + reg); in atp_writew_base() 60 outb(val, atp->ioport[channel] + reg); in atp_writeb_io() 65 outw(val, atp->ioport[channel] + reg); in atp_writew_io() 70 outb(val, atp->pciport[channel] + reg); in atp_writeb_pci() 75 outl(val, atp->pciport[channel] + reg); in atp_writel_pci() 80 return inb(atp->baseport + reg); in atp_readb_base() 85 return inw(atp->baseport + reg); in atp_readw_base() [all …]
|
D | FlashPoint.c | 3 FlashPoint.c -- FlashPoint SCCB Manager for Linux 11 Copyright 1995-1996 by Mylex Corporation. All Rights Reserved 14 and a BSD-style copyright; see LICENSE.FlashPoint for details. 229 unsigned char niSysConf; /* Adapter Configuration byte - 231 unsigned char niScsiConf; /* SCSI Configuration byte - 233 unsigned char niScamConf; /* SCAM Configuration byte - 235 unsigned char niAdapId; /* Host Adapter ID - 276 #define TYPE_CODE0 0x63 /*Level2 Mstr (bits 7-6), */ 278 #define SLV_TYPE_CODE0 0xA3 /*Priority Bit set (bits 7-6), */ 409 #define XFER_HOST_DMA 0x00 /* 0 0 0 Transfer Host -> DMA */ [all …]
|
/Linux-v6.1/drivers/gpu/drm/i915/display/ |
D | intel_hdmi.c | 3 * Copyright © 2006-2009 Intel Corporation 61 return to_i915(hdmi_to_dig_port(intel_hdmi)->base.base.dev); in intel_hdmi_to_i915() 72 drm_WARN(&dev_priv->drm, in assert_hdmi_port_disabled() 73 intel_de_read(dev_priv, intel_hdmi->hdmi_reg) & enabled_bits, in assert_hdmi_port_disabled() 81 drm_WARN(&dev_priv->drm, in assert_hdmi_transcoder_func_disabled() 203 struct drm_i915_private *dev_priv = to_i915(encoder->base.dev); in g4x_write_infoframe() 207 drm_WARN(&dev_priv->drm, !(val & VIDEO_DIP_ENABLE), in g4x_write_infoframe() 238 struct drm_i915_private *dev_priv = to_i915(encoder->base.dev); in g4x_read_infoframe() 256 struct drm_i915_private *dev_priv = to_i915(encoder->base.dev); in g4x_infoframes_enabled() 262 if ((val & VIDEO_DIP_PORT_MASK) != VIDEO_DIP_PORT(encoder->port)) in g4x_infoframes_enabled() [all …]
|