Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/mfd/
Dtwl6040.c172 lppllctl = TWL6040_LPLLENA; in twl6040_power_up_manual()
187 lppllctl &= ~TWL6040_LPLLENA; in twl6040_power_up_manual()
218 lppllctl &= ~TWL6040_LPLLENA; in twl6040_power_down_manual()
407 lppllctl |= TWL6040_LPLLENA; in twl6040_set_pll()
477 lppllctl &= ~TWL6040_LPLLENA; in twl6040_set_pll()
/linux-4.1.27/include/linux/mfd/
Dtwl6040.h119 #define TWL6040_LPLLENA 0x01 macro