Home
last modified time | relevance | path

Searched +full:vm +full:- +full:pre +full:- +full:scaler +full:- +full:x2 (Results 1 – 3 of 3) sorted by relevance

/linux/Documentation/devicetree/bindings/hwmon/
H A 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
25 *) Pre Scaler - provides divide-by-X scaling of input voltage, which can then
26 be presented for VM for measurement within its range (e.g. mr76006 -
[all …]
/linux/drivers/hwmon/
H A Dmr75203.c1 // SPDX-License-Identifier: GPL-2.0
8 * voltage monitor(VM) & process detector(PD) modules.
74 /* VM Individual Macro Register */
76 #define VM_SDIF_DONE(vm) (VM_COM_REG_SIZE + 0x34 + 0x200 * (vm)) argument
77 #define VM_SDIF_DATA(vm, ch) \ argument
78 (VM_COM_REG_SIZE + 0x40 + 0x200 * (vm) + 0x4 * (ch))
111 #define PVT_TEMP_MIN_mC -40000
117 #define PVT_SERIES5_J_CONST -100
133 * struct voltage_device - VM single input parameters.
134 * @vm_map: Map channel number to VM index.
[all …]
/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_plane.c1 // SPDX-License-Identifier: GPL-2.0-only
3 * Copyright (C) 2014-2018 The Linux Foundation. All rights reserved.
11 #include <linux/dma-buf.h>
32 (pl) ? (pl)->base.base.id : -1, ##__VA_ARGS__)
35 (pl) ? (pl)->base.base.id : -1, ##__VA_ARGS__)
37 #define DECIMATED_DIMENSION(dim, deci) (((dim) + ((1 << (deci)) - 1)) >> (deci))
55 #define DPU_QSEED4_DEFAULT_PRELOAD_V 0x2
74 * struct dpu_plane - local dpu plane structure
75 * @vm: address space pointer
101 struct msm_drm_private *priv = plane->dev->dev_private; in _dpu_plane_get_kms()
[all …]