Home
last modified time | relevance | path

Searched +full:- +full:pvs (Results 1 – 17 of 17) sorted by relevance

/freebsd-src/sys/contrib/device-tree/Bindings/regulator/
H A Dpv88080.txt4 - compatible: Must be one of the following, depending on the
6 - "pvs,pv88080" (DEPRECATED)
8 - "pvs,pv88080-aa" for PV88080 AA or AB silicon
9 - "pvs,pv88080-ba" for PV88080 BA or BB silicon
11 - reg: I2C slave address, usually 0x49
12 - interrupts: the interrupt outputs of the controller
13 - regulators: A node that houses a sub-node for each regulator within the
14 device. Each sub-node is identified using the node's name, with valid
15 values listed below. The content of each sub-node is defined by the
20 - Any optional property defined in regulator.txt
[all …]
H A Dpv88090.txt4 - compatible: "pvs,pv88090".
5 - reg: I2C slave address, usually 0x48.
6 - interrupts: the interrupt outputs of the controller
7 - regulators: A node that houses a sub-node for each regulator within the
8 device. Each sub-node is identified using the node's name, with valid
9 values listed below. The content of each sub-node is defined by the
14 - Any optional property defined in regulator.txt
19 compatible = "pvs,pv88090";
21 interrupt-parent = <&gpio>;
26 regulator-name = "buck1";
[all …]
H A Dpv88060.txt4 - compatible: "pvs,pv88060".
5 - reg: I2C slave address, usually 0x49.
6 - interrupts: the interrupt outputs of the controller
7 - regulators: A node that houses a sub-node for each regulator within the
8 device. Each sub-node is identified using the node's name, with valid
9 values listed below. The content of each sub-node is defined by the
15 - Any optional property defined in regulator.txt
20 compatible = "pvs,pv88060";
22 interrupt-parent = <&gpio>;
27 regulator-name = "buck1";
[all …]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600Packetizer.cpp1 //===----- R600Packetizer.cpp - VLIW packetizer ----
[all...]
/freebsd-src/sys/contrib/device-tree/Bindings/nvmem/
H A Dnvmem.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
23 "#address-cells":
26 "#size-cells":
29 read-only:
34 wp-gpios:
36 GPIO to which the write-protect pin of the chip is connected.
37 The write-protect GPIO is asserted, when it's driven high
[all …]
/freebsd-src/sys/contrib/device-tree/Bindings/opp/
H A Dopp-v2-kryo-cpu.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/opp/opp-v2-kryo-cpu.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Ilia Lin <ilia.lin@kernel.org>
13 - $ref: opp-v2-base.yaml#
22 The qcom-cpufreq-nvmem driver reads the efuse value from the SoC to provide
25 operating-points-v2 table when it is parsed by the OPP framework.
30 - operating-points-v2-krait-cpu
31 - operating-points-v2-kryo-cpu
[all …]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h1 //===- Attributor.h --- Module-wide attribute deduction -----
[all...]
/freebsd-src/contrib/mandoc/
H A Droff.c3 * Copyright (c) 2010-2015, 2017-2023 Ingo Schwarze <schwarze@openbsd.org>
4 * Copyright (c) 2008-2012, 2014 Kristaps Dzonsons <kristaps@bsd.lv>
47 #define ROFFDEF_USER (1 << 1) /* User-defined. */
55 /* --- data types ---
[all...]
/freebsd-src/sys/powerpc/aim/
H A Dmmu_oea.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause AND BSD-4-Clause
8 * by Matt Thomas <matt@3am-software.com> of Allegro Networks, Inc.
31 /*-
63 /*-
161 #define PVO_PADDR(pvo) ((pvo)->pvo_pte.pte.pte_lo & PTE_RPGN)
499 return (&m->md.mdpg_pvoh); in vm_page_to_pvoh()
507 m->md.mdpg_attrs &= ~ptebit; in moea_attr_clear()
514 return (m->md.mdpg_attrs); in moea_attr_fetch()
522 m->md.mdpg_attrs |= ptebit; in moea_attr_save()
[all …]
H A Dmmu_oea64.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
4 * Copyright (c) 2008-2015 Nathan Whitehorn
128 * Cheap NUMA-izing of the pv locks, to reduce contention across domains.
155 pa_end = pa + (HPT_SP_SIZE - PV_LOCK_SIZE); in moea64_sp_pv_lock()
171 pa += HPT_SP_SIZE - PV_LOCK_SIZE; in moea64_sp_pv_unlock()
176 pa -= PV_LOCK_SIZE; in moea64_sp_pv_unlock()
311 #define PVO_IS_SP(pvo) (((pvo)->pvo_vaddr & PVO_LARGE) && \
312 (pvo)->pvo_pmap != kernel_pmap)
525 pa = (pvo)->pvo_pte.pa & LPTE_RPGN; in moea64_pvo_paddr()
[all …]
/freebsd-src/sys/powerpc/booke/
H A Dpmap.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
4 * Copyright (C) 2007-2009 Semihalf, Rafal Jaworowski <raj@semihalf.com>
39 * 32-bit pmap:
41 * -----------------------------
42 * 0x0000_0000 - 0x7fff_ffff : user process
43 * 0x8000_0000 - 0xbfff_ffff : pmap_mapdev()-ed area (PCI/PCIE etc.)
44 * 0xc000_0000 - 0xc0ff_ffff : kernel reserved
45 * 0xc000_0000 - data_end : kernel code+data, env, metadata etc.
46 * 0xc100_0000 - 0xffff_ffff : KVA
[all …]
/freebsd-src/sys/riscv/riscv/
H A Dpmap.c1 /*-
2 * SPDX-License-Identifier: BSD-4-Clause
12 * Copyright (c) 2005-2010 Alan L. Cox <alc@cs.rice.edu>
18 * Copyright (c) 2015-2018 Ruslan Bukin <br@bsdpad.com>
30 * FA8750-10-C-023
[all...]
/freebsd-src/sys/i386/i386/
H A Dpmap.c1 /*-
2 * SPDX-License-Identifier: BSD-4-Clause
10 * Copyright (c) 2005-2010 Alan L. Cox <alc@cs.rice.edu>
45 /*-
54 * DARPA/SPAWAR contract N66001-01-C-803
[all...]
/freebsd-src/sys/arm/arm/
H A Dpmap-v6.c1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause AND BSD-2-Clause
7 * Copyright (c) 2005-2010 Alan L. Cox <alc@cs.rice.edu>
8 * Copyright (c) 2014-2016 Svatopluk Kraus <skra@FreeBSD.org>
9 * Copyright (c) 2014-201
[all...]
/freebsd-src/sys/arm64/arm64/
H A Dpmap.c1 /*-
10 * Copyright (c) 2005-2010 Alan L. Cox <alc@cs.rice.edu>
14 * Copyright (c) 2014-2016 The FreeBSD Foundation
52 /*-
59 * DARPA/SPAWAR contract N66001-01-C-8035 ("CBOSS"), as part of the DARPA
90 * this module may throw away valid virtual-to-physical
92 * of virtual-t
[all...]
/freebsd-src/sys/amd64/amd64/
H A Dpmap.c1 /*-
2 * SPDX-License-Identifier: BSD-4-Clause
12 * Copyright (c) 2005-2010 Alan L. Cox <alc@cs.rice.edu>
47 /*-
49 * Copyright (c) 2014-2020 The FreeBSD Foundation
55 * DARPA/SPAWAR contract N66001-01-
[all...]
/freebsd-src/contrib/sqlite3/
H A Dsqlite3.c17 ** language. The code for the "sqlite3" command-line shell is also in a
20 ** The content in this amalgamation comes from Fossil check-in
51 ** NO_TEST - The branches on this line are not
56 ** OPTIMIZATION-IF-TRUE - This branch is allowed to always be false
60 ** OPTIMIZATION-IF-FALSE - This branch is allowed to always be true
64 ** PREVENTS-HARMLES
[all...]