Searched refs:ldoctl (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/mfd/ |
D | twl6040.c | 147 u8 ldoctl, ncpctl, lppllctl; in twl6040_power_up_manual() local 151 ldoctl = TWL6040_HSLDOENA | TWL6040_REFENA | TWL6040_OSCENA; in twl6040_power_up_manual() 152 ret = twl6040_reg_write(twl6040, TWL6040_REG_LDOCTL, ldoctl); in twl6040_power_up_manual() 165 ldoctl |= TWL6040_LSLDOENA; in twl6040_power_up_manual() 166 ret = twl6040_reg_write(twl6040, TWL6040_REG_LDOCTL, ldoctl); in twl6040_power_up_manual() 179 ldoctl &= ~TWL6040_OSCENA; in twl6040_power_up_manual() 180 ret = twl6040_reg_write(twl6040, TWL6040_REG_LDOCTL, ldoctl); in twl6040_power_up_manual() 190 ldoctl &= ~TWL6040_LSLDOENA; in twl6040_power_up_manual() 191 twl6040_reg_write(twl6040, TWL6040_REG_LDOCTL, ldoctl); in twl6040_power_up_manual() 196 ldoctl &= ~(TWL6040_HSLDOENA | TWL6040_REFENA | TWL6040_OSCENA); in twl6040_power_up_manual() [all …]
|