Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/mfd/
Dtwl6040-core.c104 u8 ldoctl, ncpctl, lppllctl; in twl6040_power_up() local
115 ncpctl = TWL6040_NCPENA; in twl6040_power_up()
116 ret = twl6040_reg_write(twl6040, TWL6040_REG_NCPCTL, ncpctl); in twl6040_power_up()
150 ncpctl &= ~TWL6040_NCPENA; in twl6040_power_up()
151 twl6040_reg_write(twl6040, TWL6040_REG_NCPCTL, ncpctl); in twl6040_power_up()
162 u8 ncpctl, ldoctl, lppllctl; in twl6040_power_down() local
164 ncpctl = twl6040_reg_read(twl6040, TWL6040_REG_NCPCTL); in twl6040_power_down()
182 ncpctl &= ~TWL6040_NCPENA; in twl6040_power_down()
183 twl6040_reg_write(twl6040, TWL6040_REG_NCPCTL, ncpctl); in twl6040_power_down()