Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/mfd/
H A Dtwl6040.c162 lppllctl = TWL6040_LPLLENA; in twl6040_power_up_manual()
177 lppllctl &= ~TWL6040_LPLLENA; in twl6040_power_up_manual()
208 lppllctl &= ~TWL6040_LPLLENA; in twl6040_power_down_manual()
417 lppllctl |= TWL6040_LPLLENA; in twl6040_set_pll()
492 lppllctl &= ~TWL6040_LPLLENA; in twl6040_set_pll()
/OK3568_Linux_fs/kernel/include/linux/mfd/
H A Dtwl6040.h105 #define TWL6040_LPLLENA 0x01 macro