Searched refs:ldoctl (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.1/drivers/mfd/ |
D | twl6040.c | 137 u8 ldoctl, ncpctl, lppllctl; in twl6040_power_up_manual() local 141 ldoctl = TWL6040_HSLDOENA | TWL6040_REFENA | TWL6040_OSCENA; in twl6040_power_up_manual() 142 ret = twl6040_reg_write(twl6040, TWL6040_REG_LDOCTL, ldoctl); in twl6040_power_up_manual() 155 ldoctl |= TWL6040_LSLDOENA; in twl6040_power_up_manual() 156 ret = twl6040_reg_write(twl6040, TWL6040_REG_LDOCTL, ldoctl); in twl6040_power_up_manual() 169 ldoctl &= ~TWL6040_OSCENA; in twl6040_power_up_manual() 170 ret = twl6040_reg_write(twl6040, TWL6040_REG_LDOCTL, ldoctl); in twl6040_power_up_manual() 180 ldoctl &= ~TWL6040_LSLDOENA; in twl6040_power_up_manual() 181 twl6040_reg_write(twl6040, TWL6040_REG_LDOCTL, ldoctl); in twl6040_power_up_manual() 186 ldoctl &= ~(TWL6040_HSLDOENA | TWL6040_REFENA | TWL6040_OSCENA); in twl6040_power_up_manual() [all …]
|