Searched refs:ldoctl (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/mfd/ |
| A D | twl6040.c | 137 u8 ldoctl, ncpctl, lppllctl; in twl6040_power_up_manual() local 155 ldoctl |= TWL6040_LSLDOENA; in twl6040_power_up_manual() 169 ldoctl &= ~TWL6040_OSCENA; 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() 187 twl6040_reg_write(twl6040, TWL6040_REG_LDOCTL, ldoctl); in twl6040_power_up_manual() 196 u8 ncpctl, ldoctl, lppllctl; in twl6040_power_down_manual() local 199 ldoctl = twl6040_reg_read(twl6040, TWL6040_REG_LDOCTL); in twl6040_power_down_manual() 203 ldoctl |= TWL6040_OSCENA; in twl6040_power_down_manual() 204 twl6040_reg_write(twl6040, TWL6040_REG_LDOCTL, ldoctl); in twl6040_power_down_manual() [all …]
|
Completed in 3 milliseconds