Home
last modified time | relevance | path

Searched +full:vout +full:- +full:voltage +full:- +full:divider (Results 1 – 9 of 9) 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-6.6/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-6.6/Documentation/devicetree/bindings/iio/afe/
Dvoltage-divider.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/iio/afe/voltage-divider.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Voltage divider
10 - Peter Rosin <peda@axentia.se>
13 When an io-channel measures the midpoint of a voltage divider, the
14 interesting voltage is often the voltage over the full resistance
15 of the divider. This binding describes the voltage divider in such
18 Vin ----.
[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/linux-6.6/drivers/hwmon/pmbus/
Dmp2975.c1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * Hardware monitoring driver for MPS Multi-phase Digital VR Controllers
123 PMBUS_REGULATOR("vout", 0),
124 PMBUS_REGULATOR("vout", 1),
144 return 250 + (val - 1) * 5; in mp2975_vid2direct()
148 return 500 + (val - 1) * 10; in mp2975_vid2direct()
152 return 200 + (val - 1) * 10; in mp2975_vid2direct()
155 return -EINVAL; in mp2975_vid2direct()
163 /* Converts a milli-unit DIRECT value to LINEAR11 format */
179 while (val < MIN_LIN_MANTISSA && exponent > -15) { in mp2975_data2reg_linear11()
[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()
120 info = pmbus_get_driver_info(psu->client); in max20730_debugfs_read()
125 ret = VOLT_FROM_REG(data->mfr_voutmin * 10000); in max20730_debugfs_read()
130 val = (data->mfr_devset1 & MAX20730_MFR_DEVSET1_FSW_MASK) in max20730_debugfs_read()
148 val = (data->mfr_devset1 & MAX20730_MFR_DEVSET1_TSTAT_MASK) in max20730_debugfs_read()
161 val = (data->mfr_devset1 & MAX20730_MFR_DEVSET1_RGAIN_MASK) in max20730_debugfs_read()
164 if (data->id == max20734) { in max20730_debugfs_read()
174 } else if (data->id == max20730 || data->id == max20710) { in max20730_debugfs_read()
[all …]
/kernel/linux/patches/linux-5.10/yangfan_patch/
Ddrivers.patch1 diff --git a/drivers/Makefile b/drivers/Makefile
3 --- a/drivers/Makefile
5 @@ -6,6 +6,8 @@
6 # Rewritten to use lists instead of if-statements.
11 obj-y += irqchip/
12 obj-y += bus/
14 diff --git a/drivers/block/nbd.c b/drivers/block/nbd.c
16 --- a/drivers/block/nbd.c
18 @@ -2398,12 +2398,6 @@ static int nbd_genl_status(struct sk_buff *skb, struct genl_info *info)
22 - if (!dev_list) {
[all …]