Searched refs:lppllctl (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/mfd/ |
D | twl6040.c | 151 u8 ldoctl, ncpctl, lppllctl; in twl6040_power_up_manual() local 176 lppllctl = TWL6040_LPLLENA; in twl6040_power_up_manual() 177 ret = twl6040_reg_write(twl6040, TWL6040_REG_LPPLLCTL, lppllctl); in twl6040_power_up_manual() 191 lppllctl &= ~TWL6040_LPLLENA; in twl6040_power_up_manual() 192 twl6040_reg_write(twl6040, TWL6040_REG_LPPLLCTL, lppllctl); in twl6040_power_up_manual() 210 u8 ncpctl, ldoctl, lppllctl; in twl6040_power_down_manual() local 214 lppllctl = twl6040_reg_read(twl6040, TWL6040_REG_LPPLLCTL); in twl6040_power_down_manual() 222 lppllctl &= ~TWL6040_LPLLENA; in twl6040_power_down_manual() 223 twl6040_reg_write(twl6040, TWL6040_REG_LPPLLCTL, lppllctl); in twl6040_power_down_manual() 377 u8 hppllctl, lppllctl; in twl6040_set_pll() local [all …]
|