Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/clk/imx/
Dclk-pllv3.c24 #define BM_PLL_POWER (0x1 << 12) macro
79 val |= BM_PLL_POWER; in clk_pllv3_prepare()
81 val &= ~BM_PLL_POWER; in clk_pllv3_prepare()
94 val &= ~BM_PLL_POWER; in clk_pllv3_unprepare()
96 val |= BM_PLL_POWER; in clk_pllv3_unprepare()
298 pll->powerdown = BM_PLL_POWER; in imx_clk_pllv3()