Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/regulator/
Dtps6507x-regulator.c215 data = tps6507x_pmic_reg_read(tps, TPS6507X_REG_CON_CTRL1); in tps6507x_pmic_is_enabled()
233 return tps6507x_pmic_set_bits(tps, TPS6507X_REG_CON_CTRL1, 1 << shift); in tps6507x_pmic_enable()
246 return tps6507x_pmic_clear_bits(tps, TPS6507X_REG_CON_CTRL1, in tps6507x_pmic_disable()
/linux-6.12.1/include/linux/mfd/
Dtps6507x.h92 #define TPS6507X_REG_CON_CTRL1 0X0D macro