Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/mfd/
Dtwl6040.c147 u8 ldoctl, ncpctl, lppllctl; in twl6040_power_up_manual() local
172 lppllctl = TWL6040_LPLLENA; in twl6040_power_up_manual()
173 ret = twl6040_reg_write(twl6040, TWL6040_REG_LPPLLCTL, lppllctl); in twl6040_power_up_manual()
187 lppllctl &= ~TWL6040_LPLLENA; in twl6040_power_up_manual()
188 twl6040_reg_write(twl6040, TWL6040_REG_LPPLLCTL, lppllctl); in twl6040_power_up_manual()
206 u8 ncpctl, ldoctl, lppllctl; in twl6040_power_down_manual() local
210 lppllctl = twl6040_reg_read(twl6040, TWL6040_REG_LPPLLCTL); in twl6040_power_down_manual()
218 lppllctl &= ~TWL6040_LPLLENA; in twl6040_power_down_manual()
219 twl6040_reg_write(twl6040, TWL6040_REG_LPPLLCTL, lppllctl); in twl6040_power_down_manual()
364 u8 hppllctl, lppllctl; in twl6040_set_pll() local
[all …]