Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/mfd/ !
Dtwl6040.c137 u8 ldoctl, ncpctl, lppllctl; in twl6040_power_up_manual() local
162 lppllctl = TWL6040_LPLLENA; in twl6040_power_up_manual()
163 ret = twl6040_reg_write(twl6040, TWL6040_REG_LPPLLCTL, lppllctl); in twl6040_power_up_manual()
177 lppllctl &= ~TWL6040_LPLLENA; in twl6040_power_up_manual()
178 twl6040_reg_write(twl6040, TWL6040_REG_LPPLLCTL, lppllctl); in twl6040_power_up_manual()
196 u8 ncpctl, ldoctl, lppllctl; in twl6040_power_down_manual() local
200 lppllctl = twl6040_reg_read(twl6040, TWL6040_REG_LPPLLCTL); in twl6040_power_down_manual()
208 lppllctl &= ~TWL6040_LPLLENA; in twl6040_power_down_manual()
209 twl6040_reg_write(twl6040, TWL6040_REG_LPPLLCTL, lppllctl); in twl6040_power_down_manual()
374 u8 hppllctl, lppllctl; in twl6040_set_pll() local
[all …]