Home
last modified time | relevance | path

Searched refs:mfd_npm1300_reg_update (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/drivers/regulator/
Dregulator_npm1300.c210 return mfd_npm1300_reg_update(config->mfd, BUCK_BASE, BUCK_OFFSET_SW_CTRL, mask, mask); in buck_set_voltage()
318 ret = mfd_npm1300_reg_update(config->mfd, BUCK_BASE, BUCK_OFFSET_CTRL0, pfm_data, pfm_mask); in set_buck_mode()
434 return mfd_npm1300_reg_update(config->mfd, BUCK_BASE, BUCK_OFFSET_EN_CTRL, ctrl, in regulator_npm1300_set_buck_pin_ctrl()
437 return mfd_npm1300_reg_update(config->mfd, BUCK_BASE, BUCK_OFFSET_PWM_CTRL, ctrl, in regulator_npm1300_set_buck_pin_ctrl()
440 return mfd_npm1300_reg_update(config->mfd, BUCK_BASE, BUCK_OFFSET_VRET_CTRL, ctrl, in regulator_npm1300_set_buck_pin_ctrl()
586 return mfd_npm1300_reg_update(config->mfd, LDSW_BASE, LDSW_OFFSET_CONFIG, in soft_start_set()
590 return mfd_npm1300_reg_update(config->mfd, LDSW_BASE, LDSW_OFFSET_CONFIG, in soft_start_set()
/Zephyr-latest/include/zephyr/drivers/mfd/
Dnpm1300.h106 int mfd_npm1300_reg_update(const struct device *dev, uint8_t base, uint8_t offset, uint8_t data,
/Zephyr-latest/drivers/mfd/
Dmfd_npm1300.c218 int mfd_npm1300_reg_update(const struct device *dev, uint8_t base, uint8_t offset, uint8_t data, in mfd_npm1300_reg_update() function