Home
last modified time | relevance | path

Searched +full:ts +full:- +full:coeff +full:- +full:g (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/Documentation/devicetree/bindings/hwmon/
Dmoortec,mr75203.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Rahul Tanwar <rtanwar@maxlinear.com>
19 *) Temperature Sensor (TS) - used to monitor core temperature (e.g. mr74137).
20 *) Voltage Monitor (VM) - used to monitor voltage levels (e.g. mr74138).
21 *) Process Detector (PD) - used to assess silicon speed (e.g. mr74139).
22 *) Delay Chain - ring oscillator connected to the PD, used to measure IO
23 based transistors (e.g. mr76008 ring oscillator at 1.1V, mr76007 ring
25 *) Pre Scaler - provides divide-by-X scaling of input voltage, which can then
[all …]
/Linux-v6.1/drivers/hwmon/
Dmr75203.c1 // SPDX-License-Identifier: GPL-2.0
7 * analog IP to enable multiple embedded temperature sensor(TS),
62 /* TS & PD Individual Macro Register */
110 #define PVT_TEMP_MIN_mC -40000
116 #define PVT_SERIES5_J_CONST -100
132 * struct voltage_device - VM single input parameters.
138 * The structure provides mapping between channel-number (0..N-1) to VM-index
139 * (0..num_vm-1) and channel-index (0..ch_num-1) where N = num_vm * ch_num.
149 * struct voltage_channels - VM channel count.
162 u32 g; member
[all …]