Home
last modified time | relevance | path

Searched +full:hp +full:- +full:nfc (Results 1 – 7 of 7) sorted by relevance

/linux/Documentation/devicetree/bindings/mtd/
H A Dcdns,hp-nfc.yaml1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
4 $id: http://devicetree.org/schemas/mtd/cdns,hp-nfc.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Niravkumar L Rabara <niravkumar.l.rabara@intel.com>
13 - $ref: nand-controller.yaml
18 - const: cdns,hp-nfc
22 - description: Controller register set
23 - description: Slave DMA data port register set
25 reg-names:
[all …]
/linux/drivers/parisc/
H A Dsuperio.c1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * HP [BCJ]x000 workstations.
13 * (C) Copyright 2001 John Marvin <jsm fc hp com>
14 * (C) Copyright 2003 Grant Grundler <grundler parisc-linux org>
15 * (C) Copyright 2005 Kyle McMartin <kyle@parisc-linux.org>
23 * works with serial. -- John Marvin <jsm@fc.hp.com>
26 * -- Kyle McMartin <kyle@parisc-linux.org>
36 * whole mess of legacy I/O peripherals. Of course, HP hasn't enabled
50 * According to HP, devices are only enabled by firmware if they have
106 * Bits 6-3: zero in superio_interrupt()
[all …]
H A Dpdc_stable.c1 // SPDX-License-Identifier: GPL-2.0-only
5 * Copyright (C) 2005-2006 Thibaut VARENE <varenet@parisc-linux.org>
14 * all) PA-RISC machines should have them. Anyway, for safety reasons, the
19 * Anything above 224 bytes is used for 'osdep2' OS-dependent storage area.
21 * The first OS-dependent area should always be available. Obviously, this is
24 * NOTE: We do not handle the 2 bytes OS-dep area at 0x5D, nor the first
26 * sacrificed: -ETOOLAZY :P
29 * - write: root only
30 * - read: (reading triggers PDC calls) ? root only : everyone
34 * - timer/fastsize write calls
[all …]
/linux/arch/arm/boot/dts/nvidia/
H A Dtegra30-lg-x3.dtsi1 // SPDX-License-Identifier: GPL-2.0
3 #include <dt-bindings/input/gpio-keys.h>
4 #include <dt-bindings/input/input.h>
5 #include <dt-bindings/leds/common.h>
6 #include <dt-bindings/mfd/max77620.h>
7 #include <dt-bindings/thermal/thermal.h>
10 #include "tegra30-cpu-opp.dtsi"
11 #include "tegra30-cpu-opp-microvolt.dtsi"
14 chassis-type = "handset";
30 * pre-existing /chosen node to be available to insert the
[all …]
/linux/arch/arm64/boot/dts/exynos/
H A Dexynos5433-tm2-common.dtsi1 // SPDX-License-Identifier: GPL-2.0
11 /dts-v1/;
13 #include <dt-bindings/clock/samsung,s2mps11.h>
14 #include <dt-bindings/gpio/gpio.h>
15 #include <dt-bindings/input/input.h>
16 #include <dt-bindings/interrupt-controller/irq.h>
17 #include <dt-bindings/sound/samsung-i2s.h>
48 stdout-path = &serial_1;
56 gpio-keys {
57 compatible = "gpio-keys";
[all …]
/linux/
H A DCREDITS1 This is at least a partial credits-file of people that have
4 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 …]
/linux/drivers/mtd/nand/raw/
H A Dcadence-nand-controller.c1 // SPDX-License-Identifier: GPL-2.0+
12 #include <linux/dma-mapping.h>
26 * - PIO - can work in master or slave DMA
27 * - CDMA - needs Master DMA for accessing command descriptors.
28 * - Generic mode - can use only slave DMA.
117 /* Size of not-last data sector. */
161 /* Support for NV-DDR2/3 work mode. */
163 /* Support for NV-DDR work mode. */
174 /* BCH Engine identification register 0 - correction strengths. */
181 /* BCH Engine identification register 1 - correction strengths. */
[all …]