Lines Matching refs:rk628_cru
68 #define reset_to_cru(_rst) container_of(_rst, struct rk628_cru, rcdev)
70 struct rk628_cru { struct
266 static void rk628_clk_add_lookup(struct rk628_cru *cru, struct clk *clk, in rk628_clk_add_lookup()
273 static void rk628_clk_register_muxes(struct rk628_cru *cru) in rk628_clk_register_muxes()
297 static void rk628_clk_register_gates(struct rk628_cru *cru) in rk628_clk_register_gates()
320 static void rk628_clk_register_composites(struct rk628_cru *cru) in rk628_clk_register_composites()
353 static void rk628_clk_register_plls(struct rk628_cru *cru) in rk628_clk_register_plls()
428 static int rk628_rgu_update(struct rk628_cru *cru, unsigned long id, int assert) in rk628_rgu_update()
439 struct rk628_cru *cru = reset_to_cru(rcdev); in rk628_rgu_assert()
447 struct rk628_cru *cru = reset_to_cru(rcdev); in rk628_rgu_deassert()
457 static int rk628_reset_controller_register(struct rk628_cru *cru) in rk628_reset_controller_register()
494 static void rk628_cru_init(struct rk628_cru *cru) in rk628_cru_init()
538 struct rk628_cru *cru; in rk628_cru_probe()