Searched +full:ocw +full:- +full:fet +full:- +full:ron +full:- +full:micro +full:- +full:ohms (Results 1 – 2 of 2) sorted by relevance
1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause3 ---4 $id: http://devicetree.org/schemas/regulator/rohm,bd9576-regulator.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Matti Vaittinen <mazziesaccount@gmail.com>14 see Documentation/devicetree/bindings/mfd/rohm,bd9576-pmic.yaml.16 The regulator controller is represented as a sub-node of the PMIC node20 regulator-vd50, regulator-vd18, regulator-vdddr, regulator-vd10,21 regulator-voutl1, regulator-vouts124 "^regulator-.+$":[all …]
1 // SPDX-License-Identifier: GPL-2.010 #include <linux/mfd/rohm-bd957x.h>11 #include <linux/mfd/rohm-generic.h>137 const struct regulator_desc *desc = rdev->desc; in bd957x_vout34_list_voltage()138 int multiplier = selector & desc->vsel_mask & 0x7f; in bd957x_vout34_list_voltage()145 return desc->fixed_uV - tune; in bd957x_vout34_list_voltage()147 return desc->fixed_uV + tune; in bd957x_vout34_list_voltage()153 const struct regulator_desc *desc = rdev->desc; in bd957x_list_voltage()154 int index = selector & desc->vsel_mask & 0x7f; in bd957x_list_voltage()157 index += desc->n_voltages/2; in bd957x_list_voltage()[all …]