Searched refs:ldoctl (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/mfd/ |
D | twl6040.c | 151 u8 ldoctl, ncpctl, lppllctl; in twl6040_power_up_manual() local 155 ldoctl = TWL6040_HSLDOENA | TWL6040_REFENA | TWL6040_OSCENA; in twl6040_power_up_manual() 156 ret = twl6040_reg_write(twl6040, TWL6040_REG_LDOCTL, ldoctl); in twl6040_power_up_manual() 169 ldoctl |= TWL6040_LSLDOENA; in twl6040_power_up_manual() 170 ret = twl6040_reg_write(twl6040, TWL6040_REG_LDOCTL, ldoctl); in twl6040_power_up_manual() 183 ldoctl &= ~TWL6040_OSCENA; in twl6040_power_up_manual() 184 ret = twl6040_reg_write(twl6040, TWL6040_REG_LDOCTL, ldoctl); in twl6040_power_up_manual() 194 ldoctl &= ~TWL6040_LSLDOENA; in twl6040_power_up_manual() 195 twl6040_reg_write(twl6040, TWL6040_REG_LDOCTL, ldoctl); in twl6040_power_up_manual() 200 ldoctl &= ~(TWL6040_HSLDOENA | TWL6040_REFENA | TWL6040_OSCENA); in twl6040_power_up_manual() [all …]
|