Home
last modified time | relevance | path

Searched refs:buck (Results 1 – 25 of 109) sorted by relevance

12345

/linux-6.6.21/drivers/regulator/
Dlp8788-buck.c100 static void lp8788_buck1_set_dvs(struct lp8788_buck *buck) in lp8788_buck1_set_dvs() argument
102 struct lp8788_buck1_dvs *dvs = (struct lp8788_buck1_dvs *)buck->dvs; in lp8788_buck1_set_dvs()
113 static void lp8788_buck2_set_dvs(struct lp8788_buck *buck) in lp8788_buck2_set_dvs() argument
115 struct lp8788_buck2_dvs *dvs = (struct lp8788_buck2_dvs *)buck->dvs; in lp8788_buck2_set_dvs()
149 static void lp8788_set_dvs(struct lp8788_buck *buck, enum lp8788_buck_id id) in lp8788_set_dvs() argument
153 lp8788_buck1_set_dvs(buck); in lp8788_set_dvs()
156 lp8788_buck2_set_dvs(buck); in lp8788_set_dvs()
164 lp8788_get_buck_dvs_ctrl_mode(struct lp8788_buck *buck, enum lp8788_buck_id id) in lp8788_get_buck_dvs_ctrl_mode() argument
179 lp8788_read_byte(buck->lp, LP8788_BUCK_DVS_SEL, &val); in lp8788_get_buck_dvs_ctrl_mode()
201 static u8 lp8788_select_buck_vout_addr(struct lp8788_buck *buck, in lp8788_select_buck_vout_addr() argument
[all …]
Dlp3971.c171 int buck = rdev_get_id(dev) - LP3971_DCDC1; in lp3971_dcdc_is_enabled() local
172 u16 mask = 1 << (buck * 2); in lp3971_dcdc_is_enabled()
182 int buck = rdev_get_id(dev) - LP3971_DCDC1; in lp3971_dcdc_enable() local
183 u16 mask = 1 << (buck * 2); in lp3971_dcdc_enable()
191 int buck = rdev_get_id(dev) - LP3971_DCDC1; in lp3971_dcdc_disable() local
192 u16 mask = 1 << (buck * 2); in lp3971_dcdc_disable()
200 int buck = rdev_get_id(dev) - LP3971_DCDC1; in lp3971_dcdc_get_voltage_sel() local
203 reg = lp3971_reg_read(lp3971, LP3971_BUCK_TARGET_VOL1_REG(buck)); in lp3971_dcdc_get_voltage_sel()
213 int buck = rdev_get_id(dev) - LP3971_DCDC1; in lp3971_dcdc_set_voltage_sel() local
216 ret = lp3971_set_bits(lp3971, LP3971_BUCK_TARGET_VOL1_REG(buck), in lp3971_dcdc_set_voltage_sel()
[all …]
Dlp3972.c317 int buck = rdev_get_id(dev) - LP3972_DCDC1; in lp3972_dcdc_is_enabled() local
318 u16 mask = 1 << (buck * 2); in lp3972_dcdc_is_enabled()
321 val = lp3972_reg_read(lp3972, LP3972_BUCK_VOL_ENABLE_REG(buck)); in lp3972_dcdc_is_enabled()
328 int buck = rdev_get_id(dev) - LP3972_DCDC1; in lp3972_dcdc_enable() local
329 u16 mask = 1 << (buck * 2); in lp3972_dcdc_enable()
332 val = lp3972_set_bits(lp3972, LP3972_BUCK_VOL_ENABLE_REG(buck), in lp3972_dcdc_enable()
340 int buck = rdev_get_id(dev) - LP3972_DCDC1; in lp3972_dcdc_disable() local
341 u16 mask = 1 << (buck * 2); in lp3972_dcdc_disable()
344 val = lp3972_set_bits(lp3972, LP3972_BUCK_VOL_ENABLE_REG(buck), in lp3972_dcdc_disable()
352 int buck = rdev_get_id(dev) - LP3972_DCDC1; in lp3972_dcdc_get_voltage_sel() local
[all …]
Drtq2208-regulator.c384 RTQ2208_REGULATOR_INFO(buck-b, BUCK_RG_BASE(B)), in rtq2208_init_regulator_desc()
385 RTQ2208_REGULATOR_INFO(buck-c, BUCK_RG_BASE(C)), in rtq2208_init_regulator_desc()
386 RTQ2208_REGULATOR_INFO(buck-d, BUCK_RG_BASE(D)), in rtq2208_init_regulator_desc()
387 RTQ2208_REGULATOR_INFO(buck-a, BUCK_RG_BASE(A)), in rtq2208_init_regulator_desc()
388 RTQ2208_REGULATOR_INFO(buck-f, BUCK_RG_BASE(F)), in rtq2208_init_regulator_desc()
389 RTQ2208_REGULATOR_INFO(buck-g, BUCK_RG_BASE(G)), in rtq2208_init_regulator_desc()
390 RTQ2208_REGULATOR_INFO(buck-h, BUCK_RG_BASE(H)), in rtq2208_init_regulator_desc()
391 RTQ2208_REGULATOR_INFO(buck-e, BUCK_RG_BASE(E)), in rtq2208_init_regulator_desc()
Dlp872x.c262 enum lp872x_regulator_id buck) in lp872x_select_buck_vout_addr() argument
269 switch (buck) { in lp872x_select_buck_vout_addr()
319 enum lp872x_regulator_id buck = rdev_get_id(rdev); in lp872x_buck_set_voltage_sel() local
326 addr = lp872x_select_buck_vout_addr(lp, buck); in lp872x_buck_set_voltage_sel()
336 enum lp872x_regulator_id buck = rdev_get_id(rdev); in lp872x_buck_get_voltage_sel() local
340 addr = lp872x_select_buck_vout_addr(lp, buck); in lp872x_buck_get_voltage_sel()
354 enum lp872x_regulator_id buck = rdev_get_id(rdev); in lp872x_buck_set_mode() local
357 switch (buck) { in lp872x_buck_set_mode()
390 enum lp872x_regulator_id buck = rdev_get_id(rdev); in lp872x_buck_get_mode() local
394 switch (buck) { in lp872x_buck_get_mode()
/linux-6.6.21/Documentation/devicetree/bindings/regulator/
Dmps,mpq7920.yaml49 "^buck[1-4]$":
54 mps,buck-softstart:
58 defines the soft start time of this buck, must be one of the following
61 mps,buck-phase-delay:
65 defines the phase delay of this buck, must be one of the following
68 mps,buck-ovp-disable:
71 disables over voltage protection of this buck
104 mps,buck-ovp-disable;
105 mps,buck-phase-delay = /bits/ 8 <2>;
106 mps,buck-softstart = /bits/ 8 <1>;
Drichtek,rtq2208.yaml14 multi-configurable synchronous buck converters and two LDOs.
20 operation modes for all buck rails, automatic power saving mode (Auto mode) and forced continuous
55 "^buck-[a-h]$":
60 description for buck-[a-h] regulator.
65 two buck modes in different switching accuracy.
99 buck-a {
109 buck-b {
119 buck-c {
129 buck-d {
139 buck-e {
[all …]
Dmediatek,mt6332-regulator.yaml15 buck-<name> and ldo-<name>.
19 "^buck-v(dram|dvfs2|pa|rf18a|rf18b|sbst)$":
45 mt6332_vdram_reg: buck-vdram {
53 mt6332_vdvfs2_reg: buck-vdvfs2 {
61 mt6332_vpa_reg: buck-vpa {
66 mt6332_vrf18a_reg: buck-vrf18a {
72 mt6332_vrf18b_reg: buck-vrf18b {
78 mt6332_vsbst_reg: buck-vsbst {
Dmt6380-regulator.txt5 to its regulator type, buck-<name> and ldo-<name>. The definition for each
11 buck-core1, buck-vcore, buck-vrf
20 mt6380_vcpu_reg: buck-vcore1 {
29 mt6380_vcore_reg: buck-vcore {
36 mt6380_vrf_reg: buck-vrf {
Ddlg,da9121.yaml13 Dialog Semiconductor DA9121 Single-channel 10A double-phase buck converter
14 Dialog Semiconductor DA9122 Double-channel 5A single-phase buck converter
15 Dialog Semiconductor DA9220 Double-channel 3A single-phase buck converter
16 Dialog Semiconductor DA9217 Single-channel 6A double-phase buck converter
17 Dialog Semiconductor DA9130 Single-channel 10A double-phase buck converter
18 Dialog Semiconductor DA9131 Double-channel 5A single-phase buck converter
19 Dialog Semiconductor DA9132 Double-channel 3A single-phase buck converter
20 Dialog Semiconductor DA9141 Single-channel 40A quad-phase buck converter
21 Dialog Semiconductor DA9142 Single-channel 20A double-phase buck converter
91 "^buck([1-2])$":
Dsamsung,s2mpa01.yaml16 The S2MPA01 provides buck and LDO regulators.
55 * buck{1,6},
56 * buck{2,4},
57 * buck{8,9,10}.
Drichtek,rt5739.yaml13 The RT5739 is a step-down switching buck converter that can deliver the
35 If property is present, use the 'VSEL1' register group for buck control.
42 buck allowed operating mode
67 regulator-name = "richtek,rt5739-buck";
Dmediatek,mt6331-regulator.yaml15 buck-<name> and ldo-<name>.
19 "^buck-v(core2|io18|dvfs11|dvfs12|dvfs13|dvfs14)$":
91 mt6331_vdvfs11_reg: buck-vdvfs11 {
99 mt6331_vdvfs12_reg: buck-vdvfs12 {
107 mt6331_vdvfs13_reg: buck-vdvfs13 {
115 mt6331_vdvfs14_reg: buck-vdvfs14 {
123 mt6331_vcore2_reg: buck-vcore2 {
131 mt6331_vio18_reg: buck-vio18 {
Dadi,max77541-regulator.yaml15 The buck converter is represented as a sub-node of the PMIC node on the device tree.
17 The device has two buck regulators.
22 "^buck[12]$":
Drichtek,rt5759-regulator.yaml31 buck allowed operating mode
69 regulator-name = "rt5759-buck";
84 regulator-name = "rt5759a-buck";
Dmediatek,mt6357-regulator.yaml17 - buck-<name>
22 "^buck-v(core|modem|pa|proc|s1)$":
76 mt6357_vproc_reg: buck-vproc {
84 mt6357_vcore_reg: buck-vcore {
92 mt6357_vmodem_reg: buck-vmodem {
99 mt6357_vs1_reg: buck-vs1 {
107 mt6357_vpa_reg: buck-vpa {
Drichtek,rt5190a-regulator.yaml13 The RT5190A integrates 1 channel buck controller, 3 channels high efficiency
14 synchronous buck converters, 1 LDO, I2C control interface and peripheral
57 "^buck[1-4]$|^ldo$":
66 buck operating mode, only buck1/4 support mode operating.
Drichtek,rtq2134-regulator.yaml31 "^buck[1-3]$":
35 regulator description for buck[1-3].
41 If specified, buck will listen to 'vsel' pin for dvs config.
/linux-6.6.21/Documentation/devicetree/bindings/sound/
Dqcom,wcd9335.yaml55 vdd-buck-supply:
56 description: 1.8V buck supply
58 vdd-buck-sido-supply:
59 description: 1.8V SIDO buck supply
96 - vdd-buck-supply
97 - vdd-buck-sido-supply
112 vdd-buck-supply: false
113 vdd-buck-sido-supply: false
151 vdd-buck-supply = <&vreg_s4a_1p8>;
152 vdd-buck-sido-supply = <&vreg_s4a_1p8>;
/linux-6.6.21/Documentation/devicetree/bindings/mfd/
Dsamsung,s5m8767.yaml63 s5m8767,pmic-buck-ds-gpios:
82 s5m8767,pmic-buck-default-dvs-idx:
93 s5m8767,pmic-buck-dvs-gpios:
143 - s5m8767,pmic-buck-ds-gpios
146 s5m8767,pmic-buck2-dvs-voltage: [ 's5m8767,pmic-buck-dvs-gpios' ]
147 s5m8767,pmic-buck3-dvs-voltage: [ 's5m8767,pmic-buck-dvs-gpios' ]
148 s5m8767,pmic-buck4-dvs-voltage: [ 's5m8767,pmic-buck-dvs-gpios' ]
149 …s5m8767,pmic-buck2-uses-gpio-dvs: [ 's5m8767,pmic-buck-dvs-gpios', 's5m8767,pmic-buck2-dvs-voltage…
150 …s5m8767,pmic-buck3-uses-gpio-dvs: [ 's5m8767,pmic-buck-dvs-gpios', 's5m8767,pmic-buck3-dvs-voltage…
151 …s5m8767,pmic-buck4-uses-gpio-dvs: [ 's5m8767,pmic-buck-dvs-gpios', 's5m8767,pmic-buck4-dvs-voltage…
[all …]
Dti,lp87524-q1.yaml7 title: TI LP87524-Q1 four 1-phase output buck converter
37 "^buck[0123]$":
50 "^buck[0123]-in-supply$":
/linux-6.6.21/arch/arm64/boot/dts/mediatek/
Dmt6331.dtsi17 mt6331_vdvfs11_reg: buck-vdvfs11 {
27 mt6331_vdvfs12_reg: buck-vdvfs12 {
37 mt6331_vdvfs13_reg: buck-vdvfs13 {
47 mt6331_vdvfs14_reg: buck-vdvfs14 {
57 mt6331_vcore2_reg: buck-vcore2 {
67 mt6331_vio18_reg: buck-vio18 {
Dmt6380.dtsi14 mt6380_vcpu_reg: buck-vcore1 {
23 mt6380_vcore_reg: buck-vcore {
32 mt6380_vrf_reg: buck-vrf {
Dmt6357.dtsi14 mt6357_vproc_reg: buck-vproc {
23 mt6357_vcore_reg: buck-vcore {
32 mt6357_vmodem_reg: buck-vmodem {
40 mt6357_vs1_reg: buck-vs1 {
49 mt6357_vpa_reg: buck-vpa {
/linux-6.6.21/arch/arm/boot/dts/st/
Dstm32mp15xx-dhcor-io1v8.dtsi10 vdd_io: regulator-buck-io {
12 regulator-name = "buck-io";

12345