Lines Matching refs:k210_pll
287 struct k210_pll { struct
297 #define to_k210_pll(_hw) container_of(_hw, struct k210_pll, hw) argument
332 struct k210_pll plls[K210_PLL_NUM];
354 struct k210_pll *pll) in k210_init_pll()
363 static void k210_pll_wait_for_lock(struct k210_pll *pll) in k210_pll_wait_for_lock()
378 static bool k210_pll_hw_is_enabled(struct k210_pll *pll) in k210_pll_hw_is_enabled()
389 static void k210_pll_enable_hw(void __iomem *regs, struct k210_pll *pll) in k210_pll_enable_hw()
439 struct k210_pll *pll = to_k210_pll(hw); in k210_pll_enable()
454 struct k210_pll *pll = to_k210_pll(hw); in k210_pll_disable()
483 struct k210_pll *pll = to_k210_pll(hw); in k210_pll_get_rate()
509 struct k210_pll *pll = to_k210_pll(hw); in k210_pll2_set_parent()
528 struct k210_pll *pll = to_k210_pll(hw); in k210_pll2_get_parent()
549 struct k210_pll *pll = &ksc->plls[pllid]; in k210_register_pll()
1002 struct k210_pll pll1; in k210_clk_early_init()