Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/regulator/
Dregulator_cp9314.c56 #define CP9314_REG_CTRL1 0xA macro
333 ret = i2c_reg_update_byte_dt(&config->i2c, CP9314_REG_CTRL1, CP9314_CP_EN, 0); in regulator_cp9314_disable()
341 return i2c_reg_update_byte_dt(&config->i2c, CP9314_REG_CTRL1, CP9314_CP_EN, 0); in regulator_cp9314_disable()
383 ret = i2c_reg_update_byte_dt(&config->i2c, CP9314_REG_CTRL1, CP9314_CP_EN, in regulator_cp9314_enable()