/openbmc/linux/drivers/regulator/ |
H A D | lp8788-buck.c | 153 lp8788_buck1_set_dvs(buck); in lp8788_set_dvs() 156 lp8788_buck2_set_dvs(buck); in lp8788_set_dvs() 263 if (buck->dvs) in lp8788_buck12_set_voltage_sel() 264 lp8788_set_dvs(buck, id); in lp8788_buck12_set_voltage_sel() 423 struct lp8788_buck *buck, in lp8788_dvs_gpio_request() argument 439 buck->dvs = pdata->buck1_dvs; in lp8788_dvs_gpio_request() 493 struct lp8788_buck *buck; in lp8788_buck_probe() local 502 if (!buck) in lp8788_buck_probe() 505 buck->lp = lp; in lp8788_buck_probe() 513 cfg.driver_data = buck; in lp8788_buck_probe() [all …]
|
H A D | lp3971.c | 171 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 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() 223 BUCK_VOL_CHANGE_FLAG_GO << BUCK_VOL_CHANGE_SHIFT(buck)); in lp3971_dcdc_set_voltage_sel() [all …]
|
H A D | lp3972.c | 317 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() 328 int buck = rdev_get_id(dev) - LP3972_DCDC1; in lp3972_dcdc_enable() local 329 u16 mask = 1 << (buck * 2); 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() 352 int buck = rdev_get_id(dev) - LP3972_DCDC1; in lp3972_dcdc_get_voltage_sel() local 355 reg = lp3972_reg_read(lp3972, LP3972_BUCK_VOL1_REG(buck)); in lp3972_dcdc_get_voltage_sel() 365 int buck = rdev_get_id(dev) - LP3972_DCDC1; in lp3972_dcdc_set_voltage_sel() local 368 ret = lp3972_set_bits(lp3972, LP3972_BUCK_VOL1_REG(buck), in lp3972_dcdc_set_voltage_sel() [all …]
|
/openbmc/u-boot/drivers/power/regulator/ |
H A D | max77686.c | 74 switch (buck) { in max77686_buck_volt2hex() 110 switch (buck) { in max77686_buck_hex2volt() 238 switch (buck) { in max77686_buck_hex2mode() 248 switch (buck) { in max77686_buck_hex2mode() 265 if (buck < 1 || buck > MAX77686_BUCK_NUM) in max77686_buck_modes() 268 switch (buck) { in max77686_buck_modes() 365 if (buck < 1 || buck > MAX77686_BUCK_NUM) { in max77686_buck_val() 377 switch (buck) { in max77686_buck_val() 541 int buck, ret; in max77686_buck_mode() local 544 if (buck < 1 || buck > MAX77686_BUCK_NUM) { in max77686_buck_mode() [all …]
|
H A D | s2mps11_regulator.c | 51 switch (buck) { in s2mps11_buck_hex2volt() 85 switch (buck) { in s2mps11_buck_volt2hex() 118 int hex, buck, ret; in s2mps11_buck_val() local 122 buck = dev->driver_data; in s2mps11_buck_val() 123 if (buck < 1 || buck > S2MPS11_BUCK_NUM) { in s2mps11_buck_val() 131 addr = s2mps11_buck_out[buck]; in s2mps11_buck_val() 133 switch (buck) { in s2mps11_buck_val() 170 int buck, ret; in s2mps11_buck_mode() local 172 buck = dev->driver_data; in s2mps11_buck_mode() 173 if (buck < 1 || buck > S2MPS11_BUCK_NUM) { in s2mps11_buck_mode() [all …]
|
H A D | rk8xx.c | 121 buck--; in _buck_set_enable() 122 mask = 1 << buck; in _buck_set_enable() 150 int buck = dev->driver_data - 1; in buck_get_value() local 167 int buck = dev->driver_data; in buck_set_value() local 169 return _buck_set_value(dev->parent, buck, uvolt); in buck_set_value() 174 int buck = dev->driver_data; in buck_set_enable() local 176 return _buck_set_enable(dev->parent, buck, enable); in buck_set_enable() 181 int buck = dev->driver_data - 1; in buck_get_enable() local 185 mask = 1 << buck; in buck_get_enable() 360 ret = _buck_set_value(pmic, buck, uvolt); in rk8xx_spl_configure_buck() [all …]
|
H A D | s5m8767.c | 214 int buck = dev->driver_data; in buck_get_value() local 216 return reg_get_value(dev, &buck_param[buck]); in buck_get_value() 221 int buck = dev->driver_data; in buck_set_value() local 223 return reg_set_value(dev, &buck_param[buck], uv); in buck_set_value() 228 int buck = dev->driver_data; in buck_get_enable() local 230 return reg_get_enable(dev, &buck_param[buck]); in buck_get_enable() 235 int buck = dev->driver_data; in buck_set_enable() local 237 return reg_set_enable(dev, &buck_param[buck], enable); in buck_set_enable()
|
/openbmc/openbmc/meta-security/recipes-scanners/buck-security/ |
H A D | buck-security_0.7.bb | 8 SRC_URI = "http://sourceforge.net/projects/buck-security/files/buck-security/buck-security_${PV}/${… 19 install -d ${D}${bindir}/buck 20 cp -r ${S}/* ${D}${bindir}/buck 21 cp -r ${S}/buck-security ${D}${bindir} 22 …le::Spec->catfile(dirname(File::Spec->rel2abs(__FILE__)), "buck/checks")!' ${D}${bindir}/buck-secu… 23 …::Spec->catfile(dirname(File::Spec->rel2abs(__FILE__)), "buck/checks/lib")!' ${D}${bindir}/buck-se… 24 …File::Spec->catfile(dirname(File::Spec->rel2abs(__FILE__)), "buck/lib")!' ${D}${bindir}/buck-secur… 25 …= File::Spec->catfile(dirname(File::Spec->rel2abs(__FILE__)), "buck")!' ${D}${bindir}/buck-security
|
/openbmc/linux/Documentation/devicetree/bindings/regulator/ |
H A D | mps,mpq7920.yaml | 49 "^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>;
|
H A D | richtek,rtq2208.yaml | 14 multi-configurable synchronous buck converters and two LDOs. 55 "^buck-[a-h]$": 60 description for buck-[a-h] regulator. 99 buck-a { 109 buck-b { 119 buck-c { 129 buck-d { 139 buck-e { 149 buck-f { 159 buck-g { [all …]
|
H A D | mediatek,mt6332-regulator.yaml | 15 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 {
|
H A D | mt6380-regulator.txt | 5 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 {
|
H A D | dlg,da9121.yaml | 13 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])$":
|
H A D | samsung,s2mpa01.yaml | 16 The S2MPA01 provides buck and LDO regulators. 55 * buck{1,6}, 56 * buck{2,4}, 57 * buck{8,9,10}.
|
H A D | richtek,rt5739.yaml | 13 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";
|
H A D | adi,max77541-regulator.yaml | 15 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]$":
|
H A D | mediatek,mt6331-regulator.yaml | 15 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 {
|
H A D | richtek,rt5759-regulator.yaml | 31 buck allowed operating mode 69 regulator-name = "rt5759-buck"; 84 regulator-name = "rt5759a-buck";
|
/openbmc/linux/Documentation/devicetree/bindings/sound/ |
H A D | qcom,wcd9335.yaml | 55 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>;
|
/openbmc/linux/Documentation/devicetree/bindings/mfd/ |
H A D | samsung,s5m8767.yaml | 63 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' ] 188 s5m8767,pmic-buck-default-dvs-idx = <3>; 191 s5m8767,pmic-buck-dvs-gpios = <&gpd1 0 GPIO_ACTIVE_LOW>, 195 s5m8767,pmic-buck-ds-gpios = <&gpx2 3 GPIO_ACTIVE_LOW>, [all …]
|
/openbmc/openbmc/meta-security/classes/ |
H A D | check_security.bbclass | 2 …${STAGING_BINDIR_NATIVE}/buck-security -sysroot ${IMAGE_ROOTFS} -log ${T}/log.do_checksecurity.${P… 5 EXTRA_IMAGEDEPENDS += "buck-security-native"
|
/openbmc/linux/arch/arm/boot/dts/st/ |
H A D | stm32mp15xx-dhcor-io1v8.dtsi | 10 vdd_io: regulator-buck-io { 12 regulator-name = "buck-io";
|
/openbmc/linux/arch/arm64/boot/dts/mediatek/ |
H A D | mt6380.dtsi | 14 mt6380_vcpu_reg: buck-vcore1 { 23 mt6380_vcore_reg: buck-vcore { 32 mt6380_vrf_reg: buck-vrf {
|
H A D | mt6331.dtsi | 17 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 {
|
/openbmc/u-boot/include/power/ |
H A D | stpmu1.h | 10 #define STPMU1_BUCKX_CTRL_REG(buck) (0x20 + (buck)) argument
|