/Zephyr-latest/dts/bindings/regulator/ |
D | renesas,da1469x-regulator.yaml | 5 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.
|
D | silabs,series2-dcdc.yaml | 18 DCDC operating mode. One of `SILABS_DCDC_MODE_BUCK` or `SILABS_DCDC_MODE_BOOST`. 22 compatible: "silabs,series2-dcdc"
|
D | x-powers,axp192-regulator.yaml | 8 The PMIC has three DCDC converters and two LDOs (LDO1 cannot be disabled).
|
/Zephyr-latest/drivers/regulator/ |
D | regulator_da1469x.c | 113 .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/ |
D | silabs_dcdc.h | 10 * @defgroup regulator_silabs_dcdc Silabs DCDC devicetree helpers. 16 * @name Silabs DCDC modes
|
/Zephyr-latest/soc/nxp/imxrt/imxrt10xx/ |
D | power.c | 154 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, ®_config); in rt10xx_power_init()
|
D | soc.c | 156 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/ |
D | power_ctrl.c | 29 /* 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/ |
D | power.c | 200 /* 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()
|
D | power.h | 84 /* ================== 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 */
|
D | Kconfig | 75 bool "Adjust internal DCDC output"
|
/Zephyr-latest/dts/arm/renesas/smartbond/ |
D | da1469x.dtsi | 109 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/ |
D | Kconfig | 133 bool "MCUX dcdc converter module driver" 139 hex "DCDC value for VDD_SOC"
|
/Zephyr-latest/boards/nxp/frdm_mcxn236/ |
D | board.c | 38 /* 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/ |
D | efr32bg22.dtsi | 92 &dcdc {
|
D | efr32bg27.dtsi | 103 &dcdc {
|
D | efr32bg2x.dtsi | 370 dcdc: dcdc@50094000 { label 371 compatible = "silabs,series2-dcdc";
|
D | efr32mg24.dtsi | 433 dcdc: dcdc@50094000 { label 434 compatible = "silabs,series2-dcdc";
|
D | efr32xg23.dtsi | 463 dcdc: dcdc@50094000 { label 464 compatible = "silabs,series2-dcdc";
|
/Zephyr-latest/boards/silabs/dev_kits/sltb010a/ |
D | sltb010a.dts | 69 &dcdc {
|
/Zephyr-latest/boards/silabs/dev_kits/xg27_dk2602a/ |
D | xg27_dk2602a.dts | 73 &dcdc {
|
/Zephyr-latest/boards/nxp/frdm_mcxn947/ |
D | board.c | 35 /* 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/ |
D | sparkfun_thing_plus_matter_mgm240p.dts | 121 &dcdc {
|
/Zephyr-latest/boards/silabs/dev_kits/xg24_ek2703a/ |
D | xg24_ek2703a.dts | 150 &dcdc {
|
/Zephyr-latest/boards/silabs/radio_boards/xg23_rb4210a/ |
D | xg23_rb4210a.dts | 157 &dcdc {
|