Searched refs:ncpctl (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 162 ncpctl = TWL6040_NCPENA; in twl6040_power_up_manual() 163 ret = twl6040_reg_write(twl6040, TWL6040_REG_NCPCTL, ncpctl); in twl6040_power_up_manual() 197 ncpctl &= ~TWL6040_NCPENA; in twl6040_power_up_manual() 198 twl6040_reg_write(twl6040, TWL6040_REG_NCPCTL, ncpctl); in twl6040_power_up_manual() 210 u8 ncpctl, ldoctl, lppllctl; in twl6040_power_down_manual() local 212 ncpctl = twl6040_reg_read(twl6040, TWL6040_REG_NCPCTL); in twl6040_power_down_manual() 230 ncpctl &= ~TWL6040_NCPENA; in twl6040_power_down_manual() 231 twl6040_reg_write(twl6040, TWL6040_REG_NCPCTL, ncpctl); in twl6040_power_down_manual()
|