Searched refs:tps65912_clear_bits (Results 1 – 4 of 4) sorted by relevance
/linux-3.4.99/drivers/regulator/ |
D | tps65912-regulator.c | 306 return tps65912_clear_bits(mfd, reg, TPS65912_REG_ENABLED); in tps65912_reg_disable() 329 tps65912_clear_bits(mfd, pmic->eco_reg, DCDC_AVS_ECO_MASK); in tps65912_set_mode() 335 tps65912_clear_bits(mfd, pmic->pwm_mode_reg, DCDCCTRL_DCDC_MODE_MASK); in tps65912_set_mode() 336 tps65912_clear_bits(mfd, pmic->eco_reg, DCDC_AVS_ECO_MASK); in tps65912_set_mode() 341 tps65912_clear_bits(mfd, pmic->pwm_mode_reg, DCDCCTRL_DCDC_MODE_MASK); in tps65912_set_mode()
|
/linux-3.4.99/drivers/gpio/ |
D | gpio-tps65912.c | 51 tps65912_clear_bits(tps65912, TPS65912_GPIO1 + offset, in tps65912_gpio_set() 71 return tps65912_clear_bits(tps65912, TPS65912_GPIO1 + offset, in tps65912_gpio_input()
|
/linux-3.4.99/drivers/mfd/ |
D | tps65912-core.c | 54 int tps65912_clear_bits(struct tps65912 *tps65912, u8 reg, u8 mask) in tps65912_clear_bits() function 75 EXPORT_SYMBOL_GPL(tps65912_clear_bits);
|
/linux-3.4.99/include/linux/mfd/ |
D | tps65912.h | 319 int tps65912_clear_bits(struct tps65912 *tps65912, u8 reg, u8 mask);
|