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