Searched refs:ccu_pll_data (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/clk/baikal-t1/
H A Dclk-ccu-pll.c78 struct ccu_pll_data { struct
84 static struct ccu_pll_data *pll_data;
86 static struct ccu_pll *ccu_pll_find_desc(struct ccu_pll_data *data,
99 static struct ccu_pll_data *ccu_pll_create_data(struct device_node *np)
101 struct ccu_pll_data *data;
112 static void ccu_pll_free_data(struct ccu_pll_data *data)
117 static int ccu_pll_find_sys_regs(struct ccu_pll_data *data)
132 struct ccu_pll_data *data = priv;
148 static int ccu_pll_clk_register(struct ccu_pll_data *data, bool defer)
195 static void ccu_pll_clk_unregister(struct ccu_pll_data *dat
[all...]

Completed in 129 milliseconds