Lines Matching defs:ccu_div_data
112 struct ccu_div_data {
229 static struct ccu_div_data *axi_data;
230 static struct ccu_div_data *sys_data;
232 static void ccu_div_set_data(struct ccu_div_data *data)
244 static struct ccu_div_data *ccu_div_get_data(struct device_node *np)
256 static struct ccu_div *ccu_div_find_desc(struct ccu_div_data *data,
269 static struct ccu_div_data *ccu_div_create_data(struct device_node *np)
271 struct ccu_div_data *data;
306 static void ccu_div_free_data(struct ccu_div_data *data)
313 static int ccu_div_find_sys_regs(struct ccu_div_data *data)
328 struct ccu_div_data *data = priv;
344 static int ccu_div_clk_register(struct ccu_div_data *data, bool defer)
404 static void ccu_div_clk_unregister(struct ccu_div_data *data, bool defer)
417 static int ccu_div_of_register(struct ccu_div_data *data)
430 static int ccu_div_rst_register(struct ccu_div_data *data)
449 struct ccu_div_data *data;
490 struct ccu_div_data *data;