Searched refs:ldoctl (Results 1 – 1 of 1) sorted by relevance
/linux-6.3-rc2/drivers/mfd/ |
A D | twl6040.c | 136 u8 ldoctl, ncpctl, lppllctl; in twl6040_power_up_manual() local 154 ldoctl |= TWL6040_LSLDOENA; in twl6040_power_up_manual() 168 ldoctl &= ~TWL6040_OSCENA; in twl6040_power_up_manual() 179 ldoctl &= ~TWL6040_LSLDOENA; in twl6040_power_up_manual() 180 twl6040_reg_write(twl6040, TWL6040_REG_LDOCTL, ldoctl); in twl6040_power_up_manual() 186 twl6040_reg_write(twl6040, TWL6040_REG_LDOCTL, ldoctl); in twl6040_power_up_manual() 195 u8 ncpctl, ldoctl, lppllctl; in twl6040_power_down_manual() local 198 ldoctl = twl6040_reg_read(twl6040, TWL6040_REG_LDOCTL); in twl6040_power_down_manual() 202 ldoctl |= TWL6040_OSCENA; in twl6040_power_down_manual() 203 twl6040_reg_write(twl6040, TWL6040_REG_LDOCTL, ldoctl); in twl6040_power_down_manual() [all …]
|
Completed in 3 milliseconds