Home
last modified time | relevance | path

Searched full:dcdc (Results 1 – 25 of 38) sorted by relevance

12

/Zephyr-latest/dts/bindings/regulator/
Drenesas,da1469x-regulator.yaml5 Renesas Smartbond(tm) LDO and DCDC regulators
35 renesas,regulator-dcdc-vbat-high:
38 Enable DCDC in high battery voltage mode.
39 renesas,regulator-dcdc-vbat-low:
42 Enable DCDC in low battery voltage mode.
Dsilabs,series2-dcdc.yaml18 DCDC operating mode. One of `SILABS_DCDC_MODE_BUCK` or `SILABS_DCDC_MODE_BOOST`.
22 compatible: "silabs,series2-dcdc"
Dx-powers,axp192-regulator.yaml8 The PMIC has three DCDC converters and two LDOs (LDO1 cannot be disabled).
/Zephyr-latest/drivers/regulator/
Dregulator_da1469x.c113 .dcdc_register = &DCDC->DCDC_VDD_REG,
137 .dcdc_register = &DCDC->DCDC_V14_REG,
148 .dcdc_register = &DCDC->DCDC_V18_REG,
159 .dcdc_register = &DCDC->DCDC_V18P_REG,
212 * Enable DCDC if: in regulator_da1469x_enable()
215 * 3. Just turned on rail requested DCDC in regulator_da1469x_enable()
217 if (((DCDC->DCDC_CTRL1_REG & DCDC_DCDC_CTRL1_REG_DCDC_ENABLE_Msk) == 0) && in regulator_da1469x_enable()
220 DCDC->DCDC_CTRL1_REG |= DCDC_DCDC_CTRL1_REG_DCDC_ENABLE_Msk; in regulator_da1469x_enable()
221 dcdc_state.ctrl1 = DCDC->DCDC_CTRL1_REG; in regulator_da1469x_enable()
244 /* Turn off DCDC if it's no longer requested by any rail */ in regulator_da1469x_disable()
[all …]
/Zephyr-latest/include/zephyr/dt-bindings/regulator/
Dsilabs_dcdc.h10 * @defgroup regulator_silabs_dcdc Silabs DCDC devicetree helpers.
16 * @name Silabs DCDC modes
/Zephyr-latest/soc/nxp/imxrt/imxrt10xx/
Dpower.c154 DCDC_AdjustRunTargetVoltage(DCDC, 0xB); in lpm_drop_voltage()
177 DCDC_AdjustRunTargetVoltage(DCDC, 0x13); in lpm_raise_voltage()
260 /* Configure DCDC */ in rt10xx_power_init()
261 DCDC_BootIntoDCM(DCDC); in rt10xx_power_init()
263 DCDC_AdjustLowPowerTargetVoltage(DCDC, 0x1); in rt10xx_power_init()
264 /* Reconfigure DCDC to disable internal load resistor */ in rt10xx_power_init()
267 DCDC_SetInternalRegulatorConfig(DCDC, &reg_config); in rt10xx_power_init()
Dsoc.c156 DCDC->REG3 = (DCDC->REG3 & (~DCDC_REG3_TRG_MASK)) | DCDC_REG3_TRG(CONFIG_DCDC_VALUE); in clock_init()
159 (DCDC_REG0_STS_DC_OK_MASK & DCDC->REG0)) { in clock_init()
/Zephyr-latest/samples/subsys/usb_c/source/src/
Dpower_ctrl.c29 /* DCDC Voltage is 19V and setting min threshold to 18V */
100 LOG_ERR("Error: DCDC Enable device %s is not ready", in power_ctrl_init()
131 LOG_ERR("Error %d: failed to configure DCDC Enable device %s pin %d", in power_ctrl_init()
158 LOG_ERR("Error %d: failed to enable dcdc converter", ret); in power_ctrl_init()
/Zephyr-latest/soc/nxp/imxrt/imxrt11xx/
Dpower.c200 /* Initializes DCDC converter with power saving settings */
216 DCDC_BootIntoDCM(DCDC); in dcdc_init()
227 DCDC_SetPointInit(DCDC, &dcdc_setpoint_config); in dcdc_init()
231 DCDC_Init(DCDC, &dcdc_config); in dcdc_init()
326 DCDC_SetVDD1P0BuckModeTargetVoltage(DCDC, kDCDC_1P0BuckTarget1P0V); in rt11xx_power_init()
329 /* Initialize dcdc */ in rt11xx_power_init()
Dpower.h84 /* ================== DCDC configuration ======================= */
94 /* DCDC 1.8V buck mode target voltage in set points 0-15 */
115 /* DCDC 1.0V buck mode target voltage in set points 0-15 */
137 /* DCDC 1.8V standby mode target voltage in set points 0-15 */
158 /* DCDC 1.0V standby mode target voltage in set points 0-15 */
DKconfig75 bool "Adjust internal DCDC output"
/Zephyr-latest/dts/arm/renesas/smartbond/
Dda1469x.dtsi109 renesas,regulator-dcdc-vbat-high;
110 renesas,regulator-dcdc-vbat-low;
124 renesas,regulator-dcdc-vbat-high;
125 renesas,regulator-dcdc-vbat-low;
130 renesas,regulator-dcdc-vbat-high;
136 renesas,regulator-dcdc-vbat-high;
/Zephyr-latest/soc/nxp/imxrt/
DKconfig133 bool "MCUX dcdc converter module driver"
139 hex "DCDC value for VDD_SOC"
/Zephyr-latest/boards/nxp/frdm_mcxn236/
Dboard.c38 /* Set the DCDC VDD regulator to 1.2 V voltage level */ in power_mode_od()
224 /* Change the power DCDC to 1.8v (By default, DCDC is 1.8V), CORELDO to 1.1v (By default, in frdm_mcxn236_init()
/Zephyr-latest/dts/arm/silabs/
Defr32bg22.dtsi92 &dcdc {
Defr32bg27.dtsi103 &dcdc {
Defr32bg2x.dtsi370 dcdc: dcdc@50094000 { label
371 compatible = "silabs,series2-dcdc";
Defr32mg24.dtsi433 dcdc: dcdc@50094000 { label
434 compatible = "silabs,series2-dcdc";
Defr32xg23.dtsi463 dcdc: dcdc@50094000 { label
464 compatible = "silabs,series2-dcdc";
/Zephyr-latest/boards/silabs/dev_kits/sltb010a/
Dsltb010a.dts69 &dcdc {
/Zephyr-latest/boards/silabs/dev_kits/xg27_dk2602a/
Dxg27_dk2602a.dts73 &dcdc {
/Zephyr-latest/boards/nxp/frdm_mcxn947/
Dboard.c35 /* Set the DCDC VDD regulator to 1.2 V voltage level */ in power_mode_od()
293 /* Change the power DCDC to 1.8v (By default, DCDC is 1.8V), CORELDO to 1.1v (By default, in frdm_mcxn947_init()
/Zephyr-latest/boards/sparkfun/thing_plus_matter_mgm240p/
Dsparkfun_thing_plus_matter_mgm240p.dts121 &dcdc {
/Zephyr-latest/boards/silabs/dev_kits/xg24_ek2703a/
Dxg24_ek2703a.dts150 &dcdc {
/Zephyr-latest/boards/silabs/radio_boards/xg23_rb4210a/
Dxg23_rb4210a.dts157 &dcdc {

12