Lines Matching full:ccu_pll
61 struct ccu_pll { struct
104 static inline struct ccu_pll *hw_to_ccu_pll(struct clk_hw *hw) in hw_to_ccu_pll()
108 return container_of(common, struct ccu_pll, common); in hw_to_ccu_pll()
243 struct ccu_pll *pll = hw_to_ccu_pll(hw); in th1520_pll_vco_recalc_rate()
267 struct ccu_pll *pll = hw_to_ccu_pll(hw); in th1520_pll_postdiv_recalc_rate()
304 static struct ccu_pll cpu_pll0_clk = {
316 static struct ccu_pll cpu_pll1_clk = {
328 static struct ccu_pll gmac_pll_clk = {
348 static struct ccu_pll video_pll_clk = {
368 static struct ccu_pll dpu0_pll_clk = {
384 static struct ccu_pll dpu1_pll_clk = {
400 static struct ccu_pll tee_pll_clk = {
993 struct ccu_pll *cp = hw_to_ccu_pll(&th1520_pll_clks[i]->hw); in th1520_clk_probe()