Lines Matching refs:rk3328_cru
206 static void rkclk_set_pll(struct rk3328_cru *cru, enum rk_clk_id clk_id, in rkclk_set_pll()
279 static void rkclk_init(struct rk3328_cru *cru) in rkclk_init()
304 void rk3328_configure_cpu(struct rk3328_cru *cru, in rk3328_configure_cpu()
329 static ulong rk3328_i2c_get_clk(struct rk3328_cru *cru, ulong clk_id) in rk3328_i2c_get_clk()
358 static ulong rk3328_i2c_set_clk(struct rk3328_cru *cru, ulong clk_id, uint hz) in rk3328_i2c_set_clk()
402 static ulong rk3328_gmac2io_set_clk(struct rk3328_cru *cru, ulong rate) in rk3328_gmac2io_set_clk()
440 static ulong rk3328_mmc_get_clk(struct rk3328_cru *cru, uint clk_id) in rk3328_mmc_get_clk()
466 static ulong rk3328_mmc_set_clk(struct rk3328_cru *cru, in rk3328_mmc_set_clk()
505 static ulong rk3328_pwm_get_clk(struct rk3328_cru *cru) in rk3328_pwm_get_clk()
515 static ulong rk3328_pwm_set_clk(struct rk3328_cru *cru, uint hz) in rk3328_pwm_set_clk()
527 static ulong rk3328_saradc_get_clk(struct rk3328_cru *cru) in rk3328_saradc_get_clk()
538 static ulong rk3328_saradc_set_clk(struct rk3328_cru *cru, uint hz) in rk3328_saradc_set_clk()
785 priv->glb_srst_fst_value = offsetof(struct rk3328_cru, in rk3328_clk_bind()
787 priv->glb_srst_snd_value = offsetof(struct rk3328_cru, in rk3328_clk_bind()
793 ret = offsetof(struct rk3328_cru, softrst_con[0]); in rk3328_clk_bind()