Searched refs:PLL_CTRL_BYPASS (Results 1 – 2 of 2) sorted by relevance
24 #define PLL_CTRL_BYPASS BIT(15) macro487 is_bypass = val & PLL_CTRL_BYPASS; in clk_pll_recalc_rate()553 val = PLL_CTRL_BYPASS; in clk_pll_set_rate()558 val = PLL_CTRL_DIRECT | PLL_CTRL_BYPASS; in clk_pll_set_rate()
400 #define PLL_CTRL_BYPASS BIT(18) macro