Home
last modified time | relevance | path

Searched +full:vout +full:- +full:voltage +full:- +full:divider (Results 1 – 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/Documentation/devicetree/bindings/hwmon/
Dmaxim,max20730.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
11 - Jean Delvare <jdelvare@suse.com>
12 - Guenter Roeck <linux@roeck-us.net>
17 up to 25A (max) load. This single-chip regulator provides extremely
18 compact, high efficiency power-delivery solutions with high-precision
29 - maxim,max20730
30 - maxim,max20734
31 - maxim,max20743
[all …]
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/iio/afe/
Dvoltage-divider.txt1 Voltage divider
4 When an io-channel measures the midpoint of a voltage divider, the
5 interesting voltage is often the voltage over the full resistance
6 of the divider. This binding describes the voltage divider in such
9 Vin ----.
11 .-----.
13 '-----'
15 +---- Vout
17 .-----.
19 '-----'
[all …]
/kernel/linux/linux-5.10/drivers/hwmon/pmbus/
Dmp2975.c1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * Hardware monitoring driver for MPS Multi-phase Digital VR Controllers
78 * Enforce VOUT direct format, since device allows to set the in mp2975_read_byte_data()
85 return -ENODATA; in mp2975_read_byte_data()
104 return 250 + (val - 1) * 5; in mp2975_vid2direct()
108 return 500 + (val - 1) * 10; in mp2975_vid2direct()
112 return 200 + (val - 1) * 10; in mp2975_vid2direct()
115 return -EINVAL; in mp2975_vid2direct()
137 * - Kcs is the DrMOS current sense gain of power stage, which is in mp2975_read_phase()
138 * obtained from the register MP2975_MFR_VR_CONFIG1, bits 13-12 with in mp2975_read_phase()
[all …]
Dmax20730.c1 // SPDX-License-Identifier: GPL-2.0-or-later
4 * Step-Down Switching Regulators
111 int *idxp = file->private_data; in max20730_debugfs_read()
119 info = pmbus_get_driver_info(psu->client); in max20730_debugfs_read()
124 ret = VOLT_FROM_REG(data->mfr_voutmin * 10000); in max20730_debugfs_read()
129 val = (data->mfr_devset1 & MAX20730_MFR_DEVSET1_FSW_MASK) in max20730_debugfs_read()
147 val = (data->mfr_devset1 & MAX20730_MFR_DEVSET1_TSTAT_MASK) in max20730_debugfs_read()
160 val = (data->mfr_devset1 & MAX20730_MFR_DEVSET1_RGAIN_MASK) in max20730_debugfs_read()
163 if (data->id == max20734) { in max20730_debugfs_read()
173 } else if (data->id == max20730 || data->id == max20710) { in max20730_debugfs_read()
[all …]
/kernel/linux/patches/linux-5.10/yangfan_patch/
Ddrivers.patch6 Change-Id: I9825adaa8537a316db8a1831e759a74223b9e428
7 ---
9 drivers/block/nbd.c | 6 -
12 drivers/clk/clk.c | 2 +-
13 drivers/clk/rockchip/Kconfig | 42 +-
15 drivers/clk/rockchip/clk-cpu.c | 92 +-
16 drivers/clk/rockchip/clk-ddr.c | 171 +-
17 drivers/clk/rockchip/clk-half-divider.c | 35 +-
18 drivers/clk/rockchip/clk-pll.c | 779 ++-
19 drivers/clk/rockchip/clk-rk3399.c | 589 +-
[all …]