Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/mfd/
Dtwl6040.c134 u8 ldoctl, ncpctl, lppllctl; in twl6040_power_up_manual() local
138 ldoctl = TWL6040_HSLDOENA | TWL6040_REFENA | TWL6040_OSCENA; in twl6040_power_up_manual()
139 ret = twl6040_reg_write(twl6040, TWL6040_REG_LDOCTL, ldoctl); in twl6040_power_up_manual()
152 ldoctl |= TWL6040_LSLDOENA; in twl6040_power_up_manual()
153 ret = twl6040_reg_write(twl6040, TWL6040_REG_LDOCTL, ldoctl); in twl6040_power_up_manual()
166 ldoctl &= ~TWL6040_OSCENA; in twl6040_power_up_manual()
167 ret = twl6040_reg_write(twl6040, TWL6040_REG_LDOCTL, ldoctl); 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()
183 ldoctl &= ~(TWL6040_HSLDOENA | TWL6040_REFENA | TWL6040_OSCENA); in twl6040_power_up_manual()
[all …]