Home
last modified time | relevance | path

Searched +full:general +full:- +full:purpose (Results 1 – 25 of 1091) sorted by relevance

12345678910>>...44

/openbmc/linux/Documentation/hwmon/
H A Dmc13783-adc.rst1 Kernel driver mc13783-adc
10 Datasheet: https://www.nxp.com/docs/en/data-sheet/MC13783.pdf
16 Datasheet: https://www.nxp.com/docs/en/data-sheet/MC13892.pdf
22 - Sascha Hauer <s.hauer@pengutronix.de>
23 - Luotao Fu <l.fu@pengutronix.de>
26 -----------
29 Among other things they contain a 10-bit A/D converter. The converter has 16
33 Some channels can be used as General Purpose inputs or in a dedicated mode with
37 the General Purpose inputs and touchscreen.
42 - MC13783:
[all …]
/openbmc/qemu/hw/rtc/
H A Dallwinner-rtc.c7 * it under the terms of the GNU General Public License as published by
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 * GNU General Public License for more details.
16 * You should have received a copy of the GNU General Public License
26 #include "hw/qdev-properties.h"
27 #include "hw/rtc/allwinner-rtc.h"
34 REG_YYMMDD, /* RTC Year-Month-Day */
35 REG_HHMMSS, /* RTC Hour-Minute-Second */
36 REG_ALARM1_WKHHMMSS, /* Alarm1 Week Hour-Minute-Second */
40 REG_GP0, /* General Purpose Register 0 */
[all …]
/openbmc/linux/drivers/media/pci/cx88/
H A Dcx88-reg.h1 /* SPDX-License-Identifier: GPL-2.0-or-later */
3 * cx88x-hw.h - CX2388x register offsets
5 * Copyright (C) 1996,97,98 Ralph Metzler (rjkm@thp.uni-koeln.de)
92 // DMA Channels 1-6 belong to SPIPE
96 // DMA Channels 9-20 belong to SPIPE
198 #define MO_VIDY_GPCNT 0x31C020 // {16}RO Video Y general purpose counter
199 #define MO_VIDU_GPCNT 0x31C024 // {16}RO Video U general purpose counter
200 #define MO_VIDV_GPCNT 0x31C028 // {16}RO Video V general purpose counter
201 #define MO_VBI_GPCNT 0x31C02C // {16}RO VBI general purpose counter
202 #define MO_VIDY_GPCNTRL 0x31C030 // {2}WO Video Y general purpose control
[all …]
/openbmc/linux/Documentation/devicetree/bindings/sound/
H A Dtlv320adcx140.yaml1 # SPDX-License-Identifier: (GPL-2.0+ OR BSD-2-Clause)
4 ---
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
8 title: Texas Instruments TLV320ADCX140 Quad Channel Analog-to-Digital Converter
11 - Andrew Davis <afd@ti.com>
14 The TLV320ADCX140 are multichannel (4-ch analog recording or 8-ch digital
15 PDM microphones recording), high-performance audio, analog-to-digital
28 - ti,tlv320adc3140
29 - ti,tlv320adc5140
30 - ti,tlv320adc6140
[all …]
H A Dti,tlv320adc3xxx.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Ricard Wanderlof <ricardw@axis.com>
18 - $ref: dai-common.yaml#
23 - ti,tlv320adc3001
24 - ti,tlv320adc3101
30 '#sound-dai-cells':
33 '#gpio-cells':
36 gpio-controller: true
[all …]
/openbmc/linux/arch/powerpc/boot/dts/
H A Dlite5200.dts1 // SPDX-License-Identifier: GPL-2.0-or-later
5 * Copyright 2006-2007 Secret Lab Technologies Ltd.
9 /dts-v1/;
14 #address-cells = <1>;
15 #size-cells = <1>;
16 interrupt-parent = <&mpc5200_pic>;
19 #address-cells = <1>;
20 #size-cells = <0>;
25 d-cache-line-size = <32>;
26 i-cache-line-size = <32>;
[all …]
H A Dmpc5200b.dtsi1 // SPDX-License-Identifier: GPL-2.0-or-later
10 /dts-v1/;
15 #address-cells = <1>;
16 #size-cells = <1>;
17 interrupt-parent = <&mpc5200_pic>;
20 #address-cells = <1>;
21 #size-cells = <0>;
26 d-cache-line-size = <32>;
27 i-cache-line-size = <32>;
28 d-cache-size = <0x4000>; // L1, 16K
[all …]
/openbmc/u-boot/arch/arm/cpu/arm1136/mx31/
H A Dtimer.c1 // SPDX-License-Identifier: GPL-2.0+
8 #include <asm/arch/imx-regs.h>
11 #define TIMER_BASE 0x53f90000 /* General purpose timer 1 */
13 /* General purpose timers registers */
19 /* General purpose timers bitfields */
25 /* The 32768Hz 32-bit timer overruns in 131072 seconds */
/openbmc/u-boot/board/broadcom/bcmstb/
H A Dbcmstb.c1 // SPDX-License-Identifier: GPL-2.0+
52 return -EINVAL; in dram_init()
62 * On this SoC, U-Boot is running as an ELF file. Change the in dram_init_banksize()
64 * setup_reloc, gd->reloc_off works out to 0, effectively in dram_init_banksize()
65 * disabling relocation. Otherwise U-Boot hangs in the setup in dram_init_banksize()
69 gd->relocaddr = CONFIG_SYS_TEXT_BASE; in dram_init_banksize()
78 * enabled I-cache and D-cache already. Implementing this in enable_caches()
88 const void *fdt = gd->fdt_blob; in bcmstb_sdhci_address()
93 printf("%s: Invalid gd->fdt_blob\n", __func__); in bcmstb_sdhci_address()
116 ret = fdt_get_named_resource(fdt, node, "reg", "reg-names", in bcmstb_sdhci_address()
[all …]
/openbmc/u-boot/arch/microblaze/include/asm/
H A Dptrace.h2 * include/asm-microblaze/ptrace.h -- Access to CPU registers
8 * This file is subject to the terms and conditions of the GNU General
20 /* Microblaze general purpose registers with special meanings. */
63 If you change this structure, change the associated assembly-language
67 /* General purpose registers. */
78 #define instruction_pointer(regs) ((regs)->pc)
79 #define user_mode(regs) (!(regs)->kernel_mode)
83 never used otherwise, R0 being a constant 0). Non-system-calls
85 #define PT_REGS_SYSCALL(regs) (regs)->gpr[0]
86 #define PT_REGS_SET_SYSCALL(regs, val) ((regs)->gpr[0] = (val))
[all …]
/openbmc/linux/Documentation/devicetree/bindings/gpio/
H A Dti,omap-gpio.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/gpio/ti,omap-gpio.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Grygorii Strashko <grygorii.strashko@ti.com>
13 The general-purpose interface combines general-purpose input/output (GPIO) banks.
14 Each GPIO banks provides up to 32 dedicated general-purpose pins with input
15 and output capabilities; interrupt generation in active mode and wake-up
21 - enum:
22 - ti,omap2-gpio
[all …]
/openbmc/qemu/include/hw/gpio/
H A Dnpcm7xx_gpio.h2 * Nuvoton NPCM7xx General Purpose Input / Output (GPIO)
7 * modify it under the terms of the GNU General Public License
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
51 #define TYPE_NPCM7XX_GPIO "npcm7xx-gpio"
/openbmc/linux/Documentation/devicetree/bindings/mfd/
H A Dfsl-imx25-tsadc.txt3 This device combines two general purpose conversion queues one used for general
7 - compatible: Should be "fsl,imx25-tsadc".
8 - reg: Start address and size of the memory area of
10 - interrupts: Interrupt for this device
11 (See: ../interrupt-controller/interrupts.txt)
12 - clocks: An 'ipg' clock (See: ../clock/clock-bindings.txt)
13 - interrupt-controller: This device is an interrupt controller. It
16 - #interrupt-cells: Should be '<1>'.
17 - #address-cells: Should be '<1>'.
18 - #size-cells: Should be '<1>'.
[all …]
/openbmc/linux/Documentation/scsi/
H A DLICENSE.FlashPoint4 Copyright 1995-1996 by Mylex Corporation
10 a) the GNU General Public License as published by the Free Software
15 b) the "BSD-style License" included below.
19 or FITNESS FOR A PARTICULAR PURPOSE. See either the GNU General Public
20 License or the BSD-style License below for more details.
22 You should have received a copy of the GNU General Public License along
26 The BSD-style License is as follows:
37 Copyright 1995-1996 by Mylex Corporation. All Rights Reserved
39 This file is available under both the GNU General Public License
40 and a BSD-style copyright; see LICENSE.FlashPoint for details.
[all …]
/openbmc/openbmc/poky/meta/recipes-connectivity/slirp/
H A Dlibslirp_git.bb1 SUMMARY = "A general purpose TCP-IP emulator"
2 DESCRIPTION = "A general purpose TCP-IP emulator used by virtual machine hypervisors to provide vir…
4 LICENSE = "BSD-3-Clause & MIT"
13 glib-2.0 \
/openbmc/linux/include/linux/fsl/
H A Dptp_qoriq.h1 // SPDX-License-Identifier: GPL-2.0
47 u32 tmr_etts1_h; /* Timestamp of general purpose external trigger */
48 u32 tmr_etts1_l; /* Timestamp of general purpose external trigger */
49 u32 tmr_etts2_h; /* Timestamp of general purpose external trigger */
50 u32 tmr_etts2_l; /* Timestamp of general purpose external trigger */
122 #define STAT_VEC_SHIFT (0) /* Timer general purpose status vector */
/openbmc/linux/LICENSES/preferred/
H A DLGPL-2.11 Valid-License-Identifier: LGPL-2.1
2 Valid-License-Identifier: LGPL-2.1-only
3 Valid-License-Identifier: LGPL-2.1+
4 Valid-License-Identifier: LGPL-2.1-or-later
5 SPDX-URL: https://spdx.org/licenses/LGPL-2.1.html
6 Usage-Guide:
10 For 'GNU Lesser General Public License (LGPL) version 2.1 only' use:
11 SPDX-License-Identifier: LGPL-2.1
12 For 'GNU Lesser General Public License (LGPL) version 2.1 or any later
14 SPDX-License-Identifier: LGPL-2.1+
[all …]
H A DLGPL-2.01 Valid-License-Identifier: LGPL-2.0
2 Valid-License-Identifier: LGPL-2.0+
3 SPDX-URL: https://spdx.org/licenses/LGPL-2.0.html
4 Usage-Guide:
8 For 'GNU Library General Public License (LGPL) version 2.0 only' use:
9 SPDX-License-Identifier: LGPL-2.0
10 For 'GNU Library General Public License (LGPL) version 2.0 or any later
12 SPDX-License-Identifier: LGPL-2.0+
13 License-Text:
15 GNU LIBRARY GENERAL PUBLIC LICENSE
[all …]
/openbmc/u-boot/Licenses/
H A Dlgpl-2.1.txt1 GNU LESSER GENERAL PUBLIC LICENSE
5 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
16 freedom to share and change it. By contrast, the GNU General Public
18 free software--to make sure the software is free for all its users.
20 This license, the Lesser General Public License, applies to some
21 specially designated software packages--typically libraries--of the
24 this license or the ordinary General Public License is the better
28 not price. Our General Public Licenses are designed to make sure that
48 We protect your rights with a two-step method: (1) we copyright the
67 ordinary GNU General Public License. This license, the GNU Lesser
[all …]
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DLGPL-2.1-or-later1 GNU LESSER GENERAL PUBLIC LICENSE
7 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
19 and change it. By contrast, the GNU General Public Licenses are intended to
20 guarantee your freedom to share and change free software--to make sure the
23 This license, the Lesser General Public License, applies to some specially
24 designated software packages--typically libraries--of the Free Software Foundation
26 you first think carefully about whether this license or the ordinary General
31 Our General Public Licenses are designed to make sure that you have the freedom
50 We protect your rights with a two-step method: (1) we copyright the library,
68 General Public License. This license, the GNU Lesser General Public License,
[all …]
H A DLGPL-2.1-only2 GNU LESSER GENERAL PUBLIC LICENSE
7 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
16 …e it. By contrast, the GNU General Public Licenses are intended to guarantee your freedom to share…
18General Public License, applies to some specially designated software packages--typically librarie…
20 When we speak of free software, we are referring to freedom of use, not price. Our General Public L…
26 We protect your rights with a two-step method: (1) we copyright the library, and (2) we offer you t…
32General Public License. This license, the GNU Lesser General Public License, applies to certain de…
34 … ordinary General Public License therefore permits such linking only if the entire combination fit…
36General Public License because it does Less to protect the user`s freedom than the ordinary Genera…
38-facto standard. To achieve this, non-free programs must be allowed to use the library. A more fre…
[all …]
H A DGPL-2.0-with-OpenSSL-exception2 GNU GENERAL PUBLIC LICENSE
7 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
13General Public License is intended to guarantee your freedom to share and change free software--to…
15 When we speak of free software, we are referring to freedom, not price. Our General Public Licenses…
31 …he copyright holder saying it may be distributed under the terms of this General Public License. T…
52 a) Accompany it with the complete corresponding machine-readable source code, which must be distrib…
53 …n your cost of physically performing source distribution, a complete machine-readable copy of the …
65 …he Program at all. For example, if a patent license would not permit royalty-free redistribution o…
69purpose of this section to induce you to infringe any patents or other property right claims or to…
75 9. The Free Software Foundation may publish revised and/or new versions of the General Public Licen…
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/licenses/
H A DTLWG2 maintains and distributes them under GNU General Public License with
10 - Kinnari:
16 - Garuda:
19 Modified under GNU General Public License by TLWG.
21 - Norasi:
26 Modified under GNU General Public License, with creators' permission,
29 - Loma:
33 - TlwgMono:
37 - Tlwg Typewriter:
41 - Tlwg Typist:
[all …]
H A DFLTK5 of the GNU Library General Public License (LGPL) with the following
14 contributed to the FLTK project - send all contributions
27 widgets against a user-supplied version of FLTK.
47 -----------------------------------------------------------------------
49 GNU LIBRARY GENERAL PUBLIC LICENSE
53 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
64 freedom to share and change it. By contrast, the GNU General Public
66 free software--to make sure the software is free for all its users.
68 This license, the Library General Public License, applies to some
74 price. Our General Public Licenses are designed to make sure that you
[all …]
/openbmc/linux/Documentation/devicetree/bindings/timer/
H A Dti,keystone-timer.txt3 This document provides bindings for the 64-bit timer in the KeyStone
4 architecture devices. The timer can be configured as a general-purpose 64-bit
5 timer, dual general-purpose 32-bit timers. When configured as dual 32-bit
9 It is global timer is a free running up-counter and can generate interrupt
17 - compatible : should be "ti,keystone-timer".
18 - reg : specifies base physical address and count of the registers.
19 - interrupts : interrupt generated by the timer.
20 - clocks : the clock feeding the timer clock.
25 compatible = "ti,keystone-timer";

12345678910>>...44