Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/gpio/
Dgpio-tps65912.c48 tps65912_set_bits(tps65912, TPS65912_GPIO1 + offset, in tps65912_gpio_set()
63 return tps65912_set_bits(tps65912, TPS65912_GPIO1 + offset, in tps65912_gpio_output()
/linux-3.4.99/drivers/mfd/
Dtps65912-core.c30 int tps65912_set_bits(struct tps65912 *tps65912, u8 reg, u8 mask) in tps65912_set_bits() function
52 EXPORT_SYMBOL_GPL(tps65912_set_bits);
/linux-3.4.99/drivers/regulator/
Dtps65912-regulator.c293 return tps65912_set_bits(mfd, reg, TPS65912_REG_ENABLED); in tps65912_reg_enable()
328 tps65912_set_bits(mfd, pmic->pwm_mode_reg, DCDCCTRL_DCDC_MODE_MASK); in tps65912_set_mode()
342 tps65912_set_bits(mfd, pmic->eco_reg, DCDC_AVS_ECO_MASK); in tps65912_set_mode()
/linux-3.4.99/include/linux/mfd/
Dtps65912.h318 int tps65912_set_bits(struct tps65912 *tps65912, u8 reg, u8 mask);