Home
last modified time | relevance | path

Searched refs:ldoctl (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/mfd/
H A Dtwl6040.c134 u8 ldoctl, ncpctl, lppllctl; in twl6040_power_up_manual() local
152 ldoctl |= TWL6040_LSLDOENA; in twl6040_power_up_manual()
166 ldoctl &= ~TWL6040_OSCENA; in twl6040_power_up_manual()
177 ldoctl &= ~TWL6040_LSLDOENA; in twl6040_power_up_manual()
178 twl6040_reg_write(twl6040, TWL6040_REG_LDOCTL, ldoctl); in twl6040_power_up_manual()
184 twl6040_reg_write(twl6040, TWL6040_REG_LDOCTL, ldoctl); in twl6040_power_up_manual()
193 u8 ncpctl, ldoctl, lppllctl; in twl6040_power_down_manual() local
196 ldoctl = twl6040_reg_read(twl6040, TWL6040_REG_LDOCTL); in twl6040_power_down_manual()
200 ldoctl |= TWL6040_OSCENA; in twl6040_power_down_manual()
201 twl6040_reg_write(twl6040, TWL6040_REG_LDOCTL, ldoctl); in twl6040_power_down_manual()
[all …]