Searched refs:ncpctl (Results 1 – 1 of 1) sorted by relevance
/linux-6.3-rc2/drivers/mfd/ |
A D | twl6040.c | 136 u8 ldoctl, ncpctl, lppllctl; in twl6040_power_up_manual() local 147 ncpctl = TWL6040_NCPENA; in twl6040_power_up_manual() 148 ret = twl6040_reg_write(twl6040, TWL6040_REG_NCPCTL, ncpctl); in twl6040_power_up_manual() 182 ncpctl &= ~TWL6040_NCPENA; in twl6040_power_up_manual() 183 twl6040_reg_write(twl6040, TWL6040_REG_NCPCTL, ncpctl); in twl6040_power_up_manual() 195 u8 ncpctl, ldoctl, lppllctl; in twl6040_power_down_manual() local 197 ncpctl = twl6040_reg_read(twl6040, TWL6040_REG_NCPCTL); in twl6040_power_down_manual() 215 ncpctl &= ~TWL6040_NCPENA; in twl6040_power_down_manual() 216 twl6040_reg_write(twl6040, TWL6040_REG_NCPCTL, ncpctl); in twl6040_power_down_manual()
|
Completed in 3 milliseconds