Home
last modified time | relevance | path

Searched +full:sb +full:- +full:tsi (Results 1 – 6 of 6) sorted by relevance

/freebsd-src/sys/contrib/device-tree/Bindings/hwmon/
H A Damd,sbtsi.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
8 Sideband interface Temperature Sensor Interface (SB-TSI) compliant
12 - Kun Yi <kunyi@google.com>
13 - Supreeth Venkatesh <supreeth.venkatesh@amd.com>
16 SB Temperature Sensor Interface (SB-TSI) is an SMBus compatible
18 and resembles a typical 8-pin remote temperature sensor's I2C interface
25 - amd,sbtsi
31 SoC register reference. The SB-TSI address is normally 98h for socket
[all …]
/freebsd-src/usr.sbin/pmcstat/
H A Dpmcpl_calltree.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
71 ((a) < (b)->npmcs ? (b)->sb[a] : 0)
75 (PMCPL_CT_SAMPLE(a, b) * 100.0 / rsamples->sb[a])
79 unsigned *sb; /* Sample buffer for 0..npmcs. */ member
166 samples->npmcs = 0; in pmcpl_ct_samples_init()
167 samples->sb = NULL; in pmcpl_ct_samples_init()
178 samples->npmcs = 0; in pmcpl_ct_samples_free()
179 free(samples->sb); in pmcpl_ct_samples_free()
180 samples->sb = NULL; in pmcpl_ct_samples_free()
[all …]
/freebsd-src/sys/contrib/device-tree/src/arm/aspeed/
H A Daspeed-bmc-inventec-starscream.dts1 // SPDX-License-Identifier: GPL-2.0-or-later
4 /dts-v1/;
6 #include "aspeed-g6.dtsi"
7 #include "aspeed-g6-pinctrl.dtsi"
8 #include <dt-bindings/i2c/i2c.h>
9 #include <dt-bindings/gpio/aspeed-gpio.h>
13 compatible = "inventec,starscream-bmc", "aspeed,ast2600";
20 stdout-path = &uart5;
28 reserved-memory {
29 #address-cells = <1>;
[all …]
/freebsd-src/share/misc/
H A Dpci_vendors5 # Date: 2024-11-25 03:15:02
8 # the PCI ID Project at https://pci-ids.ucw.cz/.
14 # (version 2 or higher) or the 3-clause BSD License.
25 # device device_name <-- single tab
26 # subvendor subdevice subsystem_name <-- two tabs
30 # This is a relabelled RTL-8139
31 8139 AT-250
[all...]
H A Dusb_vendors6 # http://www.linux-usb.org/usb-ids.html
7 # or send entries as patches (diff -u old new) in the
10 # http://www.linux-usb.org/usb.ids
13 # Date: 2024-12-04 20:34:02
20 # device device_name <-- single tab
21 # interface interface_name <-- tw
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DItaniumMangle.cpp1 //===--- ItaniumMangle.cpp - Itanium C++ Name Mangling ------
[all...]