Searched +full:multiphase +full:- +full:power (Results 1 – 7 of 7) sorted by relevance
1 /* SPDX-License-Identifier: GPL-2.0-only */3 * LP8755 High Performance Power Management Unit Driver:System Interface Driver16 #define LP8755_NAME "lp8755-regulator"18 *PWR FAULT : power fault detected43 * multiphase configuration options60 * @mphase_type : Multiphase Switcher Configurations.
10 Addresses scanned: -18 Addresses scanned: -26 Addresses scanned: -34 -----------36 PXE1610/PXE1110 are Multi-rail/Multiphase Digital Controllers39 - Intel VR13 DC-DC converter specifications.40 - Intel SVID protocol.42 Used for Vcore power regulation for Intel VR13 based microprocessors44 - Servers, Workstations, and High-end desktops46 PXM1310 is a Multi-rail Controller and it is compliant to[all …]
9 Addresses scanned: -13 Author: Samuel Mendoza-Jonas <sam@mendozajonas.com>17 -----------19 IR35221 is a Digital DC-DC Multiphase Converter23 -----------32 # echo ir35221 0x70 > /sys/bus/i2c/devices/i2c-4/new_device36 ----------------44 curr[2-3]_label "iout[1-2]"45 curr[2-3]_input Measured output current46 curr[2-3]_crit Critical maximum current[all …]
10 Addresses scanned: -16 Author: Guenter Roeck <linux@roeck-us.net>20 -----------22 This driver supports MAX20751 Multiphase Master with PMBus Interface30 -----------32 This driver does not auto-detect devices. You will have to instantiate the33 devices explicitly. Please see Documentation/i2c/instantiating-devices.rst for38 ---------------------44 -------------82 power1_input Output power.
1 // SPDX-License-Identifier: GPL-2.0-or-later3 * Hardware monitoring driver for MPS Multi-phase Digital VR Controllers46 return -ENODATA; in mp2888_read_byte_data()56 * Obtain DrMOS current sense gain of power stage from the register in mp2888_current_sense_gain_and_resolution_get()57 * , bits 0-2. The value is selected as below: in mp2888_current_sense_gain_and_resolution_get()58 * 00b - 5µA/A, 01b - 8.5µA/A, 10b - 9.7µA/A, 11b - 10µA/A. Other in mp2888_current_sense_gain_and_resolution_get()67 data->curr_sense_gain = 85; in mp2888_current_sense_gain_and_resolution_get()70 data->curr_sense_gain = 97; in mp2888_current_sense_gain_and_resolution_get()73 data->curr_sense_gain = 100; in mp2888_current_sense_gain_and_resolution_get()76 data->curr_sense_gain = 50; in mp2888_current_sense_gain_and_resolution_get()[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later3 * Hardware monitoring driver for MPS Multi-phase Digital VR Controllers138 return -ENODATA; in mp2975_read_byte_data()157 return 250 + (val - 1) * 5; in mp2975_vid2direct()161 return 500 + (val - 1) * 10; in mp2975_vid2direct()165 return 200 + (val - 1) * 10; in mp2975_vid2direct()168 return -EINVAL; in mp2975_vid2direct()176 /* Converts a milli-unit DIRECT value to LINEAR11 format */192 while (val < MIN_LIN_MANTISSA && exponent > -15) { in mp2975_data2reg_linear11()193 exponent--; in mp2975_data2reg_linear11()[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later4 * Monolithic Power Systems VR Controllers86 val = -val; in val2linear11()95 while (val < MIN_LIN_MANTISSA && exponent > -15) { in val2linear11()96 exponent--; in val2linear11()100 /* Convert mantissa from milli-units to units */ in val2linear11()105 mantissa = -mantissa; in val2linear11()132 ret = (data->vout_format[page] == vid) ? in mp2856_read_vout()154 * Output value is calculated as: (READ_CSx * 12.5mV - 1.23V) / (Kcs * Rcs) in mp2856_read_phase()156 val = (ret * 125) - 12300; in mp2856_read_phase()[all …]