Searched +full:vout +full:- +full:voltage +full:- +full:divider (Results 1 – 5 of 5) sorted by relevance
1 # 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 extremely18 compact, high efficiency power-delivery solutions with high-precision29 - maxim,max2073030 - maxim,max2073431 - maxim,max20743[all …]
1 Voltage divider4 When an io-channel measures the midpoint of a voltage divider, the5 interesting voltage is often the voltage over the full resistance6 of the divider. This binding describes the voltage divider in such9 Vin ----.11 .-----.13 '-----'15 +---- Vout17 .-----.19 '-----'[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later3 * Hardware monitoring driver for MPS Multi-phase Digital VR Controllers78 * 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 …]
1 // SPDX-License-Identifier: GPL-2.0-or-later4 * Step-Down Switching Regulators111 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 …]
6 Change-Id: I9825adaa8537a316db8a1831e759a74223b9e4287 ---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 …]